{
  "type": "Program",
  "start": 0,
  "end": 5240,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 156,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ExportDefaultDeclaration",
      "start": 0,
      "end": 5239,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 155,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 15,
        "end": 5239,
        "loc": {
          "start": {
            "line": 1,
            "column": 15
          },
          "end": {
            "line": 155,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 21,
          "end": 27,
          "loc": {
            "start": {
              "line": 1,
              "column": 21
            },
            "end": {
              "line": 1,
              "column": 27
            }
          },
          "name": "Events"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 28,
          "end": 5239,
          "loc": {
            "start": {
              "line": 1,
              "column": 28
            },
            "end": {
              "line": 155,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 34,
              "end": 130,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4
                },
                "end": {
                  "line": 5,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 34,
                "end": 45,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4
                  },
                  "end": {
                    "line": 2,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 45,
                "end": 130,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 15
                  },
                  "end": {
                    "line": 5,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 48,
                  "end": 130,
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 18
                    },
                    "end": {
                      "line": 5,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 58,
                      "end": 86,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8
                        },
                        "end": {
                          "line": 3,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 58,
                        "end": 85,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 8
                          },
                          "end": {
                            "line": 3,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 58,
                          "end": 73,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 8
                            },
                            "end": {
                              "line": 3,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 58,
                            "end": 62,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 8
                              },
                              "end": {
                                "line": 3,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 63,
                            "end": 73,
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 13
                              },
                              "end": {
                                "line": 3,
                                "column": 23
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 76,
                          "end": 85,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 26
                            },
                            "end": {
                              "line": 3,
                              "column": 35
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 95,
                      "end": 124,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 8
                        },
                        "end": {
                          "line": 4,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 95,
                        "end": 123,
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 8
                          },
                          "end": {
                            "line": 4,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 95,
                          "end": 111,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 8
                            },
                            "end": {
                              "line": 4,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 95,
                            "end": 99,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 8
                              },
                              "end": {
                                "line": 4,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 100,
                            "end": 111,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 13
                              },
                              "end": {
                                "line": 4,
                                "column": 24
                              }
                            },
                            "name": "_inspectors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 114,
                          "end": 123,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 27
                            },
                            "end": {
                              "line": 4,
                              "column": 36
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 136,
              "end": 203,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4
                },
                "end": {
                  "line": 9,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 136,
                "end": 140,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4
                  },
                  "end": {
                    "line": 7,
                    "column": 8
                  }
                },
                "name": "once"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 140,
                "end": 203,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 8
                  },
                  "end": {
                    "line": 9,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 141,
                    "end": 145,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 9
                      },
                      "end": {
                        "line": 7,
                        "column": 13
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 147,
                    "end": 155,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 15
                      },
                      "end": {
                        "line": 7,
                        "column": 23
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 157,
                  "end": 203,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 25
                    },
                    "end": {
                      "line": 9,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 167,
                      "end": 197,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 167,
                        "end": 196,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 37
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 167,
                          "end": 174,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 167,
                            "end": 171,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 172,
                            "end": 174,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 15
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 175,
                            "end": 179,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 16
                              },
                              "end": {
                                "line": 8,
                                "column": 20
                              }
                            },
                            "name": "type"
                          },
                          {
                            "type": "Identifier",
                            "start": 181,
                            "end": 189,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 22
                              },
                              "end": {
                                "line": 8,
                                "column": 30
                              }
                            },
                            "name": "callback"
                          },
                          {
                            "type": "Literal",
                            "start": 191,
                            "end": 195,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 32
                              },
                              "end": {
                                "line": 8,
                                "column": 36
                              }
                            },
                            "value": true,
                            "rawValue": true,
                            "raw": "true"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 209,
              "end": 283,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 4
                },
                "end": {
                  "line": 13,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 209,
                "end": 216,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 4
                  },
                  "end": {
                    "line": 11,
                    "column": 11
                  }
                },
                "name": "onFirst"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 216,
                "end": 283,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 11
                  },
                  "end": {
                    "line": 13,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 217,
                    "end": 221,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 12
                      },
                      "end": {
                        "line": 11,
                        "column": 16
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 223,
                    "end": 231,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 18
                      },
                      "end": {
                        "line": 11,
                        "column": 26
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 233,
                  "end": 283,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 28
                    },
                    "end": {
                      "line": 13,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 243,
                      "end": 277,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 243,
                        "end": 276,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 41
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 243,
                          "end": 250,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 243,
                            "end": 247,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 248,
                            "end": 250,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 15
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 251,
                            "end": 255,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 16
                              },
                              "end": {
                                "line": 12,
                                "column": 20
                              }
                            },
                            "name": "type"
                          },
                          {
                            "type": "Identifier",
                            "start": 257,
                            "end": 265,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 22
                              },
                              "end": {
                                "line": 12,
                                "column": 30
                              }
                            },
                            "name": "callback"
                          },
                          {
                            "type": "Literal",
                            "start": 267,
                            "end": 272,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 32
                              },
                              "end": {
                                "line": 12,
                                "column": 37
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          },
                          {
                            "type": "Literal",
                            "start": 274,
                            "end": 275,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 39
                              },
                              "end": {
                                "line": 12,
                                "column": 40
                              }
                            },
                            "value": 1,
                            "rawValue": 1,
                            "raw": "1"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 289,
              "end": 363,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 4
                },
                "end": {
                  "line": 17,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 289,
                "end": 295,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 4
                  },
                  "end": {
                    "line": 15,
                    "column": 10
                  }
                },
                "name": "onLast"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 295,
                "end": 363,
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 10
                  },
                  "end": {
                    "line": 17,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 296,
                    "end": 300,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 11
                      },
                      "end": {
                        "line": 15,
                        "column": 15
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "Identifier",
                    "start": 302,
                    "end": 310,
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 17
                      },
                      "end": {
                        "line": 15,
                        "column": 25
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 312,
                  "end": 363,
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 27
                    },
                    "end": {
                      "line": 17,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 322,
                      "end": 357,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 322,
                        "end": 356,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 322,
                          "end": 329,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 322,
                            "end": 326,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 327,
                            "end": 329,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 15
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 330,
                            "end": 334,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 16
                              },
                              "end": {
                                "line": 16,
                                "column": 20
                              }
                            },
                            "name": "type"
                          },
                          {
                            "type": "Identifier",
                            "start": 336,
                            "end": 344,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 22
                              },
                              "end": {
                                "line": 16,
                                "column": 30
                              }
                            },
                            "name": "callback"
                          },
                          {
                            "type": "Literal",
                            "start": 346,
                            "end": 351,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 32
                              },
                              "end": {
                                "line": 16,
                                "column": 37
                              }
                            },
                            "value": false,
                            "rawValue": false,
                            "raw": "false"
                          },
                          {
                            "type": "UnaryExpression",
                            "start": 353,
                            "end": 355,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 39
                              },
                              "end": {
                                "line": 16,
                                "column": 41
                              }
                            },
                            "operator": "-",
                            "prefix": true,
                            "argument": {
                              "type": "Literal",
                              "start": 354,
                              "end": 355,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 40
                                },
                                "end": {
                                  "line": 16,
                                  "column": 41
                                }
                              },
                              "value": 1,
                              "rawValue": 1,
                              "raw": "1"
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 369,
              "end": 1726,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 4
                },
                "end": {
                  "line": 54,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 369,
                "end": 371,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 4
                  },
                  "end": {
                    "line": 19,
                    "column": 6
                  }
                },
                "name": "on"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 371,
                "end": 1726,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 6
                  },
                  "end": {
                    "line": 54,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 372,
                    "end": 381,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 7
                      },
                      "end": {
                        "line": 19,
                        "column": 16
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 372,
                      "end": 376,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 7
                        },
                        "end": {
                          "line": 19,
                          "column": 11
                        }
                      },
                      "name": "arg1"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 379,
                      "end": 381,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 14
                        },
                        "end": {
                          "line": 19,
                          "column": 16
                        }
                      },
                      "properties": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 383,
                    "end": 399,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 18
                      },
                      "end": {
                        "line": 19,
                        "column": 34
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 383,
                      "end": 387,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 18
                        },
                        "end": {
                          "line": 19,
                          "column": 22
                        }
                      },
                      "name": "arg2"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 390,
                      "end": 399,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 25
                        },
                        "end": {
                          "line": 19,
                          "column": 34
                        }
                      },
                      "name": "undefined"
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 401,
                    "end": 415,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 36
                      },
                      "end": {
                        "line": 19,
                        "column": 50
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 401,
                      "end": 407,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 36
                        },
                        "end": {
                          "line": 19,
                          "column": 42
                        }
                      },
                      "name": "remove"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 410,
                      "end": 415,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 45
                        },
                        "end": {
                          "line": 19,
                          "column": 50
                        }
                      },
                      "value": false,
                      "rawValue": false,
                      "raw": "false"
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 417,
                    "end": 437,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 52
                      },
                      "end": {
                        "line": 19,
                        "column": 72
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 417,
                      "end": 425,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 52
                        },
                        "end": {
                          "line": 19,
                          "column": 60
                        }
                      },
                      "name": "priority"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 428,
                      "end": 437,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 63
                        },
                        "end": {
                          "line": 19,
                          "column": 72
                        }
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 439,
                  "end": 1726,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 74
                    },
                    "end": {
                      "line": 54,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 449,
                      "end": 492,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 453,
                        "end": 469,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 12
                          },
                          "end": {
                            "line": 20,
                            "column": 28
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 454,
                          "end": 469,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 13
                            },
                            "end": {
                              "line": 20,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 454,
                            "end": 458,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 459,
                            "end": 469,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 18
                              },
                              "end": {
                                "line": 20,
                                "column": 28
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 471,
                        "end": 492,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 30
                          },
                          "end": {
                            "line": 20,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 471,
                          "end": 491,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 30
                            },
                            "end": {
                              "line": 20,
                              "column": 50
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 471,
                            "end": 486,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 30
                              },
                              "end": {
                                "line": 20,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 471,
                              "end": 475,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 30
                                },
                                "end": {
                                  "line": 20,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 476,
                              "end": 486,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 35
                                },
                                "end": {
                                  "line": 20,
                                  "column": 45
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 489,
                            "end": 491,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 48
                              },
                              "end": {
                                "line": 20,
                                "column": 50
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 501,
                      "end": 1698,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 505,
                        "end": 582,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 12
                          },
                          "end": {
                            "line": 21,
                            "column": 89
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 505,
                          "end": 524,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 12
                            },
                            "end": {
                              "line": 21,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 505,
                            "end": 518,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 12
                              },
                              "end": {
                                "line": 21,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 505,
                              "end": 510,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 12
                                },
                                "end": {
                                  "line": 21,
                                  "column": 17
                                }
                              },
                              "name": "Array"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 511,
                              "end": 518,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 18
                                },
                                "end": {
                                  "line": 21,
                                  "column": 25
                                }
                              },
                              "name": "isArray"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 519,
                              "end": 523,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 26
                                },
                                "end": {
                                  "line": 21,
                                  "column": 30
                                }
                              },
                              "name": "arg1"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "LogicalExpression",
                          "start": 528,
                          "end": 582,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 35
                            },
                            "end": {
                              "line": 21,
                              "column": 89
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 528,
                            "end": 552,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 35
                              },
                              "end": {
                                "line": 21,
                                "column": 59
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 528,
                              "end": 539,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 35
                                },
                                "end": {
                                  "line": 21,
                                  "column": 46
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 535,
                                "end": 539,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 46
                                  }
                                },
                                "name": "arg1"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 544,
                              "end": 552,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 51
                                },
                                "end": {
                                  "line": 21,
                                  "column": 59
                                }
                              },
                              "value": "string",
                              "rawValue": "string",
                              "raw": "'string'"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 556,
                            "end": 582,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 63
                              },
                              "end": {
                                "line": 21,
                                "column": 89
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 556,
                              "end": 567,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 63
                                },
                                "end": {
                                  "line": 21,
                                  "column": 74
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 563,
                                "end": 567,
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 74
                                  }
                                },
                                "name": "arg2"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 572,
                              "end": 582,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 79
                                },
                                "end": {
                                  "line": 21,
                                  "column": 89
                                }
                              },
                              "value": "function",
                              "rawValue": "function",
                              "raw": "'function'"
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 584,
                        "end": 1396,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 91
                          },
                          "end": {
                            "line": 43,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 631,
                            "end": 679,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 12
                              },
                              "end": {
                                "line": 24,
                                "column": 60
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 635,
                                "end": 678,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 59
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 635,
                                  "end": 640,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 21
                                    }
                                  },
                                  "name": "types",
                                  "leadingComments": null
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 643,
                                  "end": 678,
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 59
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 643,
                                    "end": 662,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 643,
                                      "end": 656,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 643,
                                        "end": 648,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 29
                                          }
                                        },
                                        "name": "Array"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 649,
                                        "end": 656,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 37
                                          }
                                        },
                                        "name": "isArray"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 657,
                                        "end": 661,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 42
                                          }
                                        },
                                        "name": "arg1"
                                      }
                                    ]
                                  },
                                  "consequent": {
                                    "type": "Identifier",
                                    "start": 665,
                                    "end": 669,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 50
                                      }
                                    },
                                    "name": "arg1"
                                  },
                                  "alternate": {
                                    "type": "ArrayExpression",
                                    "start": 672,
                                    "end": 678,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 59
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Identifier",
                                        "start": 673,
                                        "end": 677,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 58
                                          }
                                        },
                                        "name": "arg1"
                                      }
                                    ]
                                  }
                                },
                                "leadingComments": null
                              }
                            ],
                            "kind": "let",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Types & Callback",
                                "start": 599,
                                "end": 618,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 31
                                  }
                                },
                                "range": [
                                  599,
                                  618
                                ]
                              }
                            ]
                          },
                          {
                            "type": "ForOfStatement",
                            "start": 692,
                            "end": 1385,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 12
                              },
                              "end": {
                                "line": 41,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 697,
                              "end": 705,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 17
                                },
                                "end": {
                                  "line": 25,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 701,
                                  "end": 705,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 701,
                                    "end": 705,
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 25
                                      }
                                    },
                                    "name": "type"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 709,
                              "end": 714,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 29
                                },
                                "end": {
                                  "line": 25,
                                  "column": 34
                                }
                              },
                              "name": "types"
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 716,
                              "end": 1385,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 36
                                },
                                "end": {
                                  "line": 41,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 734,
                                  "end": 772,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 54
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 738,
                                      "end": 771,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 53
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 738,
                                        "end": 747,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 29
                                          }
                                        },
                                        "name": "listeners"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 750,
                                        "end": 771,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 53
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 750,
                                          "end": 765,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 750,
                                            "end": 754,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 755,
                                            "end": 765,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 47
                                              }
                                            },
                                            "name": "_callbacks"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 766,
                                          "end": 770,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 52
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 789,
                                  "end": 864,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 59
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 793,
                                    "end": 803,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 30
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 794,
                                      "end": 803,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 30
                                        }
                                      },
                                      "name": "listeners"
                                    }
                                  },
                                  "consequent": {
                                    "type": "ExpressionStatement",
                                    "start": 825,
                                    "end": 864,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 59
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 825,
                                      "end": 863,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 58
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 825,
                                        "end": 834,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 29
                                          }
                                        },
                                        "name": "listeners"
                                      },
                                      "right": {
                                        "type": "AssignmentExpression",
                                        "start": 837,
                                        "end": 863,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 58
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 837,
                                          "end": 858,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 53
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 837,
                                            "end": 852,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 47
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 837,
                                              "end": 841,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 842,
                                              "end": 852,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 47
                                                }
                                              },
                                              "name": "_callbacks"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 853,
                                            "end": 857,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 52
                                              }
                                            },
                                            "name": "type"
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "ArrayExpression",
                                          "start": 861,
                                          "end": 863,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 58
                                            }
                                          },
                                          "elements": []
                                        }
                                      }
                                    }
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 882,
                                  "end": 1371,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 886,
                                    "end": 913,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 47
                                      }
                                    },
                                    "left": {
                                      "type": "CallExpression",
                                      "start": 886,
                                      "end": 909,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 43
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 886,
                                        "end": 903,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 886,
                                          "end": 895,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 29
                                            }
                                          },
                                          "name": "listeners"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 896,
                                          "end": 903,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 37
                                            }
                                          },
                                          "name": "indexOf"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 904,
                                          "end": 908,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 42
                                            }
                                          },
                                          "name": "arg2"
                                        }
                                      ]
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "Literal",
                                      "start": 912,
                                      "end": 913,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 47
                                        }
                                      },
                                      "value": 0,
                                      "rawValue": 0,
                                      "raw": "0"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 915,
                                    "end": 1371,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 937,
                                        "end": 958,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 41
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 937,
                                          "end": 957,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 40
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 937,
                                            "end": 948,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 937,
                                              "end": 941,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 24
                                                }
                                              },
                                              "name": "arg2"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 942,
                                              "end": 948,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 31
                                                }
                                              },
                                              "name": "remove"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 951,
                                            "end": 957,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 40
                                              }
                                            },
                                            "name": "remove"
                                          }
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 979,
                                        "end": 1018,
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 59
                                          }
                                        },
                                        "test": {
                                          "type": "Identifier",
                                          "start": 983,
                                          "end": 991,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 32
                                            }
                                          },
                                          "name": "priority"
                                        },
                                        "consequent": {
                                          "type": "ExpressionStatement",
                                          "start": 993,
                                          "end": 1018,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 59
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 993,
                                            "end": 1017,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 58
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 993,
                                              "end": 1006,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 34
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 47
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 993,
                                                "end": 997,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "arg2"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 998,
                                                "end": 1006,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 47
                                                  }
                                                },
                                                "name": "priority"
                                              },
                                              "computed": false
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 1009,
                                              "end": 1017,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 58
                                                }
                                              },
                                              "name": "priority"
                                            }
                                          }
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1039,
                                        "end": 1060,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 41
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1039,
                                          "end": 1059,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 40
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1039,
                                            "end": 1053,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1039,
                                              "end": 1048,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 29
                                                }
                                              },
                                              "name": "listeners"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1049,
                                              "end": 1053,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 34
                                                }
                                              },
                                              "name": "push"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1054,
                                              "end": 1058,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 39
                                                }
                                              },
                                              "name": "arg2"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1081,
                                        "end": 1142,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 81
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1081,
                                          "end": 1141,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 80
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1081,
                                            "end": 1095,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1081,
                                              "end": 1090,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 29
                                                }
                                              },
                                              "name": "listeners"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1091,
                                              "end": 1095,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 34
                                                }
                                              },
                                              "name": "sort"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 1097,
                                              "end": 1140,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 79
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": true,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1098,
                                                  "end": 1099,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 38
                                                    }
                                                  },
                                                  "name": "a"
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 1101,
                                                  "end": 1102,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "b"
                                                }
                                              ],
                                              "body": {
                                                "type": "LogicalExpression",
                                                "start": 1107,
                                                "end": 1140,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 79
                                                  }
                                                },
                                                "left": {
                                                  "type": "LogicalExpression",
                                                  "start": 1107,
                                                  "end": 1135,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 74
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 1107,
                                                    "end": 1117,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 56
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 1107,
                                                      "end": 1108,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 47
                                                        }
                                                      },
                                                      "name": "b"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1109,
                                                      "end": 1117,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 56
                                                        }
                                                      },
                                                      "name": "priority"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "||",
                                                  "right": {
                                                    "type": "BinaryExpression",
                                                    "start": 1121,
                                                    "end": 1135,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 74
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "Literal",
                                                      "start": 1121,
                                                      "end": 1122,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 61
                                                        }
                                                      },
                                                      "value": 0,
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "operator": "-",
                                                    "right": {
                                                      "type": "MemberExpression",
                                                      "start": 1125,
                                                      "end": 1135,
                                                      "loc": {
                                                        "start": {
                                                          "line": 34,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 34,
                                                          "column": 74
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1125,
                                                        "end": 1126,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 64
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 65
                                                          }
                                                        },
                                                        "name": "a"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1127,
                                                        "end": 1135,
                                                        "loc": {
                                                          "start": {
                                                            "line": 34,
                                                            "column": 66
                                                          },
                                                          "end": {
                                                            "line": 34,
                                                            "column": 74
                                                          }
                                                        },
                                                        "name": "priority"
                                                      },
                                                      "computed": false
                                                    }
                                                  }
                                                },
                                                "operator": "||",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 1139,
                                                  "end": 1140,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 78
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 79
                                                    }
                                                  },
                                                  "value": 0,
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 1164,
                                        "end": 1353,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 1168,
                                          "end": 1184,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1168,
                                            "end": 1172,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1173,
                                            "end": 1184,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 40
                                              }
                                            },
                                            "name": "_inspectors"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 1186,
                                          "end": 1353,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ForOfStatement",
                                              "start": 1212,
                                              "end": 1331,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 79
                                                }
                                              },
                                              "left": {
                                                "type": "VariableDeclaration",
                                                "start": 1217,
                                                "end": 1230,
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 42
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 1221,
                                                    "end": 1230,
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 42
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 1221,
                                                      "end": 1230,
                                                      "loc": {
                                                        "start": {
                                                          "line": 37,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 37,
                                                          "column": 42
                                                        }
                                                      },
                                                      "name": "inspector"
                                                    },
                                                    "init": null
                                                  }
                                                ],
                                                "kind": "let"
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 1234,
                                                "end": 1250,
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 1234,
                                                  "end": 1238,
                                                  "loc": {
                                                    "start": {
                                                      "line": 37,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 37,
                                                      "column": 50
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1239,
                                                  "end": 1250,
                                                  "loc": {
                                                    "start": {
                                                      "line": 37,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 37,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "_inspectors"
                                                },
                                                "computed": false
                                              },
                                              "body": {
                                                "type": "ExpressionStatement",
                                                "start": 1280,
                                                "end": 1331,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 79
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 1280,
                                                  "end": 1330,
                                                  "loc": {
                                                    "start": {
                                                      "line": 38,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 78
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 1280,
                                                    "end": 1289,
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 37
                                                      }
                                                    },
                                                    "name": "inspector"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "start": 1290,
                                                      "end": 1329,
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 38,
                                                          "column": 77
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "start": 1292,
                                                          "end": 1305,
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 53
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 1292,
                                                            "end": 1298,
                                                            "loc": {
                                                              "start": {
                                                                "line": 38,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 38,
                                                                "column": 46
                                                              }
                                                            },
                                                            "name": "action"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 1300,
                                                            "end": 1305,
                                                            "loc": {
                                                              "start": {
                                                                "line": 38,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 38,
                                                                "column": 53
                                                              }
                                                            },
                                                            "value": "Add",
                                                            "rawValue": "Add",
                                                            "raw": "'Add'"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 1307,
                                                          "end": 1311,
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 59
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": true,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 1307,
                                                            "end": 1311,
                                                            "loc": {
                                                              "start": {
                                                                "line": 38,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 38,
                                                                "column": 59
                                                              }
                                                            },
                                                            "name": "type"
                                                          },
                                                          "kind": "init",
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 1307,
                                                            "end": 1311,
                                                            "loc": {
                                                              "start": {
                                                                "line": 38,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 38,
                                                                "column": 59
                                                              }
                                                            },
                                                            "name": "type"
                                                          }
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 1313,
                                                          "end": 1327,
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 75
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 1313,
                                                            "end": 1321,
                                                            "loc": {
                                                              "start": {
                                                                "line": 38,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 38,
                                                                "column": 69
                                                              }
                                                            },
                                                            "name": "callback"
                                                          },
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 1323,
                                                            "end": 1327,
                                                            "loc": {
                                                              "start": {
                                                                "line": 38,
                                                                "column": 71
                                                              },
                                                              "end": {
                                                                "line": 38,
                                                                "column": 75
                                                              }
                                                            },
                                                            "name": "arg2"
                                                          },
                                                          "kind": "init"
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 1402,
                        "end": 1698,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 15
                          },
                          "end": {
                            "line": 51,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 1406,
                          "end": 1452,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 19
                            },
                            "end": {
                              "line": 43,
                              "column": 65
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 1406,
                            "end": 1430,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 19
                              },
                              "end": {
                                "line": 43,
                                "column": 43
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 1406,
                              "end": 1417,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 19
                                },
                                "end": {
                                  "line": 43,
                                  "column": 30
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 1413,
                                "end": 1417,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 30
                                  }
                                },
                                "name": "arg1"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 1422,
                              "end": 1430,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 35
                                },
                                "end": {
                                  "line": 43,
                                  "column": 43
                                }
                              },
                              "value": "object",
                              "rawValue": "object",
                              "raw": "'object'"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 1434,
                            "end": 1452,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 47
                              },
                              "end": {
                                "line": 43,
                                "column": 65
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1434,
                              "end": 1438,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 47
                                },
                                "end": {
                                  "line": 43,
                                  "column": 51
                                }
                              },
                              "name": "arg2"
                            },
                            "operator": "===",
                            "right": {
                              "type": "Identifier",
                              "start": 1443,
                              "end": 1452,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 56
                                },
                                "end": {
                                  "line": 43,
                                  "column": 65
                                }
                              },
                              "name": "undefined"
                            }
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 1454,
                          "end": 1698,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 67
                            },
                            "end": {
                              "line": 51,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ForInStatement",
                              "start": 1516,
                              "end": 1687,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 12
                                },
                                "end": {
                                  "line": 49,
                                  "column": 13
                                }
                              },
                              "left": {
                                "type": "VariableDeclaration",
                                "start": 1521,
                                "end": 1528,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 24
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 1525,
                                    "end": 1528,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 24
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 1525,
                                      "end": 1528,
                                      "loc": {
                                        "start": {
                                          "line": 46,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 46,
                                          "column": 24
                                        }
                                      },
                                      "name": "key",
                                      "leadingComments": null
                                    },
                                    "init": null,
                                    "leadingComments": null
                                  }
                                ],
                                "kind": "let",
                                "leadingComments": null
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1532,
                                "end": 1536,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 32
                                  }
                                },
                                "name": "arg1"
                              },
                              "body": {
                                "type": "BlockStatement",
                                "start": 1538,
                                "end": 1687,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 1556,
                                    "end": 1581,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 41
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1560,
                                        "end": 1580,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 40
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1560,
                                          "end": 1568,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 28
                                            }
                                          },
                                          "name": "callback"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 1571,
                                          "end": 1580,
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1571,
                                            "end": 1575,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 35
                                              }
                                            },
                                            "name": "arg1"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1576,
                                            "end": 1579,
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 39
                                              }
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 1598,
                                    "end": 1673,
                                    "loc": {
                                      "start": {
                                        "line": 48,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 48,
                                        "column": 91
                                      }
                                    },
                                    "expression": {
                                      "type": "LogicalExpression",
                                      "start": 1598,
                                      "end": 1672,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 90
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 1598,
                                        "end": 1628,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 46
                                          }
                                        },
                                        "left": {
                                          "type": "UnaryExpression",
                                          "start": 1598,
                                          "end": 1613,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 31
                                            }
                                          },
                                          "operator": "typeof",
                                          "prefix": true,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 1605,
                                            "end": 1613,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 31
                                              }
                                            },
                                            "name": "callback"
                                          }
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "Literal",
                                          "start": 1618,
                                          "end": 1628,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 46
                                            }
                                          },
                                          "value": "function",
                                          "rawValue": "function",
                                          "raw": "'function'"
                                        }
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 1632,
                                        "end": 1672,
                                        "loc": {
                                          "start": {
                                            "line": 48,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 48,
                                            "column": 90
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1632,
                                          "end": 1639,
                                          "loc": {
                                            "start": {
                                              "line": 48,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 48,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1632,
                                            "end": 1636,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 54
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1637,
                                            "end": 1639,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 57
                                              }
                                            },
                                            "name": "on"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1640,
                                            "end": 1643,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 61
                                              }
                                            },
                                            "name": "key"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 1645,
                                            "end": 1653,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 71
                                              }
                                            },
                                            "name": "callback"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 1655,
                                            "end": 1661,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 79
                                              }
                                            },
                                            "name": "remove"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 1663,
                                            "end": 1671,
                                            "loc": {
                                              "start": {
                                                "line": 48,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 48,
                                                "column": 89
                                              }
                                            },
                                            "name": "priority"
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ]
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Array of 'Type: Callback' pairs",
                                  "start": 1469,
                                  "end": 1503,
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 46
                                    }
                                  },
                                  "range": [
                                    1469,
                                    1503
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": null
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1708,
                      "end": 1720,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 8
                        },
                        "end": {
                          "line": 53,
                          "column": 20
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1715,
                        "end": 1719,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 15
                          },
                          "end": {
                            "line": 53,
                            "column": 19
                          }
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1732,
              "end": 1852,
              "loc": {
                "start": {
                  "line": 56,
                  "column": 4
                },
                "end": {
                  "line": 59,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1732,
                "end": 1739,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 4
                  },
                  "end": {
                    "line": 56,
                    "column": 11
                  }
                },
                "name": "inspect"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1739,
                "end": 1852,
                "loc": {
                  "start": {
                    "line": 56,
                    "column": 11
                  },
                  "end": {
                    "line": 59,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1740,
                    "end": 1748,
                    "loc": {
                      "start": {
                        "line": 56,
                        "column": 12
                      },
                      "end": {
                        "line": 56,
                        "column": 20
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1750,
                  "end": 1852,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 22
                    },
                    "end": {
                      "line": 59,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1760,
                      "end": 1805,
                      "loc": {
                        "start": {
                          "line": 57,
                          "column": 8
                        },
                        "end": {
                          "line": 57,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1764,
                        "end": 1781,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 12
                          },
                          "end": {
                            "line": 57,
                            "column": 29
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1765,
                          "end": 1781,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 13
                            },
                            "end": {
                              "line": 57,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1765,
                            "end": 1769,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 13
                              },
                              "end": {
                                "line": 57,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1770,
                            "end": 1781,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 18
                              },
                              "end": {
                                "line": 57,
                                "column": 29
                              }
                            },
                            "name": "_inspectors"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1783,
                        "end": 1805,
                        "loc": {
                          "start": {
                            "line": 57,
                            "column": 31
                          },
                          "end": {
                            "line": 57,
                            "column": 53
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1783,
                          "end": 1804,
                          "loc": {
                            "start": {
                              "line": 57,
                              "column": 31
                            },
                            "end": {
                              "line": 57,
                              "column": 52
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1783,
                            "end": 1799,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 31
                              },
                              "end": {
                                "line": 57,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1783,
                              "end": 1787,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 31
                                },
                                "end": {
                                  "line": 57,
                                  "column": 35
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1788,
                              "end": 1799,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 36
                                },
                                "end": {
                                  "line": 57,
                                  "column": 47
                                }
                              },
                              "name": "_inspectors"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "start": 1802,
                            "end": 1804,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 50
                              },
                              "end": {
                                "line": 57,
                                "column": 52
                              }
                            },
                            "elements": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1814,
                      "end": 1846,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 8
                        },
                        "end": {
                          "line": 58,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1814,
                        "end": 1845,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1814,
                          "end": 1835,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 8
                            },
                            "end": {
                              "line": 58,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1814,
                            "end": 1830,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 8
                              },
                              "end": {
                                "line": 58,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1814,
                              "end": 1818,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 8
                                },
                                "end": {
                                  "line": 58,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1819,
                              "end": 1830,
                              "loc": {
                                "start": {
                                  "line": 58,
                                  "column": 13
                                },
                                "end": {
                                  "line": 58,
                                  "column": 24
                                }
                              },
                              "name": "_inspectors"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1831,
                            "end": 1835,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 25
                              },
                              "end": {
                                "line": 58,
                                "column": 29
                              }
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1836,
                            "end": 1844,
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 30
                              },
                              "end": {
                                "line": 58,
                                "column": 38
                              }
                            },
                            "name": "callback"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1858,
              "end": 2777,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 4
                },
                "end": {
                  "line": 83,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1858,
                "end": 1872,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 4
                  },
                  "end": {
                    "line": 61,
                    "column": 18
                  }
                },
                "name": "removeListener"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1872,
                "end": 2777,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 18
                  },
                  "end": {
                    "line": 83,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1873,
                    "end": 1878,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 19
                      },
                      "end": {
                        "line": 61,
                        "column": 24
                      }
                    },
                    "name": "types"
                  },
                  {
                    "type": "Identifier",
                    "start": 1880,
                    "end": 1888,
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 26
                      },
                      "end": {
                        "line": 61,
                        "column": 34
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1890,
                  "end": 2777,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 36
                    },
                    "end": {
                      "line": 83,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1900,
                      "end": 1943,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1904,
                        "end": 1920,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 12
                          },
                          "end": {
                            "line": 62,
                            "column": 28
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 1905,
                          "end": 1920,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 13
                            },
                            "end": {
                              "line": 62,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1905,
                            "end": 1909,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 13
                              },
                              "end": {
                                "line": 62,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1910,
                            "end": 1920,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 18
                              },
                              "end": {
                                "line": 62,
                                "column": 28
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1922,
                        "end": 1943,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 30
                          },
                          "end": {
                            "line": 62,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1922,
                          "end": 1942,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 30
                            },
                            "end": {
                              "line": 62,
                              "column": 50
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1922,
                            "end": 1937,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 30
                              },
                              "end": {
                                "line": 62,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1922,
                              "end": 1926,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 30
                                },
                                "end": {
                                  "line": 62,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1927,
                              "end": 1937,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 35
                                },
                                "end": {
                                  "line": 62,
                                  "column": 45
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 1940,
                            "end": 1942,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 48
                              },
                              "end": {
                                "line": 62,
                                "column": 50
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1952,
                      "end": 1999,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1952,
                        "end": 1998,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 54
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 1952,
                          "end": 1957,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 13
                            }
                          },
                          "name": "types"
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 1960,
                          "end": 1998,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 16
                            },
                            "end": {
                              "line": 63,
                              "column": 54
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 1960,
                            "end": 1980,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 16
                              },
                              "end": {
                                "line": 63,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1960,
                              "end": 1973,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 16
                                },
                                "end": {
                                  "line": 63,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1960,
                                "end": 1965,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 21
                                  }
                                },
                                "name": "Array"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1966,
                                "end": 1973,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 29
                                  }
                                },
                                "name": "isArray"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1974,
                                "end": 1979,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 35
                                  }
                                },
                                "name": "types"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "Identifier",
                            "start": 1983,
                            "end": 1988,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 39
                              },
                              "end": {
                                "line": 63,
                                "column": 44
                              }
                            },
                            "name": "types"
                          },
                          "alternate": {
                            "type": "ArrayExpression",
                            "start": 1991,
                            "end": 1998,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 47
                              },
                              "end": {
                                "line": 63,
                                "column": 54
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1992,
                                "end": 1997,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 53
                                  }
                                },
                                "name": "types"
                              }
                            ]
                          }
                        }
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 2008,
                      "end": 2750,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 8
                        },
                        "end": {
                          "line": 81,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 2013,
                        "end": 2021,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 13
                          },
                          "end": {
                            "line": 64,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 2017,
                            "end": 2021,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 17
                              },
                              "end": {
                                "line": 64,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 2017,
                              "end": 2021,
                              "loc": {
                                "start": {
                                  "line": 64,
                                  "column": 17
                                },
                                "end": {
                                  "line": 64,
                                  "column": 21
                                }
                              },
                              "name": "type"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 2025,
                        "end": 2030,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 25
                          },
                          "end": {
                            "line": 64,
                            "column": 30
                          }
                        },
                        "name": "types"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 2032,
                        "end": 2750,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 32
                          },
                          "end": {
                            "line": 81,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 2046,
                            "end": 2084,
                            "loc": {
                              "start": {
                                "line": 65,
                                "column": 12
                              },
                              "end": {
                                "line": 65,
                                "column": 50
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 2050,
                                "end": 2083,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 49
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 2050,
                                  "end": 2059,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 25
                                    }
                                  },
                                  "name": "listeners"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 2062,
                                  "end": 2083,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2062,
                                    "end": 2077,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2062,
                                      "end": 2066,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2067,
                                      "end": 2077,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 43
                                        }
                                      },
                                      "name": "_callbacks"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2078,
                                    "end": 2082,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 48
                                      }
                                    },
                                    "name": "type"
                                  },
                                  "computed": true
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 2097,
                            "end": 2122,
                            "loc": {
                              "start": {
                                "line": 66,
                                "column": 12
                              },
                              "end": {
                                "line": 66,
                                "column": 37
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 2101,
                              "end": 2111,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 16
                                },
                                "end": {
                                  "line": 66,
                                  "column": 26
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 2102,
                                "end": 2111,
                                "loc": {
                                  "start": {
                                    "line": 66,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 66,
                                    "column": 26
                                  }
                                },
                                "name": "listeners"
                              }
                            },
                            "consequent": {
                              "type": "ContinueStatement",
                              "start": 2113,
                              "end": 2122,
                              "loc": {
                                "start": {
                                  "line": 66,
                                  "column": 28
                                },
                                "end": {
                                  "line": 66,
                                  "column": 37
                                }
                              },
                              "label": null
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 2135,
                            "end": 2740,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 12
                              },
                              "end": {
                                "line": 80,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 2139,
                              "end": 2148,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 16
                                },
                                "end": {
                                  "line": 67,
                                  "column": 25
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 2140,
                                "end": 2148,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 25
                                  }
                                },
                                "name": "callback"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2150,
                              "end": 2413,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 27
                                },
                                "end": {
                                  "line": 73,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2168,
                                  "end": 2197,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 2168,
                                    "end": 2196,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 2175,
                                      "end": 2196,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2175,
                                        "end": 2190,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2175,
                                          "end": 2179,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2180,
                                          "end": 2190,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 38
                                            }
                                          },
                                          "name": "_callbacks"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2191,
                                        "end": 2195,
                                        "loc": {
                                          "start": {
                                            "line": 68,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 43
                                          }
                                        },
                                        "name": "type"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2214,
                                  "end": 2399,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 72,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 2218,
                                    "end": 2234,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2218,
                                      "end": 2222,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2223,
                                      "end": 2234,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 36
                                        }
                                      },
                                      "name": "_inspectors"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2236,
                                    "end": 2399,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ForOfStatement",
                                        "start": 2258,
                                        "end": 2381,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 83
                                          }
                                        },
                                        "left": {
                                          "type": "VariableDeclaration",
                                          "start": 2263,
                                          "end": 2276,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 38
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 2267,
                                              "end": 2276,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 38
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 2267,
                                                "end": 2276,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "inspector"
                                              },
                                              "init": null
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 2280,
                                          "end": 2296,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2280,
                                            "end": 2284,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2285,
                                            "end": 2296,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 58
                                              }
                                            },
                                            "name": "_inspectors"
                                          },
                                          "computed": false
                                        },
                                        "body": {
                                          "type": "ExpressionStatement",
                                          "start": 2322,
                                          "end": 2381,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 83
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2322,
                                            "end": 2380,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 82
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2322,
                                              "end": 2331,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 33
                                                }
                                              },
                                              "name": "inspector"
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2332,
                                                "end": 2379,
                                                "loc": {
                                                  "start": {
                                                    "line": 71,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 81
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2334,
                                                    "end": 2350,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 52
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2334,
                                                      "end": 2340,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 42
                                                        }
                                                      },
                                                      "name": "action"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2342,
                                                      "end": 2350,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 52
                                                        }
                                                      },
                                                      "value": "Remove",
                                                      "rawValue": "Remove",
                                                      "raw": "'Remove'"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2352,
                                                    "end": 2356,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 58
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": true,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2352,
                                                      "end": 2356,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    },
                                                    "kind": "init",
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2352,
                                                      "end": 2356,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2358,
                                                    "end": 2377,
                                                    "loc": {
                                                      "start": {
                                                        "line": 71,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 71,
                                                        "column": 79
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2358,
                                                      "end": 2366,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 68
                                                        }
                                                      },
                                                      "name": "callback"
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2368,
                                                      "end": 2377,
                                                      "loc": {
                                                        "start": {
                                                          "line": 71,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 79
                                                        }
                                                      },
                                                      "name": "undefined"
                                                    },
                                                    "kind": "init"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 2419,
                              "end": 2740,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 19
                                },
                                "end": {
                                  "line": 80,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2437,
                                  "end": 2477,
                                  "loc": {
                                    "start": {
                                      "line": 74,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 74,
                                      "column": 56
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2441,
                                      "end": 2476,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 55
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2441,
                                        "end": 2446,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 25
                                          }
                                        },
                                        "name": "index"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 2449,
                                        "end": 2476,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 55
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2449,
                                          "end": 2466,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2449,
                                            "end": 2458,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 37
                                              }
                                            },
                                            "name": "listeners"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2459,
                                            "end": 2466,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 45
                                              }
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 2467,
                                            "end": 2475,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 54
                                              }
                                            },
                                            "name": "callback"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2494,
                                  "end": 2535,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 57
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 2494,
                                    "end": 2534,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 56
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 2494,
                                      "end": 2504,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 26
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 2494,
                                        "end": 2499,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 21
                                          }
                                        },
                                        "name": "index"
                                      },
                                      "operator": ">",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 2502,
                                        "end": 2504,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 26
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "Literal",
                                          "start": 2503,
                                          "end": 2504,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 26
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        }
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 2508,
                                      "end": 2534,
                                      "loc": {
                                        "start": {
                                          "line": 75,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 75,
                                          "column": 56
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2508,
                                        "end": 2524,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2508,
                                          "end": 2517,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 39
                                            }
                                          },
                                          "name": "listeners"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2518,
                                          "end": 2524,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 46
                                            }
                                          },
                                          "name": "splice"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2525,
                                          "end": 2530,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 52
                                            }
                                          },
                                          "name": "index"
                                        },
                                        {
                                          "type": "Literal",
                                          "start": 2532,
                                          "end": 2533,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 55
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2552,
                                  "end": 2726,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 2556,
                                    "end": 2572,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2556,
                                      "end": 2560,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2561,
                                      "end": 2572,
                                      "loc": {
                                        "start": {
                                          "line": 76,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 76,
                                          "column": 36
                                        }
                                      },
                                      "name": "_inspectors"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2574,
                                    "end": 2726,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ForOfStatement",
                                        "start": 2596,
                                        "end": 2708,
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 72
                                          }
                                        },
                                        "left": {
                                          "type": "VariableDeclaration",
                                          "start": 2601,
                                          "end": 2614,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 38
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 2605,
                                              "end": 2614,
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 38
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 2605,
                                                "end": 2614,
                                                "loc": {
                                                  "start": {
                                                    "line": 77,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 77,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "inspector"
                                              },
                                              "init": null
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 2618,
                                          "end": 2634,
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2618,
                                            "end": 2622,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2623,
                                            "end": 2634,
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 58
                                              }
                                            },
                                            "name": "_inspectors"
                                          },
                                          "computed": false
                                        },
                                        "body": {
                                          "type": "ExpressionStatement",
                                          "start": 2660,
                                          "end": 2708,
                                          "loc": {
                                            "start": {
                                              "line": 78,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 78,
                                              "column": 72
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2660,
                                            "end": 2707,
                                            "loc": {
                                              "start": {
                                                "line": 78,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 78,
                                                "column": 71
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2660,
                                              "end": 2669,
                                              "loc": {
                                                "start": {
                                                  "line": 78,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 78,
                                                  "column": 33
                                                }
                                              },
                                              "name": "inspector"
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2670,
                                                "end": 2706,
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 78,
                                                    "column": 70
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2672,
                                                    "end": 2688,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 52
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2672,
                                                      "end": 2678,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 42
                                                        }
                                                      },
                                                      "name": "action"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2680,
                                                      "end": 2688,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 52
                                                        }
                                                      },
                                                      "value": "Remove",
                                                      "rawValue": "Remove",
                                                      "raw": "'Remove'"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2690,
                                                    "end": 2694,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 58
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": true,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2690,
                                                      "end": 2694,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    },
                                                    "kind": "init",
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2690,
                                                      "end": 2694,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2696,
                                                    "end": 2704,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 68
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": true,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2696,
                                                      "end": 2704,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 68
                                                        }
                                                      },
                                                      "name": "callback"
                                                    },
                                                    "kind": "init",
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2696,
                                                      "end": 2704,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 68
                                                        }
                                                      },
                                                      "name": "callback"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2759,
                      "end": 2771,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 8
                        },
                        "end": {
                          "line": 82,
                          "column": 20
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 2766,
                        "end": 2770,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 15
                          },
                          "end": {
                            "line": 82,
                            "column": 19
                          }
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2783,
              "end": 2845,
              "loc": {
                "start": {
                  "line": 85,
                  "column": 4
                },
                "end": {
                  "line": 87,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2783,
                "end": 2798,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 4
                  },
                  "end": {
                    "line": 85,
                    "column": 19
                  }
                },
                "name": "removeListeners"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2798,
                "end": 2845,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 19
                  },
                  "end": {
                    "line": 87,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2801,
                  "end": 2845,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 22
                    },
                    "end": {
                      "line": 87,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2811,
                      "end": 2839,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2811,
                        "end": 2838,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 8
                          },
                          "end": {
                            "line": 86,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2811,
                          "end": 2826,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 8
                            },
                            "end": {
                              "line": 86,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2811,
                            "end": 2815,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 8
                              },
                              "end": {
                                "line": 86,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2816,
                            "end": 2826,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 13
                              },
                              "end": {
                                "line": 86,
                                "column": 23
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2829,
                          "end": 2838,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 26
                            },
                            "end": {
                              "line": 86,
                              "column": 35
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2851,
              "end": 2915,
              "loc": {
                "start": {
                  "line": 89,
                  "column": 4
                },
                "end": {
                  "line": 91,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2851,
                "end": 2867,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 4
                  },
                  "end": {
                    "line": 89,
                    "column": 20
                  }
                },
                "name": "removeInspectors"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2867,
                "end": 2915,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 20
                  },
                  "end": {
                    "line": 91,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2870,
                  "end": 2915,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 23
                    },
                    "end": {
                      "line": 91,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2880,
                      "end": 2909,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 8
                        },
                        "end": {
                          "line": 90,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2880,
                        "end": 2908,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 8
                          },
                          "end": {
                            "line": 90,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2880,
                          "end": 2896,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2880,
                            "end": 2884,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 8
                              },
                              "end": {
                                "line": 90,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2885,
                            "end": 2896,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 13
                              },
                              "end": {
                                "line": 90,
                                "column": 24
                              }
                            },
                            "name": "_inspectors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2899,
                          "end": 2908,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 27
                            },
                            "end": {
                              "line": 90,
                              "column": 36
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2921,
              "end": 3413,
              "loc": {
                "start": {
                  "line": 93,
                  "column": 4
                },
                "end": {
                  "line": 106,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2921,
                "end": 2925,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 4
                  },
                  "end": {
                    "line": 93,
                    "column": 8
                  }
                },
                "name": "emit"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2925,
                "end": 3413,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 8
                  },
                  "end": {
                    "line": 106,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2926,
                    "end": 2930,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 9
                      },
                      "end": {
                        "line": 93,
                        "column": 13
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "RestElement",
                    "start": 2932,
                    "end": 2939,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 15
                      },
                      "end": {
                        "line": 93,
                        "column": 22
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 2935,
                      "end": 2939,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 18
                        },
                        "end": {
                          "line": 93,
                          "column": 22
                        }
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2941,
                  "end": 3413,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 24
                    },
                    "end": {
                      "line": 106,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2951,
                      "end": 2984,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 41
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2955,
                          "end": 2983,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 12
                            },
                            "end": {
                              "line": 94,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2955,
                            "end": 2963,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 12
                              },
                              "end": {
                                "line": 94,
                                "column": 20
                              }
                            },
                            "name": "sequence"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2966,
                            "end": 2983,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 23
                              },
                              "end": {
                                "line": 94,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2966,
                              "end": 2981,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 23
                                },
                                "end": {
                                  "line": 94,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2966,
                                "end": 2973,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 30
                                  }
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2974,
                                "end": 2981,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 38
                                  }
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2993,
                      "end": 3036,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 95,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2997,
                        "end": 3013,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 12
                          },
                          "end": {
                            "line": 95,
                            "column": 28
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 2998,
                          "end": 3013,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 13
                            },
                            "end": {
                              "line": 95,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2998,
                            "end": 3002,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 13
                              },
                              "end": {
                                "line": 95,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3003,
                            "end": 3013,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 18
                              },
                              "end": {
                                "line": 95,
                                "column": 28
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3015,
                        "end": 3036,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 30
                          },
                          "end": {
                            "line": 95,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 3015,
                          "end": 3035,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 30
                            },
                            "end": {
                              "line": 95,
                              "column": 50
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 3015,
                            "end": 3030,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 30
                              },
                              "end": {
                                "line": 95,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3015,
                              "end": 3019,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 30
                                },
                                "end": {
                                  "line": 95,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3020,
                              "end": 3030,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 35
                                },
                                "end": {
                                  "line": 95,
                                  "column": 45
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 3033,
                            "end": 3035,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 48
                              },
                              "end": {
                                "line": 95,
                                "column": 50
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3045,
                      "end": 3083,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3049,
                          "end": 3082,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 12
                            },
                            "end": {
                              "line": 96,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3049,
                            "end": 3058,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 12
                              },
                              "end": {
                                "line": 96,
                                "column": 21
                              }
                            },
                            "name": "listeners"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3061,
                            "end": 3082,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 24
                              },
                              "end": {
                                "line": 96,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3061,
                              "end": 3076,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 24
                                },
                                "end": {
                                  "line": 96,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3061,
                                "end": 3065,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3066,
                                "end": 3076,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 39
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3077,
                              "end": 3081,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 40
                                },
                                "end": {
                                  "line": 96,
                                  "column": 44
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3092,
                      "end": 3382,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 8
                        },
                        "end": {
                          "line": 104,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3096,
                        "end": 3107,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 12
                          },
                          "end": {
                            "line": 97,
                            "column": 23
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3097,
                          "end": 3107,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 13
                            },
                            "end": {
                              "line": 97,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 3098,
                            "end": 3107,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 14
                              },
                              "end": {
                                "line": 97,
                                "column": 23
                              }
                            },
                            "name": "listeners"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3109,
                        "end": 3382,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 25
                          },
                          "end": {
                            "line": 104,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 3123,
                            "end": 3372,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 12
                              },
                              "end": {
                                "line": 103,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 3128,
                              "end": 3140,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 17
                                },
                                "end": {
                                  "line": 98,
                                  "column": 29
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3132,
                                  "end": 3140,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 29
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3132,
                                    "end": 3140,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 29
                                      }
                                    },
                                    "name": "listener"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 3144,
                              "end": 3153,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 33
                                },
                                "end": {
                                  "line": 98,
                                  "column": 42
                                }
                              },
                              "name": "listeners"
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 3155,
                              "end": 3372,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 44
                                },
                                "end": {
                                  "line": 103,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3173,
                                  "end": 3358,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3173,
                                    "end": 3357,
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 18
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3173,
                                      "end": 3181,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 24
                                        }
                                      },
                                      "name": "sequence"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 3184,
                                      "end": 3357,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 18
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 3184,
                                        "end": 3197,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3184,
                                          "end": 3192,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 35
                                            }
                                          },
                                          "name": "sequence"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3193,
                                          "end": 3197,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 40
                                            }
                                          },
                                          "name": "then"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 3199,
                                          "end": 3356,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 17
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 3199,
                                              "end": 3200,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 43
                                                }
                                              },
                                              "name": "_"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 3204,
                                            "end": 3356,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 17
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3226,
                                                "end": 3281,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 75
                                                  }
                                                },
                                                "expression": {
                                                  "type": "LogicalExpression",
                                                  "start": 3226,
                                                  "end": 3280,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 74
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3226,
                                                    "end": 3241,
                                                    "loc": {
                                                      "start": {
                                                        "line": 100,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 100,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3226,
                                                      "end": 3234,
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 28
                                                        }
                                                      },
                                                      "name": "listener"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3235,
                                                      "end": 3241,
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 35
                                                        }
                                                      },
                                                      "name": "remove"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 3245,
                                                    "end": 3280,
                                                    "loc": {
                                                      "start": {
                                                        "line": 100,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 100,
                                                        "column": 74
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3245,
                                                      "end": 3264,
                                                      "loc": {
                                                        "start": {
                                                          "line": 100,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 100,
                                                          "column": 58
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 3245,
                                                        "end": 3249,
                                                        "loc": {
                                                          "start": {
                                                            "line": 100,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 100,
                                                            "column": 43
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3250,
                                                        "end": 3264,
                                                        "loc": {
                                                          "start": {
                                                            "line": 100,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 100,
                                                            "column": 58
                                                          }
                                                        },
                                                        "name": "removeListener"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3265,
                                                        "end": 3269,
                                                        "loc": {
                                                          "start": {
                                                            "line": 100,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 100,
                                                            "column": 63
                                                          }
                                                        },
                                                        "name": "type"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3271,
                                                        "end": 3279,
                                                        "loc": {
                                                          "start": {
                                                            "line": 100,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 100,
                                                            "column": 73
                                                          }
                                                        },
                                                        "name": "listener"
                                                      }
                                                    ]
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ReturnStatement",
                                                "start": 3302,
                                                "end": 3338,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 56
                                                  }
                                                },
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "start": 3309,
                                                  "end": 3337,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 55
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3309,
                                                    "end": 3322,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3309,
                                                      "end": 3317,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 35
                                                        }
                                                      },
                                                      "name": "listener"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3318,
                                                      "end": 3322,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 40
                                                        }
                                                      },
                                                      "name": "call"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ThisExpression",
                                                      "start": 3323,
                                                      "end": 3327,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 45
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "SpreadElement",
                                                      "start": 3329,
                                                      "end": 3336,
                                                      "loc": {
                                                        "start": {
                                                          "line": 101,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 101,
                                                          "column": 54
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 3332,
                                                        "end": 3336,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 54
                                                          }
                                                        },
                                                        "name": "args"
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3391,
                      "end": 3407,
                      "loc": {
                        "start": {
                          "line": 105,
                          "column": 8
                        },
                        "end": {
                          "line": 105,
                          "column": 24
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3398,
                        "end": 3406,
                        "loc": {
                          "start": {
                            "line": 105,
                            "column": 15
                          },
                          "end": {
                            "line": 105,
                            "column": 23
                          }
                        },
                        "name": "sequence"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3419,
              "end": 3909,
              "loc": {
                "start": {
                  "line": 108,
                  "column": 4
                },
                "end": {
                  "line": 120,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3419,
                "end": 3425,
                "loc": {
                  "start": {
                    "line": 108,
                    "column": 4
                  },
                  "end": {
                    "line": 108,
                    "column": 10
                  }
                },
                "name": "bubble"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3425,
                "end": 3909,
                "loc": {
                  "start": {
                    "line": 108,
                    "column": 10
                  },
                  "end": {
                    "line": 120,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3426,
                    "end": 3430,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 11
                      },
                      "end": {
                        "line": 108,
                        "column": 15
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "RestElement",
                    "start": 3432,
                    "end": 3439,
                    "loc": {
                      "start": {
                        "line": 108,
                        "column": 17
                      },
                      "end": {
                        "line": 108,
                        "column": 24
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 3435,
                      "end": 3439,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 20
                        },
                        "end": {
                          "line": 108,
                          "column": 24
                        }
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3441,
                  "end": 3909,
                  "loc": {
                    "start": {
                      "line": 108,
                      "column": 26
                    },
                    "end": {
                      "line": 120,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3451,
                      "end": 3484,
                      "loc": {
                        "start": {
                          "line": 109,
                          "column": 8
                        },
                        "end": {
                          "line": 109,
                          "column": 41
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3455,
                          "end": 3483,
                          "loc": {
                            "start": {
                              "line": 109,
                              "column": 12
                            },
                            "end": {
                              "line": 109,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3455,
                            "end": 3463,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 12
                              },
                              "end": {
                                "line": 109,
                                "column": 20
                              }
                            },
                            "name": "sequence"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 3466,
                            "end": 3483,
                            "loc": {
                              "start": {
                                "line": 109,
                                "column": 23
                              },
                              "end": {
                                "line": 109,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3466,
                              "end": 3481,
                              "loc": {
                                "start": {
                                  "line": 109,
                                  "column": 23
                                },
                                "end": {
                                  "line": 109,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3466,
                                "end": 3473,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 30
                                  }
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3474,
                                "end": 3481,
                                "loc": {
                                  "start": {
                                    "line": 109,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 109,
                                    "column": 38
                                  }
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3493,
                      "end": 3536,
                      "loc": {
                        "start": {
                          "line": 110,
                          "column": 8
                        },
                        "end": {
                          "line": 110,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3497,
                        "end": 3513,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 12
                          },
                          "end": {
                            "line": 110,
                            "column": 28
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3498,
                          "end": 3513,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 13
                            },
                            "end": {
                              "line": 110,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3498,
                            "end": 3502,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 13
                              },
                              "end": {
                                "line": 110,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3503,
                            "end": 3513,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 18
                              },
                              "end": {
                                "line": 110,
                                "column": 28
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3515,
                        "end": 3536,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 30
                          },
                          "end": {
                            "line": 110,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 3515,
                          "end": 3535,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 30
                            },
                            "end": {
                              "line": 110,
                              "column": 50
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 3515,
                            "end": 3530,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 30
                              },
                              "end": {
                                "line": 110,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3515,
                              "end": 3519,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 30
                                },
                                "end": {
                                  "line": 110,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3520,
                              "end": 3530,
                              "loc": {
                                "start": {
                                  "line": 110,
                                  "column": 35
                                },
                                "end": {
                                  "line": 110,
                                  "column": 45
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 3533,
                            "end": 3535,
                            "loc": {
                              "start": {
                                "line": 110,
                                "column": 48
                              },
                              "end": {
                                "line": 110,
                                "column": 50
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3545,
                      "end": 3583,
                      "loc": {
                        "start": {
                          "line": 111,
                          "column": 8
                        },
                        "end": {
                          "line": 111,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3549,
                          "end": 3582,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 12
                            },
                            "end": {
                              "line": 111,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3549,
                            "end": 3558,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 12
                              },
                              "end": {
                                "line": 111,
                                "column": 21
                              }
                            },
                            "name": "listeners"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3561,
                            "end": 3582,
                            "loc": {
                              "start": {
                                "line": 111,
                                "column": 24
                              },
                              "end": {
                                "line": 111,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3561,
                              "end": 3576,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 24
                                },
                                "end": {
                                  "line": 111,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3561,
                                "end": 3565,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3566,
                                "end": 3576,
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 39
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3577,
                              "end": 3581,
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 40
                                },
                                "end": {
                                  "line": 111,
                                  "column": 44
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3592,
                      "end": 3878,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 118,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3596,
                        "end": 3607,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 12
                          },
                          "end": {
                            "line": 112,
                            "column": 23
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3597,
                          "end": 3607,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 13
                            },
                            "end": {
                              "line": 112,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 3598,
                            "end": 3607,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 14
                              },
                              "end": {
                                "line": 112,
                                "column": 23
                              }
                            },
                            "name": "listeners"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3609,
                        "end": 3742,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 25
                          },
                          "end": {
                            "line": 115,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 3623,
                            "end": 3732,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 12
                              },
                              "end": {
                                "line": 114,
                                "column": 77
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 3628,
                              "end": 3640,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 17
                                },
                                "end": {
                                  "line": 113,
                                  "column": 29
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3632,
                                  "end": 3640,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 29
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3632,
                                    "end": 3640,
                                    "loc": {
                                      "start": {
                                        "line": 113,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 29
                                      }
                                    },
                                    "name": "listener"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 3644,
                              "end": 3653,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 33
                                },
                                "end": {
                                  "line": 113,
                                  "column": 42
                                }
                              },
                              "name": "listeners"
                            },
                            "body": {
                              "type": "ExpressionStatement",
                              "start": 3671,
                              "end": 3732,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 16
                                },
                                "end": {
                                  "line": 114,
                                  "column": 77
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 3671,
                                "end": 3731,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 76
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 3671,
                                  "end": 3679,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 24
                                    }
                                  },
                                  "name": "sequence"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 3682,
                                  "end": 3731,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3682,
                                    "end": 3695,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3682,
                                      "end": 3690,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 35
                                        }
                                      },
                                      "name": "sequence"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3691,
                                      "end": 3695,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 40
                                        }
                                      },
                                      "name": "then"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 3697,
                                      "end": 3730,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 75
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 3697,
                                          "end": 3698,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 43
                                            }
                                          },
                                          "name": "_"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 3702,
                                        "end": 3730,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 75
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3702,
                                          "end": 3715,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3702,
                                            "end": 3710,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 55
                                              }
                                            },
                                            "name": "listener"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3711,
                                            "end": 3715,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 60
                                              }
                                            },
                                            "name": "call"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "start": 3716,
                                            "end": 3720,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 65
                                              }
                                            }
                                          },
                                          {
                                            "type": "SpreadElement",
                                            "start": 3722,
                                            "end": 3729,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 74
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 3725,
                                              "end": 3729,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 74
                                                }
                                              },
                                              "name": "args"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 3748,
                        "end": 3878,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 15
                          },
                          "end": {
                            "line": 118,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 3752,
                          "end": 3765,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 19
                            },
                            "end": {
                              "line": 115,
                              "column": 32
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 3753,
                            "end": 3765,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 20
                              },
                              "end": {
                                "line": 115,
                                "column": 32
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3754,
                              "end": 3765,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 21
                                },
                                "end": {
                                  "line": 115,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3754,
                                "end": 3758,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 25
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3759,
                                "end": 3765,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 32
                                  }
                                },
                                "name": "parent"
                              },
                              "computed": false
                            }
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3767,
                          "end": 3878,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 34
                            },
                            "end": {
                              "line": 118,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 3834,
                              "end": 3868,
                              "loc": {
                                "start": {
                                  "line": 117,
                                  "column": 12
                                },
                                "end": {
                                  "line": 117,
                                  "column": 46
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3834,
                                "end": 3867,
                                "loc": {
                                  "start": {
                                    "line": 117,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 45
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3834,
                                  "end": 3852,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3834,
                                    "end": 3845,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3834,
                                      "end": 3838,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 16
                                        }
                                      },
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3839,
                                      "end": 3845,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 23
                                        }
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3846,
                                    "end": 3852,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 30
                                      }
                                    },
                                    "name": "bubble"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3853,
                                    "end": 3857,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 35
                                      }
                                    },
                                    "name": "type"
                                  },
                                  {
                                    "type": "SpreadElement",
                                    "start": 3859,
                                    "end": 3866,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 44
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 3862,
                                      "end": 3866,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 44
                                        }
                                      },
                                      "name": "args"
                                    }
                                  }
                                ],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " No listener found, just bubble up ...",
                                  "start": 3781,
                                  "end": 3821,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 52
                                    }
                                  },
                                  "range": [
                                    3781,
                                    3821
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": null
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3887,
                      "end": 3903,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 8
                        },
                        "end": {
                          "line": 119,
                          "column": 24
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3894,
                        "end": 3902,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 15
                          },
                          "end": {
                            "line": 119,
                            "column": 23
                          }
                        },
                        "name": "sequence"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3915,
              "end": 4260,
              "loc": {
                "start": {
                  "line": 122,
                  "column": 4
                },
                "end": {
                  "line": 132,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3915,
                "end": 3927,
                "loc": {
                  "start": {
                    "line": 122,
                    "column": 4
                  },
                  "end": {
                    "line": 122,
                    "column": 16
                  }
                },
                "name": "findListener"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3927,
                "end": 4260,
                "loc": {
                  "start": {
                    "line": 122,
                    "column": 16
                  },
                  "end": {
                    "line": 132,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3928,
                    "end": 3932,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 17
                      },
                      "end": {
                        "line": 122,
                        "column": 21
                      }
                    },
                    "name": "type"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3934,
                  "end": 4260,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 23
                    },
                    "end": {
                      "line": 132,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3944,
                      "end": 3987,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 8
                        },
                        "end": {
                          "line": 123,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3948,
                        "end": 3964,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 12
                          },
                          "end": {
                            "line": 123,
                            "column": 28
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3949,
                          "end": 3964,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 13
                            },
                            "end": {
                              "line": 123,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3949,
                            "end": 3953,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 13
                              },
                              "end": {
                                "line": 123,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3954,
                            "end": 3964,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 18
                              },
                              "end": {
                                "line": 123,
                                "column": 28
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3966,
                        "end": 3987,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 30
                          },
                          "end": {
                            "line": 123,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 3966,
                          "end": 3986,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 30
                            },
                            "end": {
                              "line": 123,
                              "column": 50
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 3966,
                            "end": 3981,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 30
                              },
                              "end": {
                                "line": 123,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3966,
                              "end": 3970,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 30
                                },
                                "end": {
                                  "line": 123,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3971,
                              "end": 3981,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 35
                                },
                                "end": {
                                  "line": 123,
                                  "column": 45
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 3984,
                            "end": 3986,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 48
                              },
                              "end": {
                                "line": 123,
                                "column": 50
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3996,
                      "end": 4034,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 8
                        },
                        "end": {
                          "line": 124,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4000,
                          "end": 4033,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 12
                            },
                            "end": {
                              "line": 124,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4000,
                            "end": 4009,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 12
                              },
                              "end": {
                                "line": 124,
                                "column": 21
                              }
                            },
                            "name": "listeners"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4012,
                            "end": 4033,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 24
                              },
                              "end": {
                                "line": 124,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4012,
                              "end": 4027,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 24
                                },
                                "end": {
                                  "line": 124,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4012,
                                "end": 4016,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4017,
                                "end": 4027,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 39
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4028,
                              "end": 4032,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 40
                                },
                                "end": {
                                  "line": 124,
                                  "column": 44
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 4043,
                      "end": 4228,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4047,
                        "end": 4058,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 12
                          },
                          "end": {
                            "line": 125,
                            "column": 23
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 4048,
                          "end": 4058,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 13
                            },
                            "end": {
                              "line": 125,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 4049,
                            "end": 4058,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 14
                              },
                              "end": {
                                "line": 125,
                                "column": 23
                              }
                            },
                            "name": "listeners"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4060,
                        "end": 4096,
                        "loc": {
                          "start": {
                            "line": 125,
                            "column": 25
                          },
                          "end": {
                            "line": 127,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4074,
                            "end": 4086,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 12
                              },
                              "end": {
                                "line": 126,
                                "column": 24
                              }
                            },
                            "argument": {
                              "type": "ThisExpression",
                              "start": 4081,
                              "end": 4085,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 19
                                },
                                "end": {
                                  "line": 126,
                                  "column": 23
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 4102,
                        "end": 4228,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 15
                          },
                          "end": {
                            "line": 130,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 4106,
                          "end": 4119,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 19
                            },
                            "end": {
                              "line": 127,
                              "column": 32
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 4107,
                            "end": 4119,
                            "loc": {
                              "start": {
                                "line": 127,
                                "column": 20
                              },
                              "end": {
                                "line": 127,
                                "column": 32
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 4108,
                              "end": 4119,
                              "loc": {
                                "start": {
                                  "line": 127,
                                  "column": 21
                                },
                                "end": {
                                  "line": 127,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4108,
                                "end": 4112,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 25
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4113,
                                "end": 4119,
                                "loc": {
                                  "start": {
                                    "line": 127,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 127,
                                    "column": 32
                                  }
                                },
                                "name": "parent"
                              },
                              "computed": false
                            }
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 4121,
                          "end": 4228,
                          "loc": {
                            "start": {
                              "line": 127,
                              "column": 34
                            },
                            "end": {
                              "line": 130,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 4188,
                              "end": 4218,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 12
                                },
                                "end": {
                                  "line": 129,
                                  "column": 42
                                }
                              },
                              "argument": {
                                "type": "CallExpression",
                                "start": 4195,
                                "end": 4217,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 4195,
                                  "end": 4211,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 4195,
                                    "end": 4206,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4195,
                                      "end": 4199,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 23
                                        }
                                      },
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4200,
                                      "end": 4206,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 30
                                        }
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4207,
                                    "end": 4211,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 35
                                      }
                                    },
                                    "name": "find"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 4212,
                                    "end": 4216,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 40
                                      }
                                    },
                                    "name": "type"
                                  }
                                ],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " No listener found, just bubble up ...",
                                  "start": 4135,
                                  "end": 4175,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 52
                                    }
                                  },
                                  "range": [
                                    4135,
                                    4175
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": null
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4237,
                      "end": 4254,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 8
                        },
                        "end": {
                          "line": 131,
                          "column": 25
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 4244,
                        "end": 4253,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 15
                          },
                          "end": {
                            "line": 131,
                            "column": 24
                          }
                        },
                        "name": "undefined"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4266,
              "end": 4478,
              "loc": {
                "start": {
                  "line": 134,
                  "column": 4
                },
                "end": {
                  "line": 138,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4266,
                "end": 4277,
                "loc": {
                  "start": {
                    "line": 134,
                    "column": 4
                  },
                  "end": {
                    "line": 134,
                    "column": 15
                  }
                },
                "name": "hasListener"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4277,
                "end": 4478,
                "loc": {
                  "start": {
                    "line": 134,
                    "column": 15
                  },
                  "end": {
                    "line": 138,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4278,
                    "end": 4282,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 16
                      },
                      "end": {
                        "line": 134,
                        "column": 20
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 4284,
                    "end": 4304,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 22
                      },
                      "end": {
                        "line": 134,
                        "column": 42
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 4284,
                      "end": 4292,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 22
                        },
                        "end": {
                          "line": 134,
                          "column": 30
                        }
                      },
                      "name": "callback"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 4295,
                      "end": 4304,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 33
                        },
                        "end": {
                          "line": 134,
                          "column": 42
                        }
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4306,
                  "end": 4478,
                  "loc": {
                    "start": {
                      "line": 134,
                      "column": 44
                    },
                    "end": {
                      "line": 138,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4316,
                      "end": 4359,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 8
                        },
                        "end": {
                          "line": 135,
                          "column": 51
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4320,
                        "end": 4336,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 12
                          },
                          "end": {
                            "line": 135,
                            "column": 28
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 4321,
                          "end": 4336,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 13
                            },
                            "end": {
                              "line": 135,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4321,
                            "end": 4325,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 13
                              },
                              "end": {
                                "line": 135,
                                "column": 17
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4326,
                            "end": 4336,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 18
                              },
                              "end": {
                                "line": 135,
                                "column": 28
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 4338,
                        "end": 4359,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 30
                          },
                          "end": {
                            "line": 135,
                            "column": 51
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 4338,
                          "end": 4358,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 30
                            },
                            "end": {
                              "line": 135,
                              "column": 50
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 4338,
                            "end": 4353,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 30
                              },
                              "end": {
                                "line": 135,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4338,
                              "end": 4342,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 30
                                },
                                "end": {
                                  "line": 135,
                                  "column": 34
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4343,
                              "end": 4353,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 35
                                },
                                "end": {
                                  "line": 135,
                                  "column": 45
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 4356,
                            "end": 4358,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 48
                              },
                              "end": {
                                "line": 135,
                                "column": 50
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4368,
                      "end": 4405,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 8
                        },
                        "end": {
                          "line": 136,
                          "column": 45
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4372,
                          "end": 4404,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 12
                            },
                            "end": {
                              "line": 136,
                              "column": 44
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4372,
                            "end": 4380,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 12
                              },
                              "end": {
                                "line": 136,
                                "column": 20
                              }
                            },
                            "name": "listener"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4383,
                            "end": 4404,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 23
                              },
                              "end": {
                                "line": 136,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4383,
                              "end": 4398,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 23
                                },
                                "end": {
                                  "line": 136,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4383,
                                "end": 4387,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 27
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4388,
                                "end": 4398,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 38
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4399,
                              "end": 4403,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 39
                                },
                                "end": {
                                  "line": 136,
                                  "column": 43
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4414,
                      "end": 4472,
                      "loc": {
                        "start": {
                          "line": 137,
                          "column": 8
                        },
                        "end": {
                          "line": 137,
                          "column": 66
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 4421,
                        "end": 4471,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 15
                          },
                          "end": {
                            "line": 137,
                            "column": 65
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4421,
                          "end": 4431,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 15
                            },
                            "end": {
                              "line": 137,
                              "column": 25
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 4422,
                            "end": 4431,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 16
                              },
                              "end": {
                                "line": 137,
                                "column": 25
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 4423,
                              "end": 4431,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 17
                                },
                                "end": {
                                  "line": 137,
                                  "column": 25
                                }
                              },
                              "name": "listener"
                            }
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "LogicalExpression",
                          "start": 4436,
                          "end": 4470,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 30
                            },
                            "end": {
                              "line": 137,
                              "column": 64
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 4436,
                            "end": 4445,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 30
                              },
                              "end": {
                                "line": 137,
                                "column": 39
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 4437,
                              "end": 4445,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 31
                                },
                                "end": {
                                  "line": 137,
                                  "column": 39
                                }
                              },
                              "name": "callback"
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 4449,
                            "end": 4470,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 43
                              },
                              "end": {
                                "line": 137,
                                "column": 64
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4449,
                              "end": 4457,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 43
                                },
                                "end": {
                                  "line": 137,
                                  "column": 51
                                }
                              },
                              "name": "callback"
                            },
                            "operator": "===",
                            "right": {
                              "type": "Identifier",
                              "start": 4462,
                              "end": 4470,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 56
                                },
                                "end": {
                                  "line": 137,
                                  "column": 64
                                }
                              },
                              "name": "listener"
                            }
                          },
                          "parenthesizedExpression": true
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4484,
              "end": 5237,
              "loc": {
                "start": {
                  "line": 140,
                  "column": 4
                },
                "end": {
                  "line": 154,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4491,
                "end": 4496,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 11
                  },
                  "end": {
                    "line": 140,
                    "column": 16
                  }
                },
                "name": "mixin"
              },
              "static": true,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4496,
                "end": 5237,
                "loc": {
                  "start": {
                    "line": 140,
                    "column": 16
                  },
                  "end": {
                    "line": 154,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4497,
                    "end": 4503,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 17
                      },
                      "end": {
                        "line": 140,
                        "column": 23
                      }
                    },
                    "name": "object"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 4505,
                    "end": 4520,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 25
                      },
                      "end": {
                        "line": 140,
                        "column": 40
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 4505,
                      "end": 4513,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 25
                        },
                        "end": {
                          "line": 140,
                          "column": 33
                        }
                      },
                      "name": "handlers"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 4516,
                      "end": 4520,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 36
                        },
                        "end": {
                          "line": 140,
                          "column": 40
                        }
                      },
                      "value": null,
                      "rawValue": null,
                      "raw": "null"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4522,
                  "end": 5237,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 42
                    },
                    "end": {
                      "line": 154,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4532,
                      "end": 4582,
                      "loc": {
                        "start": {
                          "line": 141,
                          "column": 8
                        },
                        "end": {
                          "line": 141,
                          "column": 58
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4532,
                        "end": 4581,
                        "loc": {
                          "start": {
                            "line": 141,
                            "column": 8
                          },
                          "end": {
                            "line": 141,
                            "column": 57
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4532,
                          "end": 4550,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 8
                            },
                            "end": {
                              "line": 141,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4532,
                            "end": 4538,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 8
                              },
                              "end": {
                                "line": 141,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4539,
                            "end": 4550,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 15
                              },
                              "end": {
                                "line": 141,
                                "column": 26
                              }
                            },
                            "name": "hasListener"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4553,
                          "end": 4581,
                          "loc": {
                            "start": {
                              "line": 141,
                              "column": 29
                            },
                            "end": {
                              "line": 141,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4553,
                            "end": 4569,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 29
                              },
                              "end": {
                                "line": 141,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4553,
                              "end": 4559,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 29
                                },
                                "end": {
                                  "line": 141,
                                  "column": 35
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4560,
                              "end": 4569,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 36
                                },
                                "end": {
                                  "line": 141,
                                  "column": 45
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4570,
                            "end": 4581,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 46
                              },
                              "end": {
                                "line": 141,
                                "column": 57
                              }
                            },
                            "name": "hasListener"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4591,
                      "end": 4623,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4591,
                        "end": 4622,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 8
                          },
                          "end": {
                            "line": 142,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4591,
                          "end": 4600,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 8
                            },
                            "end": {
                              "line": 142,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4591,
                            "end": 4597,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 8
                              },
                              "end": {
                                "line": 142,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4598,
                            "end": 4600,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 15
                              },
                              "end": {
                                "line": 142,
                                "column": 17
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4603,
                          "end": 4622,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 20
                            },
                            "end": {
                              "line": 142,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4603,
                            "end": 4619,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 20
                              },
                              "end": {
                                "line": 142,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4603,
                              "end": 4609,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 20
                                },
                                "end": {
                                  "line": 142,
                                  "column": 26
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4610,
                              "end": 4619,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 27
                                },
                                "end": {
                                  "line": 142,
                                  "column": 36
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4620,
                            "end": 4622,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 37
                              },
                              "end": {
                                "line": 142,
                                "column": 39
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4632,
                      "end": 4668,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 8
                        },
                        "end": {
                          "line": 143,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4632,
                        "end": 4667,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 8
                          },
                          "end": {
                            "line": 143,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4632,
                          "end": 4643,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 8
                            },
                            "end": {
                              "line": 143,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4632,
                            "end": 4638,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 8
                              },
                              "end": {
                                "line": 143,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4639,
                            "end": 4643,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 15
                              },
                              "end": {
                                "line": 143,
                                "column": 19
                              }
                            },
                            "name": "once"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4646,
                          "end": 4667,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 22
                            },
                            "end": {
                              "line": 143,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4646,
                            "end": 4662,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 22
                              },
                              "end": {
                                "line": 143,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4646,
                              "end": 4652,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 22
                                },
                                "end": {
                                  "line": 143,
                                  "column": 28
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4653,
                              "end": 4662,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 29
                                },
                                "end": {
                                  "line": 143,
                                  "column": 38
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4663,
                            "end": 4667,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 39
                              },
                              "end": {
                                "line": 143,
                                "column": 43
                              }
                            },
                            "name": "once"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4677,
                      "end": 4719,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 8
                        },
                        "end": {
                          "line": 144,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4677,
                        "end": 4718,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 8
                          },
                          "end": {
                            "line": 144,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4677,
                          "end": 4691,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 8
                            },
                            "end": {
                              "line": 144,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4677,
                            "end": 4683,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 8
                              },
                              "end": {
                                "line": 144,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4684,
                            "end": 4691,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 15
                              },
                              "end": {
                                "line": 144,
                                "column": 22
                              }
                            },
                            "name": "onFirst"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4694,
                          "end": 4718,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 25
                            },
                            "end": {
                              "line": 144,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4694,
                            "end": 4710,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 25
                              },
                              "end": {
                                "line": 144,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4694,
                              "end": 4700,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 25
                                },
                                "end": {
                                  "line": 144,
                                  "column": 31
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4701,
                              "end": 4710,
                              "loc": {
                                "start": {
                                  "line": 144,
                                  "column": 32
                                },
                                "end": {
                                  "line": 144,
                                  "column": 41
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4711,
                            "end": 4718,
                            "loc": {
                              "start": {
                                "line": 144,
                                "column": 42
                              },
                              "end": {
                                "line": 144,
                                "column": 49
                              }
                            },
                            "name": "onFirst"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4728,
                      "end": 4768,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 8
                        },
                        "end": {
                          "line": 145,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4728,
                        "end": 4767,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 8
                          },
                          "end": {
                            "line": 145,
                            "column": 47
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4728,
                          "end": 4741,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 8
                            },
                            "end": {
                              "line": 145,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4728,
                            "end": 4734,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 8
                              },
                              "end": {
                                "line": 145,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4735,
                            "end": 4741,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 15
                              },
                              "end": {
                                "line": 145,
                                "column": 21
                              }
                            },
                            "name": "onLast"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4744,
                          "end": 4767,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 24
                            },
                            "end": {
                              "line": 145,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4744,
                            "end": 4760,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 24
                              },
                              "end": {
                                "line": 145,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4744,
                              "end": 4750,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 24
                                },
                                "end": {
                                  "line": 145,
                                  "column": 30
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4751,
                              "end": 4760,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 31
                                },
                                "end": {
                                  "line": 145,
                                  "column": 40
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4761,
                            "end": 4767,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 41
                              },
                              "end": {
                                "line": 145,
                                "column": 47
                              }
                            },
                            "name": "onLast"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4777,
                      "end": 4819,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 8
                        },
                        "end": {
                          "line": 146,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4777,
                        "end": 4818,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 8
                          },
                          "end": {
                            "line": 146,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4777,
                          "end": 4791,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 8
                            },
                            "end": {
                              "line": 146,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4777,
                            "end": 4783,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 8
                              },
                              "end": {
                                "line": 146,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4784,
                            "end": 4791,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 15
                              },
                              "end": {
                                "line": 146,
                                "column": 22
                              }
                            },
                            "name": "inspect"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4794,
                          "end": 4818,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 25
                            },
                            "end": {
                              "line": 146,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4794,
                            "end": 4810,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 25
                              },
                              "end": {
                                "line": 146,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4794,
                              "end": 4800,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 25
                                },
                                "end": {
                                  "line": 146,
                                  "column": 31
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4801,
                              "end": 4810,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 32
                                },
                                "end": {
                                  "line": 146,
                                  "column": 41
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4811,
                            "end": 4818,
                            "loc": {
                              "start": {
                                "line": 146,
                                "column": 42
                              },
                              "end": {
                                "line": 146,
                                "column": 49
                              }
                            },
                            "name": "inspect"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4828,
                      "end": 4884,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 8
                        },
                        "end": {
                          "line": 147,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4828,
                        "end": 4883,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 8
                          },
                          "end": {
                            "line": 147,
                            "column": 63
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4828,
                          "end": 4849,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 8
                            },
                            "end": {
                              "line": 147,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4828,
                            "end": 4834,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 8
                              },
                              "end": {
                                "line": 147,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4835,
                            "end": 4849,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 15
                              },
                              "end": {
                                "line": 147,
                                "column": 29
                              }
                            },
                            "name": "removeListener"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4852,
                          "end": 4883,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 32
                            },
                            "end": {
                              "line": 147,
                              "column": 63
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4852,
                            "end": 4868,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 32
                              },
                              "end": {
                                "line": 147,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4852,
                              "end": 4858,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 32
                                },
                                "end": {
                                  "line": 147,
                                  "column": 38
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4859,
                              "end": 4868,
                              "loc": {
                                "start": {
                                  "line": 147,
                                  "column": 39
                                },
                                "end": {
                                  "line": 147,
                                  "column": 48
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4869,
                            "end": 4883,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 49
                              },
                              "end": {
                                "line": 147,
                                "column": 63
                              }
                            },
                            "name": "removeListener"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4893,
                      "end": 4951,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 8
                        },
                        "end": {
                          "line": 148,
                          "column": 66
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4893,
                        "end": 4950,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 8
                          },
                          "end": {
                            "line": 148,
                            "column": 65
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4893,
                          "end": 4915,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 8
                            },
                            "end": {
                              "line": 148,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4893,
                            "end": 4899,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 8
                              },
                              "end": {
                                "line": 148,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4900,
                            "end": 4915,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 15
                              },
                              "end": {
                                "line": 148,
                                "column": 30
                              }
                            },
                            "name": "removeListeners"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4918,
                          "end": 4950,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 33
                            },
                            "end": {
                              "line": 148,
                              "column": 65
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4918,
                            "end": 4934,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 33
                              },
                              "end": {
                                "line": 148,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4918,
                              "end": 4924,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 33
                                },
                                "end": {
                                  "line": 148,
                                  "column": 39
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4925,
                              "end": 4934,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 40
                                },
                                "end": {
                                  "line": 148,
                                  "column": 49
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4935,
                            "end": 4950,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 50
                              },
                              "end": {
                                "line": 148,
                                "column": 65
                              }
                            },
                            "name": "removeListeners"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4960,
                      "end": 5020,
                      "loc": {
                        "start": {
                          "line": 149,
                          "column": 8
                        },
                        "end": {
                          "line": 149,
                          "column": 68
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4960,
                        "end": 5019,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 8
                          },
                          "end": {
                            "line": 149,
                            "column": 67
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4960,
                          "end": 4983,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 8
                            },
                            "end": {
                              "line": 149,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4960,
                            "end": 4966,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 8
                              },
                              "end": {
                                "line": 149,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4967,
                            "end": 4983,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 15
                              },
                              "end": {
                                "line": 149,
                                "column": 31
                              }
                            },
                            "name": "removeInspectors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4986,
                          "end": 5019,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 34
                            },
                            "end": {
                              "line": 149,
                              "column": 67
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4986,
                            "end": 5002,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 34
                              },
                              "end": {
                                "line": 149,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4986,
                              "end": 4992,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 34
                                },
                                "end": {
                                  "line": 149,
                                  "column": 40
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4993,
                              "end": 5002,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 41
                                },
                                "end": {
                                  "line": 149,
                                  "column": 50
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5003,
                            "end": 5019,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 51
                              },
                              "end": {
                                "line": 149,
                                "column": 67
                              }
                            },
                            "name": "removeInspectors"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5029,
                      "end": 5065,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 8
                        },
                        "end": {
                          "line": 150,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5029,
                        "end": 5064,
                        "loc": {
                          "start": {
                            "line": 150,
                            "column": 8
                          },
                          "end": {
                            "line": 150,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5029,
                          "end": 5040,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 8
                            },
                            "end": {
                              "line": 150,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5029,
                            "end": 5035,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 8
                              },
                              "end": {
                                "line": 150,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5036,
                            "end": 5040,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 15
                              },
                              "end": {
                                "line": 150,
                                "column": 19
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5043,
                          "end": 5064,
                          "loc": {
                            "start": {
                              "line": 150,
                              "column": 22
                            },
                            "end": {
                              "line": 150,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5043,
                            "end": 5059,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 22
                              },
                              "end": {
                                "line": 150,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5043,
                              "end": 5049,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 22
                                },
                                "end": {
                                  "line": 150,
                                  "column": 28
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5050,
                              "end": 5059,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 29
                                },
                                "end": {
                                  "line": 150,
                                  "column": 38
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5060,
                            "end": 5064,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 39
                              },
                              "end": {
                                "line": 150,
                                "column": 43
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5074,
                      "end": 5114,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 8
                        },
                        "end": {
                          "line": 151,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5074,
                        "end": 5113,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 8
                          },
                          "end": {
                            "line": 151,
                            "column": 47
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5074,
                          "end": 5087,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 8
                            },
                            "end": {
                              "line": 151,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5074,
                            "end": 5080,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 8
                              },
                              "end": {
                                "line": 151,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5081,
                            "end": 5087,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 15
                              },
                              "end": {
                                "line": 151,
                                "column": 21
                              }
                            },
                            "name": "bubble"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5090,
                          "end": 5113,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 24
                            },
                            "end": {
                              "line": 151,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5090,
                            "end": 5106,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 24
                              },
                              "end": {
                                "line": 151,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5090,
                              "end": 5096,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 24
                                },
                                "end": {
                                  "line": 151,
                                  "column": 30
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5097,
                              "end": 5106,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 31
                                },
                                "end": {
                                  "line": 151,
                                  "column": 40
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5107,
                            "end": 5113,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 41
                              },
                              "end": {
                                "line": 151,
                                "column": 47
                              }
                            },
                            "name": "bubble"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5123,
                      "end": 5175,
                      "loc": {
                        "start": {
                          "line": 152,
                          "column": 8
                        },
                        "end": {
                          "line": 152,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5123,
                        "end": 5174,
                        "loc": {
                          "start": {
                            "line": 152,
                            "column": 8
                          },
                          "end": {
                            "line": 152,
                            "column": 59
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5123,
                          "end": 5142,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 8
                            },
                            "end": {
                              "line": 152,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5123,
                            "end": 5129,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 8
                              },
                              "end": {
                                "line": 152,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5130,
                            "end": 5142,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 15
                              },
                              "end": {
                                "line": 152,
                                "column": 27
                              }
                            },
                            "name": "findListener"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5145,
                          "end": 5174,
                          "loc": {
                            "start": {
                              "line": 152,
                              "column": 30
                            },
                            "end": {
                              "line": 152,
                              "column": 59
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5145,
                            "end": 5161,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 30
                              },
                              "end": {
                                "line": 152,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 5145,
                              "end": 5151,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 30
                                },
                                "end": {
                                  "line": 152,
                                  "column": 36
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5152,
                              "end": 5161,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 37
                                },
                                "end": {
                                  "line": 152,
                                  "column": 46
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5162,
                            "end": 5174,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 47
                              },
                              "end": {
                                "line": 152,
                                "column": 59
                              }
                            },
                            "name": "findListener"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 5184,
                      "end": 5231,
                      "loc": {
                        "start": {
                          "line": 153,
                          "column": 8
                        },
                        "end": {
                          "line": 153,
                          "column": 55
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 5188,
                        "end": 5196,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 12
                          },
                          "end": {
                            "line": 153,
                            "column": 20
                          }
                        },
                        "name": "handlers"
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 5198,
                        "end": 5231,
                        "loc": {
                          "start": {
                            "line": 153,
                            "column": 22
                          },
                          "end": {
                            "line": 153,
                            "column": 55
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 5198,
                          "end": 5230,
                          "loc": {
                            "start": {
                              "line": 153,
                              "column": 22
                            },
                            "end": {
                              "line": 153,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 5198,
                            "end": 5220,
                            "loc": {
                              "start": {
                                "line": 153,
                                "column": 22
                              },
                              "end": {
                                "line": 153,
                                "column": 44
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5198,
                              "end": 5212,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 22
                                },
                                "end": {
                                  "line": 153,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5198,
                                "end": 5207,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5198,
                                  "end": 5204,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 28
                                    }
                                  },
                                  "name": "object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5205,
                                  "end": 5207,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 31
                                    }
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5208,
                                "end": 5212,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 36
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 5213,
                                "end": 5219,
                                "loc": {
                                  "start": {
                                    "line": 153,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 153,
                                    "column": 43
                                  }
                                },
                                "name": "object"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 5221,
                              "end": 5229,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 45
                                },
                                "end": {
                                  "line": 153,
                                  "column": 53
                                }
                              },
                              "name": "handlers"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}