{
  "type": "Program",
  "start": 0,
  "end": 4827,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 143,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ExportDefaultDeclaration",
      "start": 0,
      "end": 4826,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 142,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 15,
        "end": 4826,
        "loc": {
          "start": {
            "line": 1,
            "column": 15
          },
          "end": {
            "line": 142,
            "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": 4826,
          "loc": {
            "start": {
              "line": 1,
              "column": 28
            },
            "end": {
              "line": 142,
              "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": 1395,
              "loc": {
                "start": {
                  "line": 11,
                  "column": 4
                },
                "end": {
                  "line": 43,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 209,
                "end": 211,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 4
                  },
                  "end": {
                    "line": 11,
                    "column": 6
                  }
                },
                "name": "on"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 211,
                "end": 1395,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 6
                  },
                  "end": {
                    "line": 43,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 212,
                    "end": 221,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 7
                      },
                      "end": {
                        "line": 11,
                        "column": 16
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 212,
                      "end": 216,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 7
                        },
                        "end": {
                          "line": 11,
                          "column": 11
                        }
                      },
                      "name": "arg1"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 219,
                      "end": 221,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 14
                        },
                        "end": {
                          "line": 11,
                          "column": 16
                        }
                      },
                      "properties": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 223,
                    "end": 239,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 18
                      },
                      "end": {
                        "line": 11,
                        "column": 34
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 223,
                      "end": 227,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 18
                        },
                        "end": {
                          "line": 11,
                          "column": 22
                        }
                      },
                      "name": "arg2"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 230,
                      "end": 239,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 25
                        },
                        "end": {
                          "line": 11,
                          "column": 34
                        }
                      },
                      "name": "undefined"
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 241,
                    "end": 255,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 36
                      },
                      "end": {
                        "line": 11,
                        "column": 50
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 241,
                      "end": 247,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 36
                        },
                        "end": {
                          "line": 11,
                          "column": 42
                        }
                      },
                      "name": "remove"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 250,
                      "end": 255,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 45
                        },
                        "end": {
                          "line": 11,
                          "column": 50
                        }
                      },
                      "value": false,
                      "rawValue": false,
                      "raw": "false"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 257,
                  "end": 1395,
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 52
                    },
                    "end": {
                      "line": 43,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 267,
                      "end": 312,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 271,
                        "end": 289,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 12
                          },
                          "end": {
                            "line": 12,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 272,
                          "end": 289,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 13
                            },
                            "end": {
                              "line": 12,
                              "column": 30
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 273,
                            "end": 289,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 14
                              },
                              "end": {
                                "line": 12,
                                "column": 30
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 274,
                              "end": 289,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 15
                                },
                                "end": {
                                  "line": 12,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 274,
                                "end": 278,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 279,
                                "end": 289,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 30
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 291,
                        "end": 312,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 32
                          },
                          "end": {
                            "line": 12,
                            "column": 53
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 291,
                          "end": 311,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 32
                            },
                            "end": {
                              "line": 12,
                              "column": 52
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 291,
                            "end": 306,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 32
                              },
                              "end": {
                                "line": 12,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 291,
                              "end": 295,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 32
                                },
                                "end": {
                                  "line": 12,
                                  "column": 36
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 296,
                              "end": 306,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 37
                                },
                                "end": {
                                  "line": 12,
                                  "column": 47
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 309,
                            "end": 311,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 50
                              },
                              "end": {
                                "line": 12,
                                "column": 52
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 321,
                      "end": 1367,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 325,
                        "end": 402,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 12
                          },
                          "end": {
                            "line": 13,
                            "column": 89
                          }
                        },
                        "left": {
                          "type": "CallExpression",
                          "start": 325,
                          "end": 344,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 12
                            },
                            "end": {
                              "line": 13,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 325,
                            "end": 338,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 12
                              },
                              "end": {
                                "line": 13,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 325,
                              "end": 330,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 12
                                },
                                "end": {
                                  "line": 13,
                                  "column": 17
                                }
                              },
                              "name": "Array"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 331,
                              "end": 338,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 18
                                },
                                "end": {
                                  "line": 13,
                                  "column": 25
                                }
                              },
                              "name": "isArray"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 339,
                              "end": 343,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 26
                                },
                                "end": {
                                  "line": 13,
                                  "column": 30
                                }
                              },
                              "name": "arg1"
                            }
                          ]
                        },
                        "operator": "||",
                        "right": {
                          "type": "LogicalExpression",
                          "start": 348,
                          "end": 402,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 35
                            },
                            "end": {
                              "line": 13,
                              "column": 89
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 348,
                            "end": 372,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 35
                              },
                              "end": {
                                "line": 13,
                                "column": 59
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 348,
                              "end": 359,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 35
                                },
                                "end": {
                                  "line": 13,
                                  "column": 46
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 355,
                                "end": 359,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 46
                                  }
                                },
                                "name": "arg1"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 364,
                              "end": 372,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 51
                                },
                                "end": {
                                  "line": 13,
                                  "column": 59
                                }
                              },
                              "value": "string",
                              "rawValue": "string",
                              "raw": "'string'"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 376,
                            "end": 402,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 63
                              },
                              "end": {
                                "line": 13,
                                "column": 89
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 376,
                              "end": 387,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 63
                                },
                                "end": {
                                  "line": 13,
                                  "column": 74
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 383,
                                "end": 387,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 74
                                  }
                                },
                                "name": "arg2"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 392,
                              "end": 402,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 79
                                },
                                "end": {
                                  "line": 13,
                                  "column": 89
                                }
                              },
                              "value": "function",
                              "rawValue": "function",
                              "raw": "'function'"
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 404,
                        "end": 1075,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 91
                          },
                          "end": {
                            "line": 32,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 451,
                            "end": 499,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 12
                              },
                              "end": {
                                "line": 16,
                                "column": 60
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 455,
                                "end": 498,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 59
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 455,
                                  "end": 460,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 21
                                    }
                                  },
                                  "name": "types",
                                  "leadingComments": null
                                },
                                "init": {
                                  "type": "ConditionalExpression",
                                  "start": 463,
                                  "end": 498,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 59
                                    }
                                  },
                                  "test": {
                                    "type": "CallExpression",
                                    "start": 463,
                                    "end": 482,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 43
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 463,
                                      "end": 476,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 463,
                                        "end": 468,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 29
                                          }
                                        },
                                        "name": "Array"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 469,
                                        "end": 476,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 37
                                          }
                                        },
                                        "name": "isArray"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 477,
                                        "end": 481,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 42
                                          }
                                        },
                                        "name": "arg1"
                                      }
                                    ]
                                  },
                                  "consequent": {
                                    "type": "Identifier",
                                    "start": 485,
                                    "end": 489,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 50
                                      }
                                    },
                                    "name": "arg1"
                                  },
                                  "alternate": {
                                    "type": "ArrayExpression",
                                    "start": 492,
                                    "end": 498,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 59
                                      }
                                    },
                                    "elements": [
                                      {
                                        "type": "Identifier",
                                        "start": 493,
                                        "end": 497,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 58
                                          }
                                        },
                                        "name": "arg1"
                                      }
                                    ]
                                  }
                                },
                                "leadingComments": null
                              }
                            ],
                            "kind": "let",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Types & Callback",
                                "start": 419,
                                "end": 438,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 31
                                  }
                                },
                                "range": [
                                  419,
                                  438
                                ]
                              }
                            ]
                          },
                          {
                            "type": "ForOfStatement",
                            "start": 512,
                            "end": 1064,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 12
                              },
                              "end": {
                                "line": 30,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 517,
                              "end": 525,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 17
                                },
                                "end": {
                                  "line": 17,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 521,
                                  "end": 525,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 521,
                                    "end": 525,
                                    "loc": {
                                      "start": {
                                        "line": 17,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 25
                                      }
                                    },
                                    "name": "type"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 529,
                              "end": 534,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 29
                                },
                                "end": {
                                  "line": 17,
                                  "column": 34
                                }
                              },
                              "name": "types"
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 536,
                              "end": 1064,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 36
                                },
                                "end": {
                                  "line": 30,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 554,
                                  "end": 592,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 54
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 558,
                                      "end": 591,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 53
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 558,
                                        "end": 567,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 29
                                          }
                                        },
                                        "name": "listeners"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 570,
                                        "end": 591,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 53
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 570,
                                          "end": 585,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 570,
                                            "end": 574,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 575,
                                            "end": 585,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 47
                                              }
                                            },
                                            "name": "_callbacks"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 586,
                                          "end": 590,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 52
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": true
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 609,
                                  "end": 686,
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 59
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 613,
                                    "end": 625,
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 32
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "UnaryExpression",
                                      "start": 614,
                                      "end": 625,
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 32
                                        }
                                      },
                                      "operator": "!",
                                      "prefix": true,
                                      "argument": {
                                        "type": "UnaryExpression",
                                        "start": 615,
                                        "end": 625,
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 32
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 616,
                                          "end": 625,
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 32
                                            }
                                          },
                                          "name": "listeners"
                                        }
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "ExpressionStatement",
                                    "start": 647,
                                    "end": 686,
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 59
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 647,
                                      "end": 685,
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 58
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 647,
                                        "end": 656,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 29
                                          }
                                        },
                                        "name": "listeners"
                                      },
                                      "right": {
                                        "type": "AssignmentExpression",
                                        "start": 659,
                                        "end": 685,
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 58
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 659,
                                          "end": 680,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 53
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 659,
                                            "end": 674,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 47
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 659,
                                              "end": 663,
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 664,
                                              "end": 674,
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 47
                                                }
                                              },
                                              "name": "_callbacks"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 675,
                                            "end": 679,
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 52
                                              }
                                            },
                                            "name": "type"
                                          },
                                          "computed": true
                                        },
                                        "right": {
                                          "type": "ArrayExpression",
                                          "start": 683,
                                          "end": 685,
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 58
                                            }
                                          },
                                          "elements": []
                                        }
                                      }
                                    }
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 704,
                                  "end": 1050,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 708,
                                    "end": 735,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 47
                                      }
                                    },
                                    "left": {
                                      "type": "CallExpression",
                                      "start": 708,
                                      "end": 731,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 43
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 708,
                                        "end": 725,
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 708,
                                          "end": 717,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 29
                                            }
                                          },
                                          "name": "listeners"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 718,
                                          "end": 725,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 37
                                            }
                                          },
                                          "name": "indexOf"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 726,
                                          "end": 730,
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 42
                                            }
                                          },
                                          "name": "arg2"
                                        }
                                      ]
                                    },
                                    "operator": "<",
                                    "right": {
                                      "type": "Literal",
                                      "start": 734,
                                      "end": 735,
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 47
                                        }
                                      },
                                      "value": 0,
                                      "rawValue": 0,
                                      "raw": "0"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 737,
                                    "end": 1050,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 759,
                                        "end": 780,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 41
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 759,
                                          "end": 779,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 40
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 759,
                                            "end": 770,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 759,
                                              "end": 763,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 24
                                                }
                                              },
                                              "name": "arg2"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 764,
                                              "end": 770,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 31
                                                }
                                              },
                                              "name": "remove"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 773,
                                            "end": 779,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 40
                                              }
                                            },
                                            "name": "remove"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 801,
                                        "end": 822,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 41
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 801,
                                          "end": 821,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 40
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 801,
                                            "end": 815,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 801,
                                              "end": 810,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 29
                                                }
                                              },
                                              "name": "listeners"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 811,
                                              "end": 815,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 34
                                                }
                                              },
                                              "name": "push"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 816,
                                              "end": 820,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 39
                                                }
                                              },
                                              "name": "arg2"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 843,
                                        "end": 1032,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 847,
                                          "end": 863,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 847,
                                            "end": 851,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 28
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 852,
                                            "end": 863,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 40
                                              }
                                            },
                                            "name": "_inspectors"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 865,
                                          "end": 1032,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ForOfStatement",
                                              "start": 891,
                                              "end": 1010,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 27,
                                                  "column": 79
                                                }
                                              },
                                              "left": {
                                                "type": "VariableDeclaration",
                                                "start": 896,
                                                "end": 909,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 42
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 900,
                                                    "end": 909,
                                                    "loc": {
                                                      "start": {
                                                        "line": 26,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 26,
                                                        "column": 42
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 900,
                                                      "end": 909,
                                                      "loc": {
                                                        "start": {
                                                          "line": 26,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 26,
                                                          "column": 42
                                                        }
                                                      },
                                                      "name": "inspector"
                                                    },
                                                    "init": null
                                                  }
                                                ],
                                                "kind": "let"
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 913,
                                                "end": 929,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 913,
                                                  "end": 917,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 50
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 918,
                                                  "end": 929,
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "_inspectors"
                                                },
                                                "computed": false
                                              },
                                              "body": {
                                                "type": "ExpressionStatement",
                                                "start": 959,
                                                "end": 1010,
                                                "loc": {
                                                  "start": {
                                                    "line": 27,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 27,
                                                    "column": 79
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 959,
                                                  "end": 1009,
                                                  "loc": {
                                                    "start": {
                                                      "line": 27,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 27,
                                                      "column": 78
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "Identifier",
                                                    "start": 959,
                                                    "end": 968,
                                                    "loc": {
                                                      "start": {
                                                        "line": 27,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 27,
                                                        "column": 37
                                                      }
                                                    },
                                                    "name": "inspector"
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "start": 969,
                                                      "end": 1008,
                                                      "loc": {
                                                        "start": {
                                                          "line": 27,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 27,
                                                          "column": 77
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "start": 971,
                                                          "end": 984,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 40
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 53
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 971,
                                                            "end": 977,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 46
                                                              }
                                                            },
                                                            "name": "action"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 979,
                                                            "end": 984,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 53
                                                              }
                                                            },
                                                            "value": "Add",
                                                            "rawValue": "Add",
                                                            "raw": "'Add'"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 986,
                                                          "end": 990,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 59
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": true,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 986,
                                                            "end": 990,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 59
                                                              }
                                                            },
                                                            "name": "type"
                                                          },
                                                          "kind": "init",
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 986,
                                                            "end": 990,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 55
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 59
                                                              }
                                                            },
                                                            "name": "type"
                                                          }
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 992,
                                                          "end": 1006,
                                                          "loc": {
                                                            "start": {
                                                              "line": 27,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 27,
                                                              "column": 75
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 992,
                                                            "end": 1000,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 69
                                                              }
                                                            },
                                                            "name": "callback"
                                                          },
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 1002,
                                                            "end": 1006,
                                                            "loc": {
                                                              "start": {
                                                                "line": 27,
                                                                "column": 71
                                                              },
                                                              "end": {
                                                                "line": 27,
                                                                "column": 75
                                                              }
                                                            },
                                                            "name": "arg2"
                                                          },
                                                          "kind": "init"
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 1081,
                        "end": 1367,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 15
                          },
                          "end": {
                            "line": 40,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "LogicalExpression",
                          "start": 1085,
                          "end": 1131,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 19
                            },
                            "end": {
                              "line": 32,
                              "column": 65
                            }
                          },
                          "left": {
                            "type": "BinaryExpression",
                            "start": 1085,
                            "end": 1109,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 19
                              },
                              "end": {
                                "line": 32,
                                "column": 43
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 1085,
                              "end": 1096,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 19
                                },
                                "end": {
                                  "line": 32,
                                  "column": 30
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 1092,
                                "end": 1096,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 30
                                  }
                                },
                                "name": "arg1"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 1101,
                              "end": 1109,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 35
                                },
                                "end": {
                                  "line": 32,
                                  "column": 43
                                }
                              },
                              "value": "object",
                              "rawValue": "object",
                              "raw": "'object'"
                            }
                          },
                          "operator": "&&",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 1113,
                            "end": 1131,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 47
                              },
                              "end": {
                                "line": 32,
                                "column": 65
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 1113,
                              "end": 1117,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 47
                                },
                                "end": {
                                  "line": 32,
                                  "column": 51
                                }
                              },
                              "name": "arg2"
                            },
                            "operator": "===",
                            "right": {
                              "type": "Identifier",
                              "start": 1122,
                              "end": 1131,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 56
                                },
                                "end": {
                                  "line": 32,
                                  "column": 65
                                }
                              },
                              "name": "undefined"
                            }
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 1133,
                          "end": 1367,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 67
                            },
                            "end": {
                              "line": 40,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ForInStatement",
                              "start": 1195,
                              "end": 1356,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 12
                                },
                                "end": {
                                  "line": 38,
                                  "column": 13
                                }
                              },
                              "left": {
                                "type": "VariableDeclaration",
                                "start": 1200,
                                "end": 1207,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 24
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 1204,
                                    "end": 1207,
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 24
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 1204,
                                      "end": 1207,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 24
                                        }
                                      },
                                      "name": "key",
                                      "leadingComments": null
                                    },
                                    "init": null,
                                    "leadingComments": null
                                  }
                                ],
                                "kind": "let",
                                "leadingComments": null
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1211,
                                "end": 1215,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 32
                                  }
                                },
                                "name": "arg1"
                              },
                              "body": {
                                "type": "BlockStatement",
                                "start": 1217,
                                "end": 1356,
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "VariableDeclaration",
                                    "start": 1235,
                                    "end": 1260,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 41
                                      }
                                    },
                                    "declarations": [
                                      {
                                        "type": "VariableDeclarator",
                                        "start": 1239,
                                        "end": 1259,
                                        "loc": {
                                          "start": {
                                            "line": 36,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 36,
                                            "column": 40
                                          }
                                        },
                                        "id": {
                                          "type": "Identifier",
                                          "start": 1239,
                                          "end": 1247,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 28
                                            }
                                          },
                                          "name": "callback"
                                        },
                                        "init": {
                                          "type": "MemberExpression",
                                          "start": 1250,
                                          "end": 1259,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1250,
                                            "end": 1254,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 35
                                              }
                                            },
                                            "name": "arg1"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1255,
                                            "end": 1258,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 39
                                              }
                                            },
                                            "name": "key"
                                          },
                                          "computed": true
                                        }
                                      }
                                    ],
                                    "kind": "let"
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 1277,
                                    "end": 1342,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 81
                                      }
                                    },
                                    "expression": {
                                      "type": "LogicalExpression",
                                      "start": 1277,
                                      "end": 1341,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 80
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 1277,
                                        "end": 1307,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 46
                                          }
                                        },
                                        "left": {
                                          "type": "UnaryExpression",
                                          "start": 1277,
                                          "end": 1292,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 31
                                            }
                                          },
                                          "operator": "typeof",
                                          "prefix": true,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 1284,
                                            "end": 1292,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 31
                                              }
                                            },
                                            "name": "callback"
                                          }
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "Literal",
                                          "start": 1297,
                                          "end": 1307,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 46
                                            }
                                          },
                                          "value": "function",
                                          "rawValue": "function",
                                          "raw": "'function'"
                                        }
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 1311,
                                        "end": 1341,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 80
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1311,
                                          "end": 1318,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1311,
                                            "end": 1315,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 54
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1316,
                                            "end": 1318,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 57
                                              }
                                            },
                                            "name": "on"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1319,
                                            "end": 1322,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 61
                                              }
                                            },
                                            "name": "key"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 1324,
                                            "end": 1332,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 71
                                              }
                                            },
                                            "name": "callback"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 1334,
                                            "end": 1340,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 79
                                              }
                                            },
                                            "name": "remove"
                                          }
                                        ]
                                      }
                                    }
                                  }
                                ]
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " Array of 'Type: Callback' pairs",
                                  "start": 1148,
                                  "end": 1182,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 46
                                    }
                                  },
                                  "range": [
                                    1148,
                                    1182
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": null
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1377,
                      "end": 1389,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 20
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1384,
                        "end": 1388,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 15
                          },
                          "end": {
                            "line": 42,
                            "column": 19
                          }
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1401,
              "end": 1523,
              "loc": {
                "start": {
                  "line": 45,
                  "column": 4
                },
                "end": {
                  "line": 48,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1401,
                "end": 1408,
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 4
                  },
                  "end": {
                    "line": 45,
                    "column": 11
                  }
                },
                "name": "inspect"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1408,
                "end": 1523,
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 11
                  },
                  "end": {
                    "line": 48,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1409,
                    "end": 1417,
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 12
                      },
                      "end": {
                        "line": 45,
                        "column": 20
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1419,
                  "end": 1523,
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 22
                    },
                    "end": {
                      "line": 48,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1429,
                      "end": 1476,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 55
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1433,
                        "end": 1452,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 12
                          },
                          "end": {
                            "line": 46,
                            "column": 31
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 1434,
                          "end": 1452,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 13
                            },
                            "end": {
                              "line": 46,
                              "column": 31
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 1435,
                            "end": 1452,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 14
                              },
                              "end": {
                                "line": 46,
                                "column": 31
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 1436,
                              "end": 1452,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 15
                                },
                                "end": {
                                  "line": 46,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1436,
                                "end": 1440,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1441,
                                "end": 1452,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 31
                                  }
                                },
                                "name": "_inspectors"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1454,
                        "end": 1476,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 33
                          },
                          "end": {
                            "line": 46,
                            "column": 55
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1454,
                          "end": 1475,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 33
                            },
                            "end": {
                              "line": 46,
                              "column": 54
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1454,
                            "end": 1470,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 33
                              },
                              "end": {
                                "line": 46,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1454,
                              "end": 1458,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 33
                                },
                                "end": {
                                  "line": 46,
                                  "column": 37
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1459,
                              "end": 1470,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 38
                                },
                                "end": {
                                  "line": 46,
                                  "column": 49
                                }
                              },
                              "name": "_inspectors"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ArrayExpression",
                            "start": 1473,
                            "end": 1475,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 52
                              },
                              "end": {
                                "line": 46,
                                "column": 54
                              }
                            },
                            "elements": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1485,
                      "end": 1517,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 8
                        },
                        "end": {
                          "line": 47,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1485,
                        "end": 1516,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 8
                          },
                          "end": {
                            "line": 47,
                            "column": 39
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1485,
                          "end": 1506,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 8
                            },
                            "end": {
                              "line": 47,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1485,
                            "end": 1501,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 24
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1485,
                              "end": 1489,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1490,
                              "end": 1501,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 13
                                },
                                "end": {
                                  "line": 47,
                                  "column": 24
                                }
                              },
                              "name": "_inspectors"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1502,
                            "end": 1506,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 25
                              },
                              "end": {
                                "line": 47,
                                "column": 29
                              }
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1507,
                            "end": 1515,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 30
                              },
                              "end": {
                                "line": 47,
                                "column": 38
                              }
                            },
                            "name": "callback"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1529,
              "end": 2454,
              "loc": {
                "start": {
                  "line": 50,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1529,
                "end": 1543,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 4
                  },
                  "end": {
                    "line": 50,
                    "column": 18
                  }
                },
                "name": "removeListener"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1543,
                "end": 2454,
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 18
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1544,
                    "end": 1549,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 19
                      },
                      "end": {
                        "line": 50,
                        "column": 24
                      }
                    },
                    "name": "types"
                  },
                  {
                    "type": "Identifier",
                    "start": 1551,
                    "end": 1559,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 26
                      },
                      "end": {
                        "line": 50,
                        "column": 34
                      }
                    },
                    "name": "callback"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1561,
                  "end": 2454,
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 36
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1571,
                      "end": 1616,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 1575,
                        "end": 1593,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 12
                          },
                          "end": {
                            "line": 51,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 1576,
                          "end": 1593,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 13
                            },
                            "end": {
                              "line": 51,
                              "column": 30
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 1577,
                            "end": 1593,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 14
                              },
                              "end": {
                                "line": 51,
                                "column": 30
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 1578,
                              "end": 1593,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 15
                                },
                                "end": {
                                  "line": 51,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1578,
                                "end": 1582,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1583,
                                "end": 1593,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 30
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1595,
                        "end": 1616,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 32
                          },
                          "end": {
                            "line": 51,
                            "column": 53
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 1595,
                          "end": 1615,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 32
                            },
                            "end": {
                              "line": 51,
                              "column": 52
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 1595,
                            "end": 1610,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 32
                              },
                              "end": {
                                "line": 51,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1595,
                              "end": 1599,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 32
                                },
                                "end": {
                                  "line": 51,
                                  "column": 36
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1600,
                              "end": 1610,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 37
                                },
                                "end": {
                                  "line": 51,
                                  "column": 47
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 1613,
                            "end": 1615,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 50
                              },
                              "end": {
                                "line": 51,
                                "column": 52
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1625,
                      "end": 1672,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 55
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1625,
                        "end": 1671,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 54
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 1625,
                          "end": 1630,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 13
                            }
                          },
                          "name": "types"
                        },
                        "right": {
                          "type": "ConditionalExpression",
                          "start": 1633,
                          "end": 1671,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 16
                            },
                            "end": {
                              "line": 52,
                              "column": 54
                            }
                          },
                          "test": {
                            "type": "CallExpression",
                            "start": 1633,
                            "end": 1653,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 16
                              },
                              "end": {
                                "line": 52,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1633,
                              "end": 1646,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 16
                                },
                                "end": {
                                  "line": 52,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1633,
                                "end": 1638,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 21
                                  }
                                },
                                "name": "Array"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1639,
                                "end": 1646,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 29
                                  }
                                },
                                "name": "isArray"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1647,
                                "end": 1652,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 35
                                  }
                                },
                                "name": "types"
                              }
                            ]
                          },
                          "consequent": {
                            "type": "Identifier",
                            "start": 1656,
                            "end": 1661,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 39
                              },
                              "end": {
                                "line": 52,
                                "column": 44
                              }
                            },
                            "name": "types"
                          },
                          "alternate": {
                            "type": "ArrayExpression",
                            "start": 1664,
                            "end": 1671,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 47
                              },
                              "end": {
                                "line": 52,
                                "column": 54
                              }
                            },
                            "elements": [
                              {
                                "type": "Identifier",
                                "start": 1665,
                                "end": 1670,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 53
                                  }
                                },
                                "name": "types"
                              }
                            ]
                          }
                        }
                      }
                    },
                    {
                      "type": "ForOfStatement",
                      "start": 1681,
                      "end": 2427,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 8
                        },
                        "end": {
                          "line": 70,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 1686,
                        "end": 1694,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 13
                          },
                          "end": {
                            "line": 53,
                            "column": 21
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1690,
                            "end": 1694,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 17
                              },
                              "end": {
                                "line": 53,
                                "column": 21
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1690,
                              "end": 1694,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 17
                                },
                                "end": {
                                  "line": 53,
                                  "column": 21
                                }
                              },
                              "name": "type"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 1698,
                        "end": 1703,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 25
                          },
                          "end": {
                            "line": 53,
                            "column": 30
                          }
                        },
                        "name": "types"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 1705,
                        "end": 2427,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 32
                          },
                          "end": {
                            "line": 70,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 1719,
                            "end": 1757,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 12
                              },
                              "end": {
                                "line": 54,
                                "column": 50
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 1723,
                                "end": 1756,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 49
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 1723,
                                  "end": 1732,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 25
                                    }
                                  },
                                  "name": "listeners"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 1735,
                                  "end": 1756,
                                  "loc": {
                                    "start": {
                                      "line": 54,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 54,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1735,
                                    "end": 1750,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1735,
                                      "end": 1739,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1740,
                                      "end": 1750,
                                      "loc": {
                                        "start": {
                                          "line": 54,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 54,
                                          "column": 43
                                        }
                                      },
                                      "name": "_callbacks"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1751,
                                    "end": 1755,
                                    "loc": {
                                      "start": {
                                        "line": 54,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 54,
                                        "column": 48
                                      }
                                    },
                                    "name": "type"
                                  },
                                  "computed": true
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 1770,
                            "end": 1797,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 12
                              },
                              "end": {
                                "line": 55,
                                "column": 39
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 1774,
                              "end": 1786,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 16
                                },
                                "end": {
                                  "line": 55,
                                  "column": 28
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "UnaryExpression",
                                "start": 1775,
                                "end": 1786,
                                "loc": {
                                  "start": {
                                    "line": 55,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 55,
                                    "column": 28
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "UnaryExpression",
                                  "start": 1776,
                                  "end": 1786,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 28
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 1777,
                                    "end": 1786,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 28
                                      }
                                    },
                                    "name": "listeners"
                                  }
                                }
                              }
                            },
                            "consequent": {
                              "type": "ContinueStatement",
                              "start": 1788,
                              "end": 1797,
                              "loc": {
                                "start": {
                                  "line": 55,
                                  "column": 30
                                },
                                "end": {
                                  "line": 55,
                                  "column": 39
                                }
                              },
                              "label": null
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 1810,
                            "end": 2417,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 12
                              },
                              "end": {
                                "line": 69,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 1814,
                              "end": 1825,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 16
                                },
                                "end": {
                                  "line": 56,
                                  "column": 27
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "UnaryExpression",
                                "start": 1815,
                                "end": 1825,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 27
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "UnaryExpression",
                                  "start": 1816,
                                  "end": 1825,
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 27
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 1817,
                                    "end": 1825,
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 27
                                      }
                                    },
                                    "name": "callback"
                                  }
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 1827,
                              "end": 2090,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 29
                                },
                                "end": {
                                  "line": 62,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1845,
                                  "end": 1874,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "UnaryExpression",
                                    "start": 1845,
                                    "end": 1873,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 44
                                      }
                                    },
                                    "operator": "delete",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 1852,
                                      "end": 1873,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 1852,
                                        "end": 1867,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 38
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 1852,
                                          "end": 1856,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1857,
                                          "end": 1867,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 38
                                            }
                                          },
                                          "name": "_callbacks"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1868,
                                        "end": 1872,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 43
                                          }
                                        },
                                        "name": "type"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 1891,
                                  "end": 2076,
                                  "loc": {
                                    "start": {
                                      "line": 58,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 61,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 1895,
                                    "end": 1911,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 58,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 1895,
                                      "end": 1899,
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1900,
                                      "end": 1911,
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 36
                                        }
                                      },
                                      "name": "_inspectors"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1913,
                                    "end": 2076,
                                    "loc": {
                                      "start": {
                                        "line": 58,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 61,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ForOfStatement",
                                        "start": 1935,
                                        "end": 2058,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 83
                                          }
                                        },
                                        "left": {
                                          "type": "VariableDeclaration",
                                          "start": 1940,
                                          "end": 1953,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 38
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 1944,
                                              "end": 1953,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 38
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 1944,
                                                "end": 1953,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "inspector"
                                              },
                                              "init": null
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 1957,
                                          "end": 1973,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1957,
                                            "end": 1961,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1962,
                                            "end": 1973,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 58
                                              }
                                            },
                                            "name": "_inspectors"
                                          },
                                          "computed": false
                                        },
                                        "body": {
                                          "type": "ExpressionStatement",
                                          "start": 1999,
                                          "end": 2058,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 83
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 1999,
                                            "end": 2057,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 82
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 1999,
                                              "end": 2008,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 33
                                                }
                                              },
                                              "name": "inspector"
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2009,
                                                "end": 2056,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 81
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2011,
                                                    "end": 2027,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 52
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2011,
                                                      "end": 2017,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 42
                                                        }
                                                      },
                                                      "name": "action"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2019,
                                                      "end": 2027,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 52
                                                        }
                                                      },
                                                      "value": "Remove",
                                                      "rawValue": "Remove",
                                                      "raw": "'Remove'"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2029,
                                                    "end": 2033,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 58
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": true,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2029,
                                                      "end": 2033,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    },
                                                    "kind": "init",
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2029,
                                                      "end": 2033,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2035,
                                                    "end": 2054,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 79
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2035,
                                                      "end": 2043,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 68
                                                        }
                                                      },
                                                      "name": "callback"
                                                    },
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2045,
                                                      "end": 2054,
                                                      "loc": {
                                                        "start": {
                                                          "line": 60,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 60,
                                                          "column": 79
                                                        }
                                                      },
                                                      "name": "undefined"
                                                    },
                                                    "kind": "init"
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 2096,
                              "end": 2417,
                              "loc": {
                                "start": {
                                  "line": 62,
                                  "column": 19
                                },
                                "end": {
                                  "line": 69,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 2114,
                                  "end": 2154,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 56
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 2118,
                                      "end": 2153,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 55
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 2118,
                                        "end": 2123,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 25
                                          }
                                        },
                                        "name": "index"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 2126,
                                        "end": 2153,
                                        "loc": {
                                          "start": {
                                            "line": 63,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 63,
                                            "column": 55
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2126,
                                          "end": 2143,
                                          "loc": {
                                            "start": {
                                              "line": 63,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 63,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2126,
                                            "end": 2135,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 37
                                              }
                                            },
                                            "name": "listeners"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2136,
                                            "end": 2143,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 45
                                              }
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 2144,
                                            "end": 2152,
                                            "loc": {
                                              "start": {
                                                "line": 63,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 63,
                                                "column": 54
                                              }
                                            },
                                            "name": "callback"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2171,
                                  "end": 2212,
                                  "loc": {
                                    "start": {
                                      "line": 64,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 64,
                                      "column": 57
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 2171,
                                    "end": 2211,
                                    "loc": {
                                      "start": {
                                        "line": 64,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 64,
                                        "column": 56
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 2171,
                                      "end": 2181,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 26
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 2171,
                                        "end": 2176,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 21
                                          }
                                        },
                                        "name": "index"
                                      },
                                      "operator": ">",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 2179,
                                        "end": 2181,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 26
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "Literal",
                                          "start": 2180,
                                          "end": 2181,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 26
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        }
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 2185,
                                      "end": 2211,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 56
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2185,
                                        "end": 2201,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2185,
                                          "end": 2194,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 39
                                            }
                                          },
                                          "name": "listeners"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2195,
                                          "end": 2201,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 46
                                            }
                                          },
                                          "name": "splice"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 2202,
                                          "end": 2207,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 52
                                            }
                                          },
                                          "name": "index"
                                        },
                                        {
                                          "type": "Literal",
                                          "start": 2209,
                                          "end": 2210,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 55
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 2229,
                                  "end": 2403,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 2233,
                                    "end": 2249,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2233,
                                      "end": 2237,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2238,
                                      "end": 2249,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 36
                                        }
                                      },
                                      "name": "_inspectors"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2251,
                                    "end": 2403,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ForOfStatement",
                                        "start": 2273,
                                        "end": 2385,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 72
                                          }
                                        },
                                        "left": {
                                          "type": "VariableDeclaration",
                                          "start": 2278,
                                          "end": 2291,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 38
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 2282,
                                              "end": 2291,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 38
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 2282,
                                                "end": 2291,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "inspector"
                                              },
                                              "init": null
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 2295,
                                          "end": 2311,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 58
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2295,
                                            "end": 2299,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 46
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2300,
                                            "end": 2311,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 58
                                              }
                                            },
                                            "name": "_inspectors"
                                          },
                                          "computed": false
                                        },
                                        "body": {
                                          "type": "ExpressionStatement",
                                          "start": 2337,
                                          "end": 2385,
                                          "loc": {
                                            "start": {
                                              "line": 67,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 72
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 2337,
                                            "end": 2384,
                                            "loc": {
                                              "start": {
                                                "line": 67,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 67,
                                                "column": 71
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 2337,
                                              "end": 2346,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 33
                                                }
                                              },
                                              "name": "inspector"
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2347,
                                                "end": 2383,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 70
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2349,
                                                    "end": 2365,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 52
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2349,
                                                      "end": 2355,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 42
                                                        }
                                                      },
                                                      "name": "action"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2357,
                                                      "end": 2365,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 52
                                                        }
                                                      },
                                                      "value": "Remove",
                                                      "rawValue": "Remove",
                                                      "raw": "'Remove'"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2367,
                                                    "end": 2371,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 58
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": true,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2367,
                                                      "end": 2371,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    },
                                                    "kind": "init",
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2367,
                                                      "end": 2371,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 58
                                                        }
                                                      },
                                                      "name": "type"
                                                    }
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2373,
                                                    "end": 2381,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 68
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": true,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2373,
                                                      "end": 2381,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 68
                                                        }
                                                      },
                                                      "name": "callback"
                                                    },
                                                    "kind": "init",
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2373,
                                                      "end": 2381,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 68
                                                        }
                                                      },
                                                      "name": "callback"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2436,
                      "end": 2448,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 20
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 2443,
                        "end": 2447,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 15
                          },
                          "end": {
                            "line": 71,
                            "column": 19
                          }
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2460,
              "end": 2522,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 4
                },
                "end": {
                  "line": 76,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2460,
                "end": 2475,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 4
                  },
                  "end": {
                    "line": 74,
                    "column": 19
                  }
                },
                "name": "removeListeners"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2475,
                "end": 2522,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 19
                  },
                  "end": {
                    "line": 76,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2478,
                  "end": 2522,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 22
                    },
                    "end": {
                      "line": 76,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2488,
                      "end": 2516,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2488,
                        "end": 2515,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 8
                          },
                          "end": {
                            "line": 75,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2488,
                          "end": 2503,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2488,
                            "end": 2492,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2493,
                            "end": 2503,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 13
                              },
                              "end": {
                                "line": 75,
                                "column": 23
                              }
                            },
                            "name": "_callbacks"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2506,
                          "end": 2515,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 26
                            },
                            "end": {
                              "line": 75,
                              "column": 35
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2528,
              "end": 2592,
              "loc": {
                "start": {
                  "line": 78,
                  "column": 4
                },
                "end": {
                  "line": 80,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2528,
                "end": 2544,
                "loc": {
                  "start": {
                    "line": 78,
                    "column": 4
                  },
                  "end": {
                    "line": 78,
                    "column": 20
                  }
                },
                "name": "removeInspectors"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2544,
                "end": 2592,
                "loc": {
                  "start": {
                    "line": 78,
                    "column": 20
                  },
                  "end": {
                    "line": 80,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2547,
                  "end": 2592,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 23
                    },
                    "end": {
                      "line": 80,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2557,
                      "end": 2586,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 8
                        },
                        "end": {
                          "line": 79,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2557,
                        "end": 2585,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 8
                          },
                          "end": {
                            "line": 79,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2557,
                          "end": 2573,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 8
                            },
                            "end": {
                              "line": 79,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2557,
                            "end": 2561,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 8
                              },
                              "end": {
                                "line": 79,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2562,
                            "end": 2573,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 13
                              },
                              "end": {
                                "line": 79,
                                "column": 24
                              }
                            },
                            "name": "_inspectors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 2576,
                          "end": 2585,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 27
                            },
                            "end": {
                              "line": 79,
                              "column": 36
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2598,
              "end": 3092,
              "loc": {
                "start": {
                  "line": 82,
                  "column": 4
                },
                "end": {
                  "line": 95,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2598,
                "end": 2602,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 4
                  },
                  "end": {
                    "line": 82,
                    "column": 8
                  }
                },
                "name": "emit"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2602,
                "end": 3092,
                "loc": {
                  "start": {
                    "line": 82,
                    "column": 8
                  },
                  "end": {
                    "line": 95,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2603,
                    "end": 2607,
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 9
                      },
                      "end": {
                        "line": 82,
                        "column": 13
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "RestElement",
                    "start": 2609,
                    "end": 2616,
                    "loc": {
                      "start": {
                        "line": 82,
                        "column": 15
                      },
                      "end": {
                        "line": 82,
                        "column": 22
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 2612,
                      "end": 2616,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 18
                        },
                        "end": {
                          "line": 82,
                          "column": 22
                        }
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2618,
                  "end": 3092,
                  "loc": {
                    "start": {
                      "line": 82,
                      "column": 24
                    },
                    "end": {
                      "line": 95,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2628,
                      "end": 2661,
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 41
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2632,
                          "end": 2660,
                          "loc": {
                            "start": {
                              "line": 83,
                              "column": 12
                            },
                            "end": {
                              "line": 83,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2632,
                            "end": 2640,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 12
                              },
                              "end": {
                                "line": 83,
                                "column": 20
                              }
                            },
                            "name": "sequence"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 2643,
                            "end": 2660,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 23
                              },
                              "end": {
                                "line": 83,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2643,
                              "end": 2658,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 23
                                },
                                "end": {
                                  "line": 83,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2643,
                                "end": 2650,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 30
                                  }
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2651,
                                "end": 2658,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 38
                                  }
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2670,
                      "end": 2715,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2674,
                        "end": 2692,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 12
                          },
                          "end": {
                            "line": 84,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 2675,
                          "end": 2692,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 13
                            },
                            "end": {
                              "line": 84,
                              "column": 30
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 2676,
                            "end": 2692,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 14
                              },
                              "end": {
                                "line": 84,
                                "column": 30
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 2677,
                              "end": 2692,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 15
                                },
                                "end": {
                                  "line": 84,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2677,
                                "end": 2681,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2682,
                                "end": 2692,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 30
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 2694,
                        "end": 2715,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 32
                          },
                          "end": {
                            "line": 84,
                            "column": 53
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 2694,
                          "end": 2714,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 32
                            },
                            "end": {
                              "line": 84,
                              "column": 52
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 2694,
                            "end": 2709,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 32
                              },
                              "end": {
                                "line": 84,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 2694,
                              "end": 2698,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 32
                                },
                                "end": {
                                  "line": 84,
                                  "column": 36
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2699,
                              "end": 2709,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 37
                                },
                                "end": {
                                  "line": 84,
                                  "column": 47
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 2712,
                            "end": 2714,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 50
                              },
                              "end": {
                                "line": 84,
                                "column": 52
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2724,
                      "end": 2762,
                      "loc": {
                        "start": {
                          "line": 85,
                          "column": 8
                        },
                        "end": {
                          "line": 85,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2728,
                          "end": 2761,
                          "loc": {
                            "start": {
                              "line": 85,
                              "column": 12
                            },
                            "end": {
                              "line": 85,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2728,
                            "end": 2737,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 12
                              },
                              "end": {
                                "line": 85,
                                "column": 21
                              }
                            },
                            "name": "listeners"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2740,
                            "end": 2761,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 24
                              },
                              "end": {
                                "line": 85,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2740,
                              "end": 2755,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 24
                                },
                                "end": {
                                  "line": 85,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2740,
                                "end": 2744,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2745,
                                "end": 2755,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 39
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2756,
                              "end": 2760,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 40
                                },
                                "end": {
                                  "line": 85,
                                  "column": 44
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 2771,
                      "end": 3061,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 93,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2775,
                        "end": 2786,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 12
                          },
                          "end": {
                            "line": 86,
                            "column": 23
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 2776,
                          "end": 2786,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 13
                            },
                            "end": {
                              "line": 86,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 2777,
                            "end": 2786,
                            "loc": {
                              "start": {
                                "line": 86,
                                "column": 14
                              },
                              "end": {
                                "line": 86,
                                "column": 23
                              }
                            },
                            "name": "listeners"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2788,
                        "end": 3061,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 25
                          },
                          "end": {
                            "line": 93,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 2802,
                            "end": 3051,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 12
                              },
                              "end": {
                                "line": 92,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 2807,
                              "end": 2819,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 17
                                },
                                "end": {
                                  "line": 87,
                                  "column": 29
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 2811,
                                  "end": 2819,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 29
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 2811,
                                    "end": 2819,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 29
                                      }
                                    },
                                    "name": "listener"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 2823,
                              "end": 2832,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 33
                                },
                                "end": {
                                  "line": 87,
                                  "column": 42
                                }
                              },
                              "name": "listeners"
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 2834,
                              "end": 3051,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 44
                                },
                                "end": {
                                  "line": 92,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2852,
                                  "end": 3037,
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 19
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 2852,
                                    "end": 3036,
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 18
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2852,
                                      "end": 2860,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 24
                                        }
                                      },
                                      "name": "sequence"
                                    },
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 2863,
                                      "end": 3036,
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 18
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2863,
                                        "end": 2876,
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 40
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2863,
                                          "end": 2871,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 35
                                            }
                                          },
                                          "name": "sequence"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2872,
                                          "end": 2876,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 40
                                            }
                                          },
                                          "name": "then"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 2878,
                                          "end": 3035,
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 17
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 2878,
                                              "end": 2879,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 43
                                                }
                                              },
                                              "name": "_"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 2883,
                                            "end": 3035,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 17
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 2905,
                                                "end": 2960,
                                                "loc": {
                                                  "start": {
                                                    "line": 89,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 89,
                                                    "column": 75
                                                  }
                                                },
                                                "expression": {
                                                  "type": "LogicalExpression",
                                                  "start": 2905,
                                                  "end": 2959,
                                                  "loc": {
                                                    "start": {
                                                      "line": 89,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 89,
                                                      "column": 74
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 2905,
                                                    "end": 2920,
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 35
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2905,
                                                      "end": 2913,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 28
                                                        }
                                                      },
                                                      "name": "listener"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2914,
                                                      "end": 2920,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 35
                                                        }
                                                      },
                                                      "name": "remove"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "&&",
                                                  "right": {
                                                    "type": "CallExpression",
                                                    "start": 2924,
                                                    "end": 2959,
                                                    "loc": {
                                                      "start": {
                                                        "line": 89,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 89,
                                                        "column": 74
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2924,
                                                      "end": 2943,
                                                      "loc": {
                                                        "start": {
                                                          "line": 89,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 89,
                                                          "column": 58
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 2924,
                                                        "end": 2928,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 43
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2929,
                                                        "end": 2943,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 58
                                                          }
                                                        },
                                                        "name": "removeListener"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 2944,
                                                        "end": 2948,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 63
                                                          }
                                                        },
                                                        "name": "type"
                                                      },
                                                      {
                                                        "type": "Identifier",
                                                        "start": 2950,
                                                        "end": 2958,
                                                        "loc": {
                                                          "start": {
                                                            "line": 89,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 89,
                                                            "column": 73
                                                          }
                                                        },
                                                        "name": "listener"
                                                      }
                                                    ]
                                                  }
                                                }
                                              },
                                              {
                                                "type": "ReturnStatement",
                                                "start": 2981,
                                                "end": 3017,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 56
                                                  }
                                                },
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "start": 2988,
                                                  "end": 3016,
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 55
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2988,
                                                    "end": 3001,
                                                    "loc": {
                                                      "start": {
                                                        "line": 90,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 90,
                                                        "column": 40
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2988,
                                                      "end": 2996,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 35
                                                        }
                                                      },
                                                      "name": "listener"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2997,
                                                      "end": 3001,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 40
                                                        }
                                                      },
                                                      "name": "call"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ThisExpression",
                                                      "start": 3002,
                                                      "end": 3006,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 45
                                                        }
                                                      }
                                                    },
                                                    {
                                                      "type": "SpreadElement",
                                                      "start": 3008,
                                                      "end": 3015,
                                                      "loc": {
                                                        "start": {
                                                          "line": 90,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 90,
                                                          "column": 54
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 3011,
                                                        "end": 3015,
                                                        "loc": {
                                                          "start": {
                                                            "line": 90,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 90,
                                                            "column": 54
                                                          }
                                                        },
                                                        "name": "args"
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3070,
                      "end": 3086,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 24
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3077,
                        "end": 3085,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 15
                          },
                          "end": {
                            "line": 94,
                            "column": 23
                          }
                        },
                        "name": "sequence"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3098,
              "end": 3590,
              "loc": {
                "start": {
                  "line": 97,
                  "column": 4
                },
                "end": {
                  "line": 109,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3098,
                "end": 3104,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 4
                  },
                  "end": {
                    "line": 97,
                    "column": 10
                  }
                },
                "name": "bubble"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3104,
                "end": 3590,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 10
                  },
                  "end": {
                    "line": 109,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3105,
                    "end": 3109,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 11
                      },
                      "end": {
                        "line": 97,
                        "column": 15
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "RestElement",
                    "start": 3111,
                    "end": 3118,
                    "loc": {
                      "start": {
                        "line": 97,
                        "column": 17
                      },
                      "end": {
                        "line": 97,
                        "column": 24
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 3114,
                      "end": 3118,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 20
                        },
                        "end": {
                          "line": 97,
                          "column": 24
                        }
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3120,
                  "end": 3590,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 26
                    },
                    "end": {
                      "line": 109,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 3130,
                      "end": 3163,
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 8
                        },
                        "end": {
                          "line": 98,
                          "column": 41
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3134,
                          "end": 3162,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 12
                            },
                            "end": {
                              "line": 98,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3134,
                            "end": 3142,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 12
                              },
                              "end": {
                                "line": 98,
                                "column": 20
                              }
                            },
                            "name": "sequence"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 3145,
                            "end": 3162,
                            "loc": {
                              "start": {
                                "line": 98,
                                "column": 23
                              },
                              "end": {
                                "line": 98,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3145,
                              "end": 3160,
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 23
                                },
                                "end": {
                                  "line": 98,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 3145,
                                "end": 3152,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 30
                                  }
                                },
                                "name": "Promise"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3153,
                                "end": 3160,
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 38
                                  }
                                },
                                "name": "resolve"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3172,
                      "end": 3217,
                      "loc": {
                        "start": {
                          "line": 99,
                          "column": 8
                        },
                        "end": {
                          "line": 99,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3176,
                        "end": 3194,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 12
                          },
                          "end": {
                            "line": 99,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3177,
                          "end": 3194,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 13
                            },
                            "end": {
                              "line": 99,
                              "column": 30
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 3178,
                            "end": 3194,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 14
                              },
                              "end": {
                                "line": 99,
                                "column": 30
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3179,
                              "end": 3194,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 15
                                },
                                "end": {
                                  "line": 99,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3179,
                                "end": 3183,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3184,
                                "end": 3194,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 30
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3196,
                        "end": 3217,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 32
                          },
                          "end": {
                            "line": 99,
                            "column": 53
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 3196,
                          "end": 3216,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 32
                            },
                            "end": {
                              "line": 99,
                              "column": 52
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 3196,
                            "end": 3211,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 32
                              },
                              "end": {
                                "line": 99,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3196,
                              "end": 3200,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 32
                                },
                                "end": {
                                  "line": 99,
                                  "column": 36
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3201,
                              "end": 3211,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 37
                                },
                                "end": {
                                  "line": 99,
                                  "column": 47
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 3214,
                            "end": 3216,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 50
                              },
                              "end": {
                                "line": 99,
                                "column": 52
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3226,
                      "end": 3264,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 8
                        },
                        "end": {
                          "line": 100,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3230,
                          "end": 3263,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 12
                            },
                            "end": {
                              "line": 100,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3230,
                            "end": 3239,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 12
                              },
                              "end": {
                                "line": 100,
                                "column": 21
                              }
                            },
                            "name": "listeners"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3242,
                            "end": 3263,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 24
                              },
                              "end": {
                                "line": 100,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3242,
                              "end": 3257,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 24
                                },
                                "end": {
                                  "line": 100,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3242,
                                "end": 3246,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3247,
                                "end": 3257,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 39
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3258,
                              "end": 3262,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 40
                                },
                                "end": {
                                  "line": 100,
                                  "column": 44
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3273,
                      "end": 3559,
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 8
                        },
                        "end": {
                          "line": 107,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3277,
                        "end": 3288,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 12
                          },
                          "end": {
                            "line": 101,
                            "column": 23
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3278,
                          "end": 3288,
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 13
                            },
                            "end": {
                              "line": 101,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 3279,
                            "end": 3288,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 14
                              },
                              "end": {
                                "line": 101,
                                "column": 23
                              }
                            },
                            "name": "listeners"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3290,
                        "end": 3423,
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 25
                          },
                          "end": {
                            "line": 104,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 3304,
                            "end": 3413,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 12
                              },
                              "end": {
                                "line": 103,
                                "column": 77
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 3309,
                              "end": 3321,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 17
                                },
                                "end": {
                                  "line": 102,
                                  "column": 29
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3313,
                                  "end": 3321,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 29
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3313,
                                    "end": 3321,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 29
                                      }
                                    },
                                    "name": "listener"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "Identifier",
                              "start": 3325,
                              "end": 3334,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 33
                                },
                                "end": {
                                  "line": 102,
                                  "column": 42
                                }
                              },
                              "name": "listeners"
                            },
                            "body": {
                              "type": "ExpressionStatement",
                              "start": 3352,
                              "end": 3413,
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 16
                                },
                                "end": {
                                  "line": 103,
                                  "column": 77
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 3352,
                                "end": 3412,
                                "loc": {
                                  "start": {
                                    "line": 103,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 103,
                                    "column": 76
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 3352,
                                  "end": 3360,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 24
                                    }
                                  },
                                  "name": "sequence"
                                },
                                "right": {
                                  "type": "CallExpression",
                                  "start": 3363,
                                  "end": 3412,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 76
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 3363,
                                    "end": 3376,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 40
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3363,
                                      "end": 3371,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 35
                                        }
                                      },
                                      "name": "sequence"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3372,
                                      "end": 3376,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 40
                                        }
                                      },
                                      "name": "then"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 3378,
                                      "end": 3411,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 75
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": true,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 3378,
                                          "end": 3379,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 43
                                            }
                                          },
                                          "name": "_"
                                        }
                                      ],
                                      "body": {
                                        "type": "CallExpression",
                                        "start": 3383,
                                        "end": 3411,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 75
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3383,
                                          "end": 3396,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3383,
                                            "end": 3391,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 55
                                              }
                                            },
                                            "name": "listener"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3392,
                                            "end": 3396,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 60
                                              }
                                            },
                                            "name": "call"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "start": 3397,
                                            "end": 3401,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 65
                                              }
                                            }
                                          },
                                          {
                                            "type": "SpreadElement",
                                            "start": 3403,
                                            "end": 3410,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 74
                                              }
                                            },
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 3406,
                                              "end": 3410,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 74
                                                }
                                              },
                                              "name": "args"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 3429,
                        "end": 3559,
                        "loc": {
                          "start": {
                            "line": 104,
                            "column": 15
                          },
                          "end": {
                            "line": 107,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 3433,
                          "end": 3446,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 19
                            },
                            "end": {
                              "line": 104,
                              "column": 32
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 3434,
                            "end": 3446,
                            "loc": {
                              "start": {
                                "line": 104,
                                "column": 20
                              },
                              "end": {
                                "line": 104,
                                "column": 32
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3435,
                              "end": 3446,
                              "loc": {
                                "start": {
                                  "line": 104,
                                  "column": 21
                                },
                                "end": {
                                  "line": 104,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3435,
                                "end": 3439,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 25
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3440,
                                "end": 3446,
                                "loc": {
                                  "start": {
                                    "line": 104,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 104,
                                    "column": 32
                                  }
                                },
                                "name": "parent"
                              },
                              "computed": false
                            }
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3448,
                          "end": 3559,
                          "loc": {
                            "start": {
                              "line": 104,
                              "column": 34
                            },
                            "end": {
                              "line": 107,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 3515,
                              "end": 3549,
                              "loc": {
                                "start": {
                                  "line": 106,
                                  "column": 12
                                },
                                "end": {
                                  "line": 106,
                                  "column": 46
                                }
                              },
                              "expression": {
                                "type": "CallExpression",
                                "start": 3515,
                                "end": 3548,
                                "loc": {
                                  "start": {
                                    "line": 106,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 106,
                                    "column": 45
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3515,
                                  "end": 3533,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3515,
                                    "end": 3526,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3515,
                                      "end": 3519,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 16
                                        }
                                      },
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3520,
                                      "end": 3526,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 23
                                        }
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3527,
                                    "end": 3533,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 30
                                      }
                                    },
                                    "name": "bubble"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3534,
                                    "end": 3538,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 35
                                      }
                                    },
                                    "name": "type"
                                  },
                                  {
                                    "type": "SpreadElement",
                                    "start": 3540,
                                    "end": 3547,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 44
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 3543,
                                      "end": 3547,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 44
                                        }
                                      },
                                      "name": "args"
                                    }
                                  }
                                ],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " No listener found, just bubble up ...",
                                  "start": 3462,
                                  "end": 3502,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 52
                                    }
                                  },
                                  "range": [
                                    3462,
                                    3502
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": null
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3568,
                      "end": 3584,
                      "loc": {
                        "start": {
                          "line": 108,
                          "column": 8
                        },
                        "end": {
                          "line": 108,
                          "column": 24
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3575,
                        "end": 3583,
                        "loc": {
                          "start": {
                            "line": 108,
                            "column": 15
                          },
                          "end": {
                            "line": 108,
                            "column": 23
                          }
                        },
                        "name": "sequence"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3596,
              "end": 3943,
              "loc": {
                "start": {
                  "line": 111,
                  "column": 4
                },
                "end": {
                  "line": 121,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3596,
                "end": 3608,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 4
                  },
                  "end": {
                    "line": 111,
                    "column": 16
                  }
                },
                "name": "findListener"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3608,
                "end": 3943,
                "loc": {
                  "start": {
                    "line": 111,
                    "column": 16
                  },
                  "end": {
                    "line": 121,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3609,
                    "end": 3613,
                    "loc": {
                      "start": {
                        "line": 111,
                        "column": 17
                      },
                      "end": {
                        "line": 111,
                        "column": 21
                      }
                    },
                    "name": "type"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3615,
                  "end": 3943,
                  "loc": {
                    "start": {
                      "line": 111,
                      "column": 23
                    },
                    "end": {
                      "line": 121,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3625,
                      "end": 3670,
                      "loc": {
                        "start": {
                          "line": 112,
                          "column": 8
                        },
                        "end": {
                          "line": 112,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3629,
                        "end": 3647,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 12
                          },
                          "end": {
                            "line": 112,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3630,
                          "end": 3647,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 13
                            },
                            "end": {
                              "line": 112,
                              "column": 30
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 3631,
                            "end": 3647,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 14
                              },
                              "end": {
                                "line": 112,
                                "column": 30
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3632,
                              "end": 3647,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 15
                                },
                                "end": {
                                  "line": 112,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3632,
                                "end": 3636,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3637,
                                "end": 3647,
                                "loc": {
                                  "start": {
                                    "line": 112,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 112,
                                    "column": 30
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3649,
                        "end": 3670,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 32
                          },
                          "end": {
                            "line": 112,
                            "column": 53
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 3649,
                          "end": 3669,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 32
                            },
                            "end": {
                              "line": 112,
                              "column": 52
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 3649,
                            "end": 3664,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 32
                              },
                              "end": {
                                "line": 112,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 3649,
                              "end": 3653,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 32
                                },
                                "end": {
                                  "line": 112,
                                  "column": 36
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3654,
                              "end": 3664,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 37
                                },
                                "end": {
                                  "line": 112,
                                  "column": 47
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 3667,
                            "end": 3669,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 50
                              },
                              "end": {
                                "line": 112,
                                "column": 52
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 3679,
                      "end": 3717,
                      "loc": {
                        "start": {
                          "line": 113,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 46
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 3683,
                          "end": 3716,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 12
                            },
                            "end": {
                              "line": 113,
                              "column": 45
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 3683,
                            "end": 3692,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 12
                              },
                              "end": {
                                "line": 113,
                                "column": 21
                              }
                            },
                            "name": "listeners"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 3695,
                            "end": 3716,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 24
                              },
                              "end": {
                                "line": 113,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 3695,
                              "end": 3710,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 24
                                },
                                "end": {
                                  "line": 113,
                                  "column": 39
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3695,
                                "end": 3699,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 28
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3700,
                                "end": 3710,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 39
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3711,
                              "end": 3715,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 40
                                },
                                "end": {
                                  "line": 113,
                                  "column": 44
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 3726,
                      "end": 3911,
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 8
                        },
                        "end": {
                          "line": 119,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3730,
                        "end": 3741,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 12
                          },
                          "end": {
                            "line": 114,
                            "column": 23
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 3731,
                          "end": 3741,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 13
                            },
                            "end": {
                              "line": 114,
                              "column": 23
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 3732,
                            "end": 3741,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 14
                              },
                              "end": {
                                "line": 114,
                                "column": 23
                              }
                            },
                            "name": "listeners"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3743,
                        "end": 3779,
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 25
                          },
                          "end": {
                            "line": 116,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 3757,
                            "end": 3769,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 12
                              },
                              "end": {
                                "line": 115,
                                "column": 24
                              }
                            },
                            "argument": {
                              "type": "ThisExpression",
                              "start": 3764,
                              "end": 3768,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 19
                                },
                                "end": {
                                  "line": 115,
                                  "column": 23
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 3785,
                        "end": 3911,
                        "loc": {
                          "start": {
                            "line": 116,
                            "column": 15
                          },
                          "end": {
                            "line": 119,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "UnaryExpression",
                          "start": 3789,
                          "end": 3802,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 19
                            },
                            "end": {
                              "line": 116,
                              "column": 32
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 3790,
                            "end": 3802,
                            "loc": {
                              "start": {
                                "line": 116,
                                "column": 20
                              },
                              "end": {
                                "line": 116,
                                "column": 32
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 3791,
                              "end": 3802,
                              "loc": {
                                "start": {
                                  "line": 116,
                                  "column": 21
                                },
                                "end": {
                                  "line": 116,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3791,
                                "end": 3795,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 25
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3796,
                                "end": 3802,
                                "loc": {
                                  "start": {
                                    "line": 116,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 116,
                                    "column": 32
                                  }
                                },
                                "name": "parent"
                              },
                              "computed": false
                            }
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 3804,
                          "end": 3911,
                          "loc": {
                            "start": {
                              "line": 116,
                              "column": 34
                            },
                            "end": {
                              "line": 119,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ReturnStatement",
                              "start": 3871,
                              "end": 3901,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 12
                                },
                                "end": {
                                  "line": 118,
                                  "column": 42
                                }
                              },
                              "argument": {
                                "type": "CallExpression",
                                "start": 3878,
                                "end": 3900,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 3878,
                                  "end": 3894,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 3878,
                                    "end": 3889,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 30
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 3878,
                                      "end": 3882,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 23
                                        }
                                      },
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3883,
                                      "end": 3889,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 30
                                        }
                                      },
                                      "name": "parent"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3890,
                                    "end": 3894,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 35
                                      }
                                    },
                                    "name": "find"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 3895,
                                    "end": 3899,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 40
                                      }
                                    },
                                    "name": "type"
                                  }
                                ],
                                "leadingComments": null
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " No listener found, just bubble up ...",
                                  "start": 3818,
                                  "end": 3858,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 52
                                    }
                                  },
                                  "range": [
                                    3818,
                                    3858
                                  ]
                                }
                              ]
                            }
                          ]
                        },
                        "alternate": null
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3920,
                      "end": 3937,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 120,
                          "column": 25
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3927,
                        "end": 3936,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 15
                          },
                          "end": {
                            "line": 120,
                            "column": 24
                          }
                        },
                        "name": "undefined"
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3949,
              "end": 4165,
              "loc": {
                "start": {
                  "line": 123,
                  "column": 4
                },
                "end": {
                  "line": 127,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3949,
                "end": 3960,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 4
                  },
                  "end": {
                    "line": 123,
                    "column": 15
                  }
                },
                "name": "hasListener"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3960,
                "end": 4165,
                "loc": {
                  "start": {
                    "line": 123,
                    "column": 15
                  },
                  "end": {
                    "line": 127,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3961,
                    "end": 3965,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 16
                      },
                      "end": {
                        "line": 123,
                        "column": 20
                      }
                    },
                    "name": "type"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 3967,
                    "end": 3987,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 22
                      },
                      "end": {
                        "line": 123,
                        "column": 42
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 3967,
                      "end": 3975,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 22
                        },
                        "end": {
                          "line": 123,
                          "column": 30
                        }
                      },
                      "name": "callback"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 3978,
                      "end": 3987,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 33
                        },
                        "end": {
                          "line": 123,
                          "column": 42
                        }
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3989,
                  "end": 4165,
                  "loc": {
                    "start": {
                      "line": 123,
                      "column": 44
                    },
                    "end": {
                      "line": 127,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3999,
                      "end": 4044,
                      "loc": {
                        "start": {
                          "line": 124,
                          "column": 8
                        },
                        "end": {
                          "line": 124,
                          "column": 53
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4003,
                        "end": 4021,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 12
                          },
                          "end": {
                            "line": 124,
                            "column": 30
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 4004,
                          "end": 4021,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 13
                            },
                            "end": {
                              "line": 124,
                              "column": 30
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 4005,
                            "end": 4021,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 14
                              },
                              "end": {
                                "line": 124,
                                "column": 30
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 4006,
                              "end": 4021,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 15
                                },
                                "end": {
                                  "line": 124,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4006,
                                "end": 4010,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 19
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4011,
                                "end": 4021,
                                "loc": {
                                  "start": {
                                    "line": 124,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 124,
                                    "column": 30
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 4023,
                        "end": 4044,
                        "loc": {
                          "start": {
                            "line": 124,
                            "column": 32
                          },
                          "end": {
                            "line": 124,
                            "column": 53
                          }
                        },
                        "expression": {
                          "type": "AssignmentExpression",
                          "start": 4023,
                          "end": 4043,
                          "loc": {
                            "start": {
                              "line": 124,
                              "column": 32
                            },
                            "end": {
                              "line": 124,
                              "column": 52
                            }
                          },
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "start": 4023,
                            "end": 4038,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 32
                              },
                              "end": {
                                "line": 124,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4023,
                              "end": 4027,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 32
                                },
                                "end": {
                                  "line": 124,
                                  "column": 36
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4028,
                              "end": 4038,
                              "loc": {
                                "start": {
                                  "line": 124,
                                  "column": 37
                                },
                                "end": {
                                  "line": 124,
                                  "column": 47
                                }
                              },
                              "name": "_callbacks"
                            },
                            "computed": false
                          },
                          "right": {
                            "type": "ObjectExpression",
                            "start": 4041,
                            "end": 4043,
                            "loc": {
                              "start": {
                                "line": 124,
                                "column": 50
                              },
                              "end": {
                                "line": 124,
                                "column": 52
                              }
                            },
                            "properties": []
                          }
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4053,
                      "end": 4090,
                      "loc": {
                        "start": {
                          "line": 125,
                          "column": 8
                        },
                        "end": {
                          "line": 125,
                          "column": 45
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4057,
                          "end": 4089,
                          "loc": {
                            "start": {
                              "line": 125,
                              "column": 12
                            },
                            "end": {
                              "line": 125,
                              "column": 44
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4057,
                            "end": 4065,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 12
                              },
                              "end": {
                                "line": 125,
                                "column": 20
                              }
                            },
                            "name": "listener"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 4068,
                            "end": 4089,
                            "loc": {
                              "start": {
                                "line": 125,
                                "column": 23
                              },
                              "end": {
                                "line": 125,
                                "column": 44
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 4068,
                              "end": 4083,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 23
                                },
                                "end": {
                                  "line": 125,
                                  "column": 38
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4068,
                                "end": 4072,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 27
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4073,
                                "end": 4083,
                                "loc": {
                                  "start": {
                                    "line": 125,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 125,
                                    "column": 38
                                  }
                                },
                                "name": "_callbacks"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4084,
                              "end": 4088,
                              "loc": {
                                "start": {
                                  "line": 125,
                                  "column": 39
                                },
                                "end": {
                                  "line": 125,
                                  "column": 43
                                }
                              },
                              "name": "type"
                            },
                            "computed": true
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4099,
                      "end": 4159,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 8
                        },
                        "end": {
                          "line": 126,
                          "column": 68
                        }
                      },
                      "argument": {
                        "type": "LogicalExpression",
                        "start": 4106,
                        "end": 4158,
                        "loc": {
                          "start": {
                            "line": 126,
                            "column": 15
                          },
                          "end": {
                            "line": 126,
                            "column": 67
                          }
                        },
                        "left": {
                          "type": "UnaryExpression",
                          "start": 4106,
                          "end": 4116,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 15
                            },
                            "end": {
                              "line": 126,
                              "column": 25
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 4107,
                            "end": 4116,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 16
                              },
                              "end": {
                                "line": 126,
                                "column": 25
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 4108,
                              "end": 4116,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 17
                                },
                                "end": {
                                  "line": 126,
                                  "column": 25
                                }
                              },
                              "name": "listener"
                            }
                          }
                        },
                        "operator": "&&",
                        "right": {
                          "type": "LogicalExpression",
                          "start": 4121,
                          "end": 4157,
                          "loc": {
                            "start": {
                              "line": 126,
                              "column": 30
                            },
                            "end": {
                              "line": 126,
                              "column": 66
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 4121,
                            "end": 4132,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 30
                              },
                              "end": {
                                "line": 126,
                                "column": 41
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "UnaryExpression",
                              "start": 4122,
                              "end": 4132,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 31
                                },
                                "end": {
                                  "line": 126,
                                  "column": 41
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "UnaryExpression",
                                "start": 4123,
                                "end": 4132,
                                "loc": {
                                  "start": {
                                    "line": 126,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 126,
                                    "column": 41
                                  }
                                },
                                "operator": "!",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 4124,
                                  "end": 4132,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 41
                                    }
                                  },
                                  "name": "callback"
                                }
                              }
                            }
                          },
                          "operator": "||",
                          "right": {
                            "type": "BinaryExpression",
                            "start": 4136,
                            "end": 4157,
                            "loc": {
                              "start": {
                                "line": 126,
                                "column": 45
                              },
                              "end": {
                                "line": 126,
                                "column": 66
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 4136,
                              "end": 4144,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 45
                                },
                                "end": {
                                  "line": 126,
                                  "column": 53
                                }
                              },
                              "name": "callback"
                            },
                            "operator": "===",
                            "right": {
                              "type": "Identifier",
                              "start": 4149,
                              "end": 4157,
                              "loc": {
                                "start": {
                                  "line": 126,
                                  "column": 58
                                },
                                "end": {
                                  "line": 126,
                                  "column": 66
                                }
                              },
                              "name": "listener"
                            }
                          },
                          "parenthesizedExpression": true
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4171,
              "end": 4824,
              "loc": {
                "start": {
                  "line": 129,
                  "column": 4
                },
                "end": {
                  "line": 141,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4178,
                "end": 4183,
                "loc": {
                  "start": {
                    "line": 129,
                    "column": 11
                  },
                  "end": {
                    "line": 129,
                    "column": 16
                  }
                },
                "name": "mixin"
              },
              "static": true,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4183,
                "end": 4824,
                "loc": {
                  "start": {
                    "line": 129,
                    "column": 16
                  },
                  "end": {
                    "line": 141,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4184,
                    "end": 4190,
                    "loc": {
                      "start": {
                        "line": 129,
                        "column": 17
                      },
                      "end": {
                        "line": 129,
                        "column": 23
                      }
                    },
                    "name": "object"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 4192,
                    "end": 4207,
                    "loc": {
                      "start": {
                        "line": 129,
                        "column": 25
                      },
                      "end": {
                        "line": 129,
                        "column": 40
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 4192,
                      "end": 4200,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 25
                        },
                        "end": {
                          "line": 129,
                          "column": 33
                        }
                      },
                      "name": "handlers"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 4203,
                      "end": 4207,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 36
                        },
                        "end": {
                          "line": 129,
                          "column": 40
                        }
                      },
                      "value": null,
                      "rawValue": null,
                      "raw": "null"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4209,
                  "end": 4824,
                  "loc": {
                    "start": {
                      "line": 129,
                      "column": 42
                    },
                    "end": {
                      "line": 141,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4219,
                      "end": 4269,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 8
                        },
                        "end": {
                          "line": 130,
                          "column": 58
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4219,
                        "end": 4268,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 8
                          },
                          "end": {
                            "line": 130,
                            "column": 57
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4219,
                          "end": 4237,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 8
                            },
                            "end": {
                              "line": 130,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4219,
                            "end": 4225,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 8
                              },
                              "end": {
                                "line": 130,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4226,
                            "end": 4237,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 15
                              },
                              "end": {
                                "line": 130,
                                "column": 26
                              }
                            },
                            "name": "hasListener"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4240,
                          "end": 4268,
                          "loc": {
                            "start": {
                              "line": 130,
                              "column": 29
                            },
                            "end": {
                              "line": 130,
                              "column": 57
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4240,
                            "end": 4256,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 29
                              },
                              "end": {
                                "line": 130,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4240,
                              "end": 4246,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 29
                                },
                                "end": {
                                  "line": 130,
                                  "column": 35
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4247,
                              "end": 4256,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 36
                                },
                                "end": {
                                  "line": 130,
                                  "column": 45
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4257,
                            "end": 4268,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 46
                              },
                              "end": {
                                "line": 130,
                                "column": 57
                              }
                            },
                            "name": "hasListener"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4278,
                      "end": 4310,
                      "loc": {
                        "start": {
                          "line": 131,
                          "column": 8
                        },
                        "end": {
                          "line": 131,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4278,
                        "end": 4309,
                        "loc": {
                          "start": {
                            "line": 131,
                            "column": 8
                          },
                          "end": {
                            "line": 131,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4278,
                          "end": 4287,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 8
                            },
                            "end": {
                              "line": 131,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4278,
                            "end": 4284,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 8
                              },
                              "end": {
                                "line": 131,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4285,
                            "end": 4287,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 15
                              },
                              "end": {
                                "line": 131,
                                "column": 17
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4290,
                          "end": 4309,
                          "loc": {
                            "start": {
                              "line": 131,
                              "column": 20
                            },
                            "end": {
                              "line": 131,
                              "column": 39
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4290,
                            "end": 4306,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 20
                              },
                              "end": {
                                "line": 131,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4290,
                              "end": 4296,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 20
                                },
                                "end": {
                                  "line": 131,
                                  "column": 26
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4297,
                              "end": 4306,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 27
                                },
                                "end": {
                                  "line": 131,
                                  "column": 36
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4307,
                            "end": 4309,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 37
                              },
                              "end": {
                                "line": 131,
                                "column": 39
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4319,
                      "end": 4355,
                      "loc": {
                        "start": {
                          "line": 132,
                          "column": 8
                        },
                        "end": {
                          "line": 132,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4319,
                        "end": 4354,
                        "loc": {
                          "start": {
                            "line": 132,
                            "column": 8
                          },
                          "end": {
                            "line": 132,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4319,
                          "end": 4330,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 8
                            },
                            "end": {
                              "line": 132,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4319,
                            "end": 4325,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 8
                              },
                              "end": {
                                "line": 132,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4326,
                            "end": 4330,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 15
                              },
                              "end": {
                                "line": 132,
                                "column": 19
                              }
                            },
                            "name": "once"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4333,
                          "end": 4354,
                          "loc": {
                            "start": {
                              "line": 132,
                              "column": 22
                            },
                            "end": {
                              "line": 132,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4333,
                            "end": 4349,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 22
                              },
                              "end": {
                                "line": 132,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4333,
                              "end": 4339,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 22
                                },
                                "end": {
                                  "line": 132,
                                  "column": 28
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4340,
                              "end": 4349,
                              "loc": {
                                "start": {
                                  "line": 132,
                                  "column": 29
                                },
                                "end": {
                                  "line": 132,
                                  "column": 38
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4350,
                            "end": 4354,
                            "loc": {
                              "start": {
                                "line": 132,
                                "column": 39
                              },
                              "end": {
                                "line": 132,
                                "column": 43
                              }
                            },
                            "name": "once"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4364,
                      "end": 4406,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 8
                        },
                        "end": {
                          "line": 133,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4364,
                        "end": 4405,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 8
                          },
                          "end": {
                            "line": 133,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4364,
                          "end": 4378,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 8
                            },
                            "end": {
                              "line": 133,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4364,
                            "end": 4370,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 8
                              },
                              "end": {
                                "line": 133,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4371,
                            "end": 4378,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 15
                              },
                              "end": {
                                "line": 133,
                                "column": 22
                              }
                            },
                            "name": "inspect"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4381,
                          "end": 4405,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 25
                            },
                            "end": {
                              "line": 133,
                              "column": 49
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4381,
                            "end": 4397,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 25
                              },
                              "end": {
                                "line": 133,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4381,
                              "end": 4387,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 25
                                },
                                "end": {
                                  "line": 133,
                                  "column": 31
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4388,
                              "end": 4397,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 32
                                },
                                "end": {
                                  "line": 133,
                                  "column": 41
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4398,
                            "end": 4405,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 42
                              },
                              "end": {
                                "line": 133,
                                "column": 49
                              }
                            },
                            "name": "inspect"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4415,
                      "end": 4471,
                      "loc": {
                        "start": {
                          "line": 134,
                          "column": 8
                        },
                        "end": {
                          "line": 134,
                          "column": 64
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4415,
                        "end": 4470,
                        "loc": {
                          "start": {
                            "line": 134,
                            "column": 8
                          },
                          "end": {
                            "line": 134,
                            "column": 63
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4415,
                          "end": 4436,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 8
                            },
                            "end": {
                              "line": 134,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4415,
                            "end": 4421,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 8
                              },
                              "end": {
                                "line": 134,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4422,
                            "end": 4436,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 15
                              },
                              "end": {
                                "line": 134,
                                "column": 29
                              }
                            },
                            "name": "removeListener"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4439,
                          "end": 4470,
                          "loc": {
                            "start": {
                              "line": 134,
                              "column": 32
                            },
                            "end": {
                              "line": 134,
                              "column": 63
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4439,
                            "end": 4455,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 32
                              },
                              "end": {
                                "line": 134,
                                "column": 48
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4439,
                              "end": 4445,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 32
                                },
                                "end": {
                                  "line": 134,
                                  "column": 38
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4446,
                              "end": 4455,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 39
                                },
                                "end": {
                                  "line": 134,
                                  "column": 48
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4456,
                            "end": 4470,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 49
                              },
                              "end": {
                                "line": 134,
                                "column": 63
                              }
                            },
                            "name": "removeListener"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4480,
                      "end": 4538,
                      "loc": {
                        "start": {
                          "line": 135,
                          "column": 8
                        },
                        "end": {
                          "line": 135,
                          "column": 66
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4480,
                        "end": 4537,
                        "loc": {
                          "start": {
                            "line": 135,
                            "column": 8
                          },
                          "end": {
                            "line": 135,
                            "column": 65
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4480,
                          "end": 4502,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 8
                            },
                            "end": {
                              "line": 135,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4480,
                            "end": 4486,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 8
                              },
                              "end": {
                                "line": 135,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4487,
                            "end": 4502,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 15
                              },
                              "end": {
                                "line": 135,
                                "column": 30
                              }
                            },
                            "name": "removeListeners"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4505,
                          "end": 4537,
                          "loc": {
                            "start": {
                              "line": 135,
                              "column": 33
                            },
                            "end": {
                              "line": 135,
                              "column": 65
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4505,
                            "end": 4521,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 33
                              },
                              "end": {
                                "line": 135,
                                "column": 49
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4505,
                              "end": 4511,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 33
                                },
                                "end": {
                                  "line": 135,
                                  "column": 39
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4512,
                              "end": 4521,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 40
                                },
                                "end": {
                                  "line": 135,
                                  "column": 49
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4522,
                            "end": 4537,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 50
                              },
                              "end": {
                                "line": 135,
                                "column": 65
                              }
                            },
                            "name": "removeListeners"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4547,
                      "end": 4607,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 8
                        },
                        "end": {
                          "line": 136,
                          "column": 68
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4547,
                        "end": 4606,
                        "loc": {
                          "start": {
                            "line": 136,
                            "column": 8
                          },
                          "end": {
                            "line": 136,
                            "column": 67
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4547,
                          "end": 4570,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 8
                            },
                            "end": {
                              "line": 136,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4547,
                            "end": 4553,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 8
                              },
                              "end": {
                                "line": 136,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4554,
                            "end": 4570,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 15
                              },
                              "end": {
                                "line": 136,
                                "column": 31
                              }
                            },
                            "name": "removeInspectors"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4573,
                          "end": 4606,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 34
                            },
                            "end": {
                              "line": 136,
                              "column": 67
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4573,
                            "end": 4589,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 34
                              },
                              "end": {
                                "line": 136,
                                "column": 50
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4573,
                              "end": 4579,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 34
                                },
                                "end": {
                                  "line": 136,
                                  "column": 40
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4580,
                              "end": 4589,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 41
                                },
                                "end": {
                                  "line": 136,
                                  "column": 50
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4590,
                            "end": 4606,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 51
                              },
                              "end": {
                                "line": 136,
                                "column": 67
                              }
                            },
                            "name": "removeInspectors"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4616,
                      "end": 4652,
                      "loc": {
                        "start": {
                          "line": 137,
                          "column": 8
                        },
                        "end": {
                          "line": 137,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4616,
                        "end": 4651,
                        "loc": {
                          "start": {
                            "line": 137,
                            "column": 8
                          },
                          "end": {
                            "line": 137,
                            "column": 43
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4616,
                          "end": 4627,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 8
                            },
                            "end": {
                              "line": 137,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4616,
                            "end": 4622,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 8
                              },
                              "end": {
                                "line": 137,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4623,
                            "end": 4627,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 15
                              },
                              "end": {
                                "line": 137,
                                "column": 19
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4630,
                          "end": 4651,
                          "loc": {
                            "start": {
                              "line": 137,
                              "column": 22
                            },
                            "end": {
                              "line": 137,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4630,
                            "end": 4646,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 22
                              },
                              "end": {
                                "line": 137,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4630,
                              "end": 4636,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 22
                                },
                                "end": {
                                  "line": 137,
                                  "column": 28
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4637,
                              "end": 4646,
                              "loc": {
                                "start": {
                                  "line": 137,
                                  "column": 29
                                },
                                "end": {
                                  "line": 137,
                                  "column": 38
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4647,
                            "end": 4651,
                            "loc": {
                              "start": {
                                "line": 137,
                                "column": 39
                              },
                              "end": {
                                "line": 137,
                                "column": 43
                              }
                            },
                            "name": "emit"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4661,
                      "end": 4701,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 8
                        },
                        "end": {
                          "line": 138,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4661,
                        "end": 4700,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 8
                          },
                          "end": {
                            "line": 138,
                            "column": 47
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4661,
                          "end": 4674,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 8
                            },
                            "end": {
                              "line": 138,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4661,
                            "end": 4667,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 8
                              },
                              "end": {
                                "line": 138,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4668,
                            "end": 4674,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 15
                              },
                              "end": {
                                "line": 138,
                                "column": 21
                              }
                            },
                            "name": "bubble"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4677,
                          "end": 4700,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 24
                            },
                            "end": {
                              "line": 138,
                              "column": 47
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4677,
                            "end": 4693,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 24
                              },
                              "end": {
                                "line": 138,
                                "column": 40
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4677,
                              "end": 4683,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 24
                                },
                                "end": {
                                  "line": 138,
                                  "column": 30
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4684,
                              "end": 4693,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 31
                                },
                                "end": {
                                  "line": 138,
                                  "column": 40
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4694,
                            "end": 4700,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 41
                              },
                              "end": {
                                "line": 138,
                                "column": 47
                              }
                            },
                            "name": "bubble"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4710,
                      "end": 4762,
                      "loc": {
                        "start": {
                          "line": 139,
                          "column": 8
                        },
                        "end": {
                          "line": 139,
                          "column": 60
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4710,
                        "end": 4761,
                        "loc": {
                          "start": {
                            "line": 139,
                            "column": 8
                          },
                          "end": {
                            "line": 139,
                            "column": 59
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4710,
                          "end": 4729,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 8
                            },
                            "end": {
                              "line": 139,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 4710,
                            "end": 4716,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 8
                              },
                              "end": {
                                "line": 139,
                                "column": 14
                              }
                            },
                            "name": "object"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4717,
                            "end": 4729,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 15
                              },
                              "end": {
                                "line": 139,
                                "column": 27
                              }
                            },
                            "name": "findListener"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 4732,
                          "end": 4761,
                          "loc": {
                            "start": {
                              "line": 139,
                              "column": 30
                            },
                            "end": {
                              "line": 139,
                              "column": 59
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4732,
                            "end": 4748,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 30
                              },
                              "end": {
                                "line": 139,
                                "column": 46
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 4732,
                              "end": 4738,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 30
                                },
                                "end": {
                                  "line": 139,
                                  "column": 36
                                }
                              },
                              "name": "Events"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4739,
                              "end": 4748,
                              "loc": {
                                "start": {
                                  "line": 139,
                                  "column": 37
                                },
                                "end": {
                                  "line": 139,
                                  "column": 46
                                }
                              },
                              "name": "prototype"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4749,
                            "end": 4761,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 47
                              },
                              "end": {
                                "line": 139,
                                "column": 59
                              }
                            },
                            "name": "findListener"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 4771,
                      "end": 4818,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 55
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 4775,
                        "end": 4783,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 12
                          },
                          "end": {
                            "line": 140,
                            "column": 20
                          }
                        },
                        "name": "handlers"
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 4785,
                        "end": 4818,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 22
                          },
                          "end": {
                            "line": 140,
                            "column": 55
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 4785,
                          "end": 4817,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 22
                            },
                            "end": {
                              "line": 140,
                              "column": 54
                            }
                          },
                          "callee": {
                            "type": "CallExpression",
                            "start": 4785,
                            "end": 4807,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 22
                              },
                              "end": {
                                "line": 140,
                                "column": 44
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4785,
                              "end": 4799,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 22
                                },
                                "end": {
                                  "line": 140,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4785,
                                "end": 4794,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4785,
                                  "end": 4791,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 28
                                    }
                                  },
                                  "name": "object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4792,
                                  "end": 4794,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 31
                                    }
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4795,
                                "end": 4799,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 36
                                  }
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4800,
                                "end": 4806,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 43
                                  }
                                },
                                "name": "object"
                              }
                            ]
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 4808,
                              "end": 4816,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 45
                                },
                                "end": {
                                  "line": 140,
                                  "column": 53
                                }
                              },
                              "name": "handlers"
                            }
                          ]
                        }
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}