{
  "type": "Program",
  "start": 0,
  "end": 2396,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 90,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 36,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 36
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 13,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "name": "Plugin"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 19,
        "end": 35,
        "loc": {
          "start": {
            "line": 1,
            "column": 19
          },
          "end": {
            "line": 1,
            "column": 35
          }
        },
        "value": "../plugin/base",
        "rawValue": "../plugin/base",
        "raw": "'../plugin/base'"
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 38,
      "end": 2395,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 89,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 53,
        "end": 2395,
        "loc": {
          "start": {
            "line": 3,
            "column": 15
          },
          "end": {
            "line": 89,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 59,
          "end": 70,
          "loc": {
            "start": {
              "line": 3,
              "column": 21
            },
            "end": {
              "line": 3,
              "column": 32
            }
          },
          "name": "Integration"
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 71,
          "end": 2395,
          "loc": {
            "start": {
              "line": 3,
              "column": 33
            },
            "end": {
              "line": 89,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 77,
              "end": 839,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4
                },
                "end": {
                  "line": 27,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 77,
                "end": 88,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4
                  },
                  "end": {
                    "line": 4,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 88,
                "end": 839,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 27,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 89,
                    "end": 96,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 23
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 98,
                  "end": 839,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 25
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 109,
                      "end": 365,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 109,
                        "end": 364,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 109,
                          "end": 121,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 109,
                            "end": 113,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 114,
                            "end": 121,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 13
                              },
                              "end": {
                                "line": 6,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 124,
                          "end": 364,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 23
                            },
                            "end": {
                              "line": 12,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 138,
                              "end": 153,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 12
                                },
                                "end": {
                                  "line": 7,
                                  "column": 27
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 138,
                                "end": 142,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 16
                                  }
                                },
                                "name": "view"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 144,
                                "end": 153,
                                "loc": {
                                  "start": {
                                    "line": 7,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 7,
                                    "column": 27
                                  }
                                },
                                "name": "undefined"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 167,
                              "end": 184,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 12
                                },
                                "end": {
                                  "line": 8,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 167,
                                "end": 173,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 18
                                  }
                                },
                                "name": "socket"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 175,
                                "end": 184,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 29
                                  }
                                },
                                "name": "undefined"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 198,
                              "end": 211,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 12
                                },
                                "end": {
                                  "line": 9,
                                  "column": 25
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 198,
                                "end": 205,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 19
                                  }
                                },
                                "name": "enabled"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 207,
                                "end": 211,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 25
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 225,
                              "end": 330,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12
                                },
                                "end": {
                                  "line": 10,
                                  "column": 117
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 225,
                                "end": 230,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 17
                                  }
                                },
                                "name": "style"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 232,
                                "end": 330,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 117
                                  }
                                },
                                "value": "position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; display: none;",
                                "rawValue": "position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; display: none;",
                                "raw": "'position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; display: none;'"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 344,
                              "end": 354,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 12
                                },
                                "end": {
                                  "line": 11,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 347,
                                "end": 354,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 375,
                      "end": 490,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 15,
                          "column": 89
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 379,
                        "end": 399,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 12
                          },
                          "end": {
                            "line": 14,
                            "column": 32
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 380,
                          "end": 399,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 13
                            },
                            "end": {
                              "line": 14,
                              "column": 32
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "UnaryExpression",
                            "start": 381,
                            "end": 399,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 14
                              },
                              "end": {
                                "line": 14,
                                "column": 32
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "MemberExpression",
                              "start": 382,
                              "end": 399,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 15
                                },
                                "end": {
                                  "line": 14,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 382,
                                "end": 394,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 382,
                                  "end": 386,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 19
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 387,
                                  "end": 394,
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 27
                                    }
                                  },
                                  "name": "options"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 395,
                                "end": 399,
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 32
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            }
                          }
                        }
                      },
                      "consequent": {
                        "type": "ThrowStatement",
                        "start": 413,
                        "end": 490,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 12
                          },
                          "end": {
                            "line": 15,
                            "column": 89
                          }
                        },
                        "argument": {
                          "type": "Literal",
                          "start": 419,
                          "end": 488,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 18
                            },
                            "end": {
                              "line": 15,
                              "column": 87
                            }
                          },
                          "value": "Integration needs a view passed in: new Integration({ view: ... })!",
                          "rawValue": "Integration needs a view passed in: new Integration({ view: ... })!",
                          "raw": "\"Integration needs a view passed in: new Integration({ view: ... })!\"",
                          "parenthesizedExpression": true
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 500,
                      "end": 518,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 500,
                        "end": 517,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 500,
                          "end": 512,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 500,
                            "end": 504,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 505,
                            "end": 512,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 13
                              },
                              "end": {
                                "line": 17,
                                "column": 20
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 515,
                          "end": 517,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 23
                            },
                            "end": {
                              "line": 17,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 527,
                      "end": 557,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 527,
                        "end": 556,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 527,
                          "end": 536,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 527,
                            "end": 531,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 532,
                            "end": 536,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 17
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 539,
                          "end": 556,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 20
                            },
                            "end": {
                              "line": 18,
                              "column": 37
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 539,
                            "end": 551,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 20
                              },
                              "end": {
                                "line": 18,
                                "column": 32
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 539,
                              "end": 543,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 20
                                },
                                "end": {
                                  "line": 18,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 544,
                              "end": 551,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 25
                                },
                                "end": {
                                  "line": 18,
                                  "column": 32
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 552,
                            "end": 556,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 33
                              },
                              "end": {
                                "line": 18,
                                "column": 37
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 566,
                      "end": 597,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 566,
                        "end": 596,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 566,
                          "end": 577,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 566,
                            "end": 570,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 571,
                            "end": 577,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 13
                              },
                              "end": {
                                "line": 19,
                                "column": 19
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 580,
                          "end": 596,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 22
                            },
                            "end": {
                              "line": 19,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 580,
                            "end": 589,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 22
                              },
                              "end": {
                                "line": 19,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 580,
                              "end": 584,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 22
                                },
                                "end": {
                                  "line": 19,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 585,
                              "end": 589,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 27
                                },
                                "end": {
                                  "line": 19,
                                  "column": 31
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 590,
                            "end": 596,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 32
                              },
                              "end": {
                                "line": 19,
                                "column": 38
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 607,
                      "end": 648,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 49
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 607,
                        "end": 647,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 48
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 607,
                          "end": 615,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 607,
                            "end": 611,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 612,
                            "end": 615,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 16
                              }
                            },
                            "name": "dom"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 618,
                          "end": 647,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 19
                            },
                            "end": {
                              "line": 21,
                              "column": 48
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 618,
                            "end": 640,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 19
                              },
                              "end": {
                                "line": 21,
                                "column": 41
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 618,
                              "end": 626,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 19
                                },
                                "end": {
                                  "line": 21,
                                  "column": 27
                                }
                              },
                              "name": "document"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 627,
                              "end": 640,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 28
                                },
                                "end": {
                                  "line": 21,
                                  "column": 41
                                }
                              },
                              "name": "createElement"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 641,
                              "end": 646,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 42
                                },
                                "end": {
                                  "line": 21,
                                  "column": 47
                                }
                              },
                              "value": "div",
                              "rawValue": "div",
                              "raw": "'div'"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 657,
                      "end": 701,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 657,
                        "end": 700,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 8
                          },
                          "end": {
                            "line": 22,
                            "column": 51
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 657,
                          "end": 679,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 657,
                            "end": 671,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 657,
                              "end": 665,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 8
                                },
                                "end": {
                                  "line": 22,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 657,
                                "end": 661,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 662,
                                "end": 665,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 16
                                  }
                                },
                                "name": "dom"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 666,
                              "end": 671,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 17
                                },
                                "end": {
                                  "line": 22,
                                  "column": 22
                                }
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 672,
                            "end": 679,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 23
                              },
                              "end": {
                                "line": 22,
                                "column": 30
                              }
                            },
                            "name": "cssText"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 682,
                          "end": 700,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 33
                            },
                            "end": {
                              "line": 22,
                              "column": 51
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 682,
                            "end": 694,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 33
                              },
                              "end": {
                                "line": 22,
                                "column": 45
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 682,
                              "end": 686,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 33
                                },
                                "end": {
                                  "line": 22,
                                  "column": 37
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 687,
                              "end": 694,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 38
                                },
                                "end": {
                                  "line": 22,
                                  "column": 45
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 695,
                            "end": 700,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 46
                              },
                              "end": {
                                "line": 22,
                                "column": 51
                              }
                            },
                            "name": "style"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 710,
                      "end": 746,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 710,
                        "end": 745,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 43
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 710,
                          "end": 735,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 710,
                            "end": 723,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 710,
                              "end": 719,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 8
                                },
                                "end": {
                                  "line": 23,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 710,
                                "end": 714,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 715,
                                "end": 719,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 17
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 720,
                              "end": 723,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 18
                                },
                                "end": {
                                  "line": 23,
                                  "column": 21
                                }
                              },
                              "name": "dom"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 724,
                            "end": 735,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 22
                              },
                              "end": {
                                "line": 23,
                                "column": 33
                              }
                            },
                            "name": "appendChild"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 736,
                            "end": 744,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 34
                              },
                              "end": {
                                "line": 23,
                                "column": 42
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 736,
                              "end": 740,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 34
                                },
                                "end": {
                                  "line": 23,
                                  "column": 38
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 741,
                              "end": 744,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 39
                                },
                                "end": {
                                  "line": 23,
                                  "column": 42
                                }
                              },
                              "name": "dom"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 756,
                      "end": 793,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 8
                        },
                        "end": {
                          "line": 25,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 756,
                        "end": 792,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 8
                          },
                          "end": {
                            "line": 25,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 756,
                          "end": 769,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 25,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 756,
                            "end": 760,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 8
                              },
                              "end": {
                                "line": 25,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 761,
                            "end": 769,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 13
                              },
                              "end": {
                                "line": 25,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 772,
                          "end": 792,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 24
                            },
                            "end": {
                              "line": 25,
                              "column": 44
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 772,
                            "end": 784,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 24
                              },
                              "end": {
                                "line": 25,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 772,
                              "end": 776,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 24
                                },
                                "end": {
                                  "line": 25,
                                  "column": 28
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 777,
                              "end": 784,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 29
                                },
                                "end": {
                                  "line": 25,
                                  "column": 36
                                }
                              },
                              "name": "options"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 785,
                            "end": 792,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 37
                              },
                              "end": {
                                "line": 25,
                                "column": 44
                              }
                            },
                            "name": "enabled"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 802,
                      "end": 833,
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 8
                        },
                        "end": {
                          "line": 26,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "LogicalExpression",
                        "start": 802,
                        "end": 832,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 8
                          },
                          "end": {
                            "line": 26,
                            "column": 38
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 802,
                          "end": 815,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 8
                            },
                            "end": {
                              "line": 26,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 802,
                            "end": 806,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 8
                              },
                              "end": {
                                "line": 26,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 807,
                            "end": 815,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 13
                              },
                              "end": {
                                "line": 26,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "CallExpression",
                          "start": 819,
                          "end": 832,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 25
                            },
                            "end": {
                              "line": 26,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 819,
                            "end": 830,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 25
                              },
                              "end": {
                                "line": 26,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 819,
                              "end": 823,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 25
                                },
                                "end": {
                                  "line": 26,
                                  "column": 29
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 824,
                              "end": 830,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 30
                                },
                                "end": {
                                  "line": 26,
                                  "column": 36
                                }
                              },
                              "name": "enable"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 845,
              "end": 1040,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 4
                },
                "end": {
                  "line": 33,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 851,
                "end": 858,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 10
                  },
                  "end": {
                    "line": 29,
                    "column": 17
                  }
                },
                "name": "destroy"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 858,
                "end": 1040,
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 17
                  },
                  "end": {
                    "line": 33,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 861,
                  "end": 1040,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 20
                    },
                    "end": {
                      "line": 33,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 871,
                      "end": 962,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 99
                        }
                      },
                      "expression": {
                        "type": "AwaitExpression",
                        "start": 871,
                        "end": 961,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 98
                          }
                        },
                        "all": false,
                        "argument": {
                          "type": "CallExpression",
                          "start": 877,
                          "end": 961,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 14
                            },
                            "end": {
                              "line": 30,
                              "column": 98
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 877,
                            "end": 888,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 14
                              },
                              "end": {
                                "line": 30,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 877,
                              "end": 884,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 14
                                },
                                "end": {
                                  "line": 30,
                                  "column": 21
                                }
                              },
                              "name": "Promise"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 885,
                              "end": 888,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 22
                                },
                                "end": {
                                  "line": 30,
                                  "column": 25
                                }
                              },
                              "name": "all"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 889,
                              "end": 960,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 26
                                },
                                "end": {
                                  "line": 30,
                                  "column": 97
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 889,
                                "end": 918,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 889,
                                  "end": 914,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 51
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 889,
                                    "end": 900,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 889,
                                      "end": 895,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 32
                                        }
                                      },
                                      "name": "Object"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 896,
                                      "end": 900,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 37
                                        }
                                      },
                                      "name": "keys"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 901,
                                      "end": 913,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 901,
                                        "end": 905,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 906,
                                        "end": 913,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 50
                                          }
                                        },
                                        "name": "plugins"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 915,
                                  "end": 918,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 55
                                    }
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 919,
                                  "end": 959,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 96
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 919,
                                      "end": 925,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 62
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 929,
                                    "end": 959,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 96
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 929,
                                      "end": 957,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 94
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 929,
                                        "end": 949,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 86
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 929,
                                          "end": 941,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 78
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 929,
                                            "end": 933,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 934,
                                            "end": 941,
                                            "loc": {
                                              "start": {
                                                "line": 30,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 30,
                                                "column": 78
                                              }
                                            },
                                            "name": "plugins"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 942,
                                          "end": 948,
                                          "loc": {
                                            "start": {
                                              "line": 30,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 30,
                                              "column": 85
                                            }
                                          },
                                          "name": "plugin"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 950,
                                        "end": 957,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 94
                                          }
                                        },
                                        "name": "destroy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 971,
                      "end": 989,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 971,
                        "end": 988,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 971,
                          "end": 983,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 971,
                            "end": 975,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 976,
                            "end": 983,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 20
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 986,
                          "end": 988,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 23
                            },
                            "end": {
                              "line": 31,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 998,
                      "end": 1034,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 998,
                        "end": 1033,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 43
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 998,
                          "end": 1023,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 998,
                            "end": 1011,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 998,
                              "end": 1007,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 998,
                                "end": 1002,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1003,
                                "end": 1007,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 17
                                  }
                                },
                                "name": "view"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1008,
                              "end": 1011,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 18
                                },
                                "end": {
                                  "line": 32,
                                  "column": 21
                                }
                              },
                              "name": "dom"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1012,
                            "end": 1023,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 22
                              },
                              "end": {
                                "line": 32,
                                "column": 33
                              }
                            },
                            "name": "removeChild"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1024,
                            "end": 1032,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 34
                              },
                              "end": {
                                "line": 32,
                                "column": 42
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1024,
                              "end": 1028,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 34
                                },
                                "end": {
                                  "line": 32,
                                  "column": 38
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1029,
                              "end": 1032,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 39
                                },
                                "end": {
                                  "line": 32,
                                  "column": 42
                                }
                              },
                              "name": "dom"
                            },
                            "computed": false
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1046,
              "end": 1794,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 4
                },
                "end": {
                  "line": 52,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1046,
                "end": 1049,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 4
                  },
                  "end": {
                    "line": 35,
                    "column": 7
                  }
                },
                "name": "use"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1049,
                "end": 1794,
                "loc": {
                  "start": {
                    "line": 35,
                    "column": 7
                  },
                  "end": {
                    "line": 52,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 1050,
                    "end": 1060,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 8
                      },
                      "end": {
                        "line": 35,
                        "column": 18
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 1053,
                      "end": 1060,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 11
                        },
                        "end": {
                          "line": 35,
                          "column": 18
                        }
                      },
                      "name": "plugins"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1062,
                  "end": 1794,
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 20
                    },
                    "end": {
                      "line": 52,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1072,
                      "end": 1788,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1072,
                        "end": 1787,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1072,
                          "end": 1087,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1072,
                            "end": 1079,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 15
                              }
                            },
                            "name": "plugins"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1080,
                            "end": 1087,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 16
                              },
                              "end": {
                                "line": 36,
                                "column": 23
                              }
                            },
                            "name": "forEach"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1088,
                            "end": 1786,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 24
                              },
                              "end": {
                                "line": 51,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1088,
                                "end": 1094,
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 30
                                  }
                                },
                                "name": "plugin"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1098,
                              "end": 1786,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 34
                                },
                                "end": {
                                  "line": 51,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 1112,
                                  "end": 1776,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 14
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 1112,
                                    "end": 1775,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 13
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1112,
                                      "end": 1124,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 1112,
                                        "end": 1116,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1117,
                                        "end": 1124,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 24
                                          }
                                        },
                                        "name": "plugins"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ObjectExpression",
                                      "start": 1127,
                                      "end": 1775,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 13
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "SpreadProperty",
                                          "start": 1145,
                                          "end": 1160,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 31
                                            }
                                          },
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 1148,
                                            "end": 1160,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1148,
                                              "end": 1152,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 19
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1153,
                                              "end": 1160,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 31
                                                }
                                              },
                                              "name": "plugins"
                                            },
                                            "computed": false
                                          }
                                        },
                                        {
                                          "type": "Property",
                                          "start": 1178,
                                          "end": 1761,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 49,
                                              "column": 18
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": true,
                                          "key": {
                                            "type": "MemberExpression",
                                            "start": 1179,
                                            "end": 1190,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 28
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1179,
                                              "end": 1185,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 23
                                                }
                                              },
                                              "name": "plugin"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1186,
                                              "end": 1190,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 28
                                                }
                                              },
                                              "name": "name"
                                            },
                                            "computed": false
                                          },
                                          "value": {
                                            "type": "CallExpression",
                                            "start": 1193,
                                            "end": 1761,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 49,
                                                "column": 18
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1193,
                                              "end": 1202,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 40
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1193,
                                                "end": 1199,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "plugin"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1200,
                                                "end": 1202,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 40
                                                  }
                                                },
                                                "name": "on"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 1203,
                                                "end": 1760,
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 49,
                                                    "column": 17
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 1225,
                                                    "end": 1484,
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 21
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": true,
                                                    "key": {
                                                      "type": "MemberExpression",
                                                      "start": 1226,
                                                      "end": 1249,
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 1226,
                                                        "end": 1239,
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 34
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1226,
                                                          "end": 1232,
                                                          "loc": {
                                                            "start": {
                                                              "line": 40,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 27
                                                            }
                                                          },
                                                          "name": "Plugin"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1233,
                                                          "end": 1239,
                                                          "loc": {
                                                            "start": {
                                                              "line": 40,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 34
                                                            }
                                                          },
                                                          "name": "Events"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1240,
                                                        "end": 1249,
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 44
                                                          }
                                                        },
                                                        "name": "Destroyed"
                                                      },
                                                      "computed": false
                                                    },
                                                    "value": {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 1252,
                                                      "end": 1484,
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 21
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 1258,
                                                        "end": 1484,
                                                        "loc": {
                                                          "start": {
                                                            "line": 40,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 21
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1328,
                                                            "end": 1353,
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 49
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 1328,
                                                              "end": 1352,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1328,
                                                                "end": 1350,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 46
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1328,
                                                                  "end": 1334,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "plugin",
                                                                  "leadingComments": null
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1335,
                                                                  "end": 1350,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 46
                                                                    }
                                                                  },
                                                                  "name": "removeListeners"
                                                                },
                                                                "computed": false,
                                                                "leadingComments": null
                                                              },
                                                              "arguments": [],
                                                              "leadingComments": null
                                                            },
                                                            "leadingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " Remove listeners",
                                                                "start": 1284,
                                                                "end": 1303,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 41,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 41,
                                                                    "column": 43
                                                                  }
                                                                },
                                                                "range": [
                                                                  1284,
                                                                  1303
                                                                ]
                                                              }
                                                            ],
                                                            "trailingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " Remove from integration",
                                                                "start": 1378,
                                                                "end": 1404,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 43,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 43,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "range": [
                                                                  1378,
                                                                  1404
                                                                ]
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 1429,
                                                            "end": 1462,
                                                            "loc": {
                                                              "start": {
                                                                "line": 44,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 44,
                                                                "column": 57
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "UnaryExpression",
                                                              "start": 1429,
                                                              "end": 1461,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 44,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 44,
                                                                  "column": 56
                                                                }
                                                              },
                                                              "operator": "delete",
                                                              "prefix": true,
                                                              "argument": {
                                                                "type": "MemberExpression",
                                                                "start": 1436,
                                                                "end": 1461,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 44,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 44,
                                                                    "column": 56
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1436,
                                                                  "end": 1448,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 1436,
                                                                    "end": 1440,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 44,
                                                                        "column": 31
                                                                      },
                                                                      "end": {
                                                                        "line": 44,
                                                                        "column": 35
                                                                      }
                                                                    },
                                                                    "leadingComments": null
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1441,
                                                                    "end": 1448,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 44,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 44,
                                                                        "column": 43
                                                                      }
                                                                    },
                                                                    "name": "plugins"
                                                                  },
                                                                  "computed": false,
                                                                  "leadingComments": null
                                                                },
                                                                "property": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1449,
                                                                  "end": 1460,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 55
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1449,
                                                                    "end": 1455,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 44,
                                                                        "column": 44
                                                                      },
                                                                      "end": {
                                                                        "line": 44,
                                                                        "column": 50
                                                                      }
                                                                    },
                                                                    "name": "plugin"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1456,
                                                                    "end": 1460,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 44,
                                                                        "column": 51
                                                                      },
                                                                      "end": {
                                                                        "line": 44,
                                                                        "column": 55
                                                                      }
                                                                    },
                                                                    "name": "name"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "computed": true,
                                                                "leadingComments": null
                                                              },
                                                              "leadingComments": null
                                                            },
                                                            "leadingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " Remove from integration",
                                                                "start": 1378,
                                                                "end": 1404,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 43,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 43,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "range": [
                                                                  1378,
                                                                  1404
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 1506,
                                                    "end": 1570,
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 84
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": true,
                                                    "key": {
                                                      "type": "MemberExpression",
                                                      "start": 1507,
                                                      "end": 1533,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 47
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 1507,
                                                        "end": 1520,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 34
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1507,
                                                          "end": 1513,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 27
                                                            }
                                                          },
                                                          "name": "Plugin"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1514,
                                                          "end": 1520,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 34
                                                            }
                                                          },
                                                          "name": "Events"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1521,
                                                        "end": 1533,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 47
                                                          }
                                                        },
                                                        "name": "RequestModal"
                                                      },
                                                      "computed": false
                                                    },
                                                    "value": {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 1536,
                                                      "end": 1570,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 84
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": true,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1536,
                                                          "end": 1543,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "options"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "CallExpression",
                                                        "start": 1547,
                                                        "end": 1570,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 84
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1547,
                                                          "end": 1561,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 75
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 1547,
                                                            "end": 1551,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 65
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1552,
                                                            "end": 1561,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 75
                                                              }
                                                            },
                                                            "name": "showModal"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 1562,
                                                            "end": 1569,
                                                            "loc": {
                                                              "start": {
                                                                "line": 46,
                                                                "column": 76
                                                              },
                                                              "end": {
                                                                "line": 46,
                                                                "column": 83
                                                              }
                                                            },
                                                            "name": "options"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 1592,
                                                    "end": 1656,
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 84
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": true,
                                                    "key": {
                                                      "type": "MemberExpression",
                                                      "start": 1593,
                                                      "end": 1619,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 47
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 1593,
                                                        "end": 1606,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 34
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1593,
                                                          "end": 1599,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 27
                                                            }
                                                          },
                                                          "name": "Plugin"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1600,
                                                          "end": 1606,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 34
                                                            }
                                                          },
                                                          "name": "Events"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1607,
                                                        "end": 1619,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 47
                                                          }
                                                        },
                                                        "name": "RequestLabel"
                                                      },
                                                      "computed": false
                                                    },
                                                    "value": {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 1622,
                                                      "end": 1656,
                                                      "loc": {
                                                        "start": {
                                                          "line": 47,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 84
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": true,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1622,
                                                          "end": 1629,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "options"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "CallExpression",
                                                        "start": 1633,
                                                        "end": 1656,
                                                        "loc": {
                                                          "start": {
                                                            "line": 47,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 84
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1633,
                                                          "end": 1647,
                                                          "loc": {
                                                            "start": {
                                                              "line": 47,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 47,
                                                              "column": 75
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 1633,
                                                            "end": 1637,
                                                            "loc": {
                                                              "start": {
                                                                "line": 47,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 47,
                                                                "column": 65
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1638,
                                                            "end": 1647,
                                                            "loc": {
                                                              "start": {
                                                                "line": 47,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 47,
                                                                "column": 75
                                                              }
                                                            },
                                                            "name": "showLabel"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 1648,
                                                            "end": 1655,
                                                            "loc": {
                                                              "start": {
                                                                "line": 47,
                                                                "column": 76
                                                              },
                                                              "end": {
                                                                "line": 47,
                                                                "column": 83
                                                              }
                                                            },
                                                            "name": "options"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 1678,
                                                    "end": 1742,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 84
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": true,
                                                    "key": {
                                                      "type": "MemberExpression",
                                                      "start": 1679,
                                                      "end": 1705,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 47
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 1679,
                                                        "end": 1692,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 34
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1679,
                                                          "end": 1685,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 27
                                                            }
                                                          },
                                                          "name": "Plugin"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1686,
                                                          "end": 1692,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 34
                                                            }
                                                          },
                                                          "name": "Events"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1693,
                                                        "end": 1705,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 47
                                                          }
                                                        },
                                                        "name": "RequestToast"
                                                      },
                                                      "computed": false
                                                    },
                                                    "value": {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 1708,
                                                      "end": 1742,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 50
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 84
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": true,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 1708,
                                                          "end": 1715,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 50
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 57
                                                            }
                                                          },
                                                          "name": "options"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "CallExpression",
                                                        "start": 1719,
                                                        "end": 1742,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 84
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1719,
                                                          "end": 1733,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 75
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 1719,
                                                            "end": 1723,
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 48,
                                                                "column": 65
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1724,
                                                            "end": 1733,
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 48,
                                                                "column": 75
                                                              }
                                                            },
                                                            "name": "showToast"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 1734,
                                                            "end": 1741,
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 76
                                                              },
                                                              "end": {
                                                                "line": 48,
                                                                "column": 83
                                                              }
                                                            },
                                                            "name": "options"
                                                          }
                                                        ]
                                                      }
                                                    },
                                                    "kind": "init"
                                                  }
                                                ]
                                              }
                                            ]
                                          },
                                          "kind": "init"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1800,
              "end": 1848,
              "loc": {
                "start": {
                  "line": 54,
                  "column": 4
                },
                "end": {
                  "line": 56,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1800,
                "end": 1809,
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 4
                  },
                  "end": {
                    "line": 54,
                    "column": 13
                  }
                },
                "name": "showModal"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1809,
                "end": 1848,
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 13
                  },
                  "end": {
                    "line": 56,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1810,
                    "end": 1817,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 14
                      },
                      "end": {
                        "line": 54,
                        "column": 21
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1819,
                  "end": 1848,
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 23
                    },
                    "end": {
                      "line": 56,
                      "column": 5
                    }
                  },
                  "body": [],
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": " show modal",
                      "start": 1829,
                      "end": 1842,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 21
                        }
                      },
                      "range": [
                        1829,
                        1842
                      ]
                    }
                  ],
                  "innerComments": [
                    {
                      "type": "CommentLine",
                      "value": " show modal",
                      "start": 1829,
                      "end": 1842,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 21
                        }
                      },
                      "range": [
                        1829,
                        1842
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1854,
              "end": 1902,
              "loc": {
                "start": {
                  "line": 58,
                  "column": 4
                },
                "end": {
                  "line": 60,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1854,
                "end": 1863,
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 4
                  },
                  "end": {
                    "line": 58,
                    "column": 13
                  }
                },
                "name": "showLabel",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1863,
                "end": 1902,
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 13
                  },
                  "end": {
                    "line": 60,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1864,
                    "end": 1871,
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 14
                      },
                      "end": {
                        "line": 58,
                        "column": 21
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1873,
                  "end": 1902,
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 23
                    },
                    "end": {
                      "line": 60,
                      "column": 5
                    }
                  },
                  "body": [],
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": " show label",
                      "start": 1883,
                      "end": 1896,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 8
                        },
                        "end": {
                          "line": 59,
                          "column": 21
                        }
                      },
                      "range": [
                        1883,
                        1896
                      ]
                    }
                  ],
                  "innerComments": [
                    {
                      "type": "CommentLine",
                      "value": " show label",
                      "start": 1883,
                      "end": 1896,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 8
                        },
                        "end": {
                          "line": 59,
                          "column": 21
                        }
                      },
                      "range": [
                        1883,
                        1896
                      ]
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " show modal",
                  "start": 1829,
                  "end": 1842,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 8
                    },
                    "end": {
                      "line": 55,
                      "column": 21
                    }
                  },
                  "range": [
                    1829,
                    1842
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1908,
              "end": 1956,
              "loc": {
                "start": {
                  "line": 62,
                  "column": 4
                },
                "end": {
                  "line": 64,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1908,
                "end": 1917,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 62,
                    "column": 13
                  }
                },
                "name": "showToast",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1917,
                "end": 1956,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 13
                  },
                  "end": {
                    "line": 64,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1918,
                    "end": 1925,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 14
                      },
                      "end": {
                        "line": 62,
                        "column": 21
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1927,
                  "end": 1956,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 23
                    },
                    "end": {
                      "line": 64,
                      "column": 5
                    }
                  },
                  "body": [],
                  "leadingComments": [
                    {
                      "type": "CommentLine",
                      "value": " show toast",
                      "start": 1937,
                      "end": 1950,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 21
                        }
                      },
                      "range": [
                        1937,
                        1950
                      ]
                    }
                  ],
                  "innerComments": [
                    {
                      "type": "CommentLine",
                      "value": " show toast",
                      "start": 1937,
                      "end": 1950,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 21
                        }
                      },
                      "range": [
                        1937,
                        1950
                      ]
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " show label",
                  "start": 1883,
                  "end": 1896,
                  "loc": {
                    "start": {
                      "line": 59,
                      "column": 8
                    },
                    "end": {
                      "line": 59,
                      "column": 21
                    }
                  },
                  "range": [
                    1883,
                    1896
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1962,
              "end": 2020,
              "loc": {
                "start": {
                  "line": 66,
                  "column": 4
                },
                "end": {
                  "line": 68,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1962,
                "end": 1966,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 4
                  },
                  "end": {
                    "line": 66,
                    "column": 8
                  }
                },
                "name": "show",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1966,
                "end": 2020,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 8
                  },
                  "end": {
                    "line": 68,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1969,
                  "end": 2020,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 11
                    },
                    "end": {
                      "line": 68,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1979,
                      "end": 2014,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 67,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1979,
                        "end": 2013,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 8
                          },
                          "end": {
                            "line": 67,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1979,
                          "end": 2001,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 8
                            },
                            "end": {
                              "line": 67,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1979,
                            "end": 1993,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 8
                              },
                              "end": {
                                "line": 67,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1979,
                              "end": 1987,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 8
                                },
                                "end": {
                                  "line": 67,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 1979,
                                "end": 1983,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1984,
                                "end": 1987,
                                "loc": {
                                  "start": {
                                    "line": 67,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 67,
                                    "column": 16
                                  }
                                },
                                "name": "dom"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1988,
                              "end": 1993,
                              "loc": {
                                "start": {
                                  "line": 67,
                                  "column": 17
                                },
                                "end": {
                                  "line": 67,
                                  "column": 22
                                }
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1994,
                            "end": 2001,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 23
                              },
                              "end": {
                                "line": 67,
                                "column": 30
                              }
                            },
                            "name": "display"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2004,
                          "end": 2013,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 33
                            },
                            "end": {
                              "line": 67,
                              "column": 42
                            }
                          },
                          "value": "visible",
                          "rawValue": "visible",
                          "raw": "'visible'"
                        }
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " show toast",
                  "start": 1937,
                  "end": 1950,
                  "loc": {
                    "start": {
                      "line": 63,
                      "column": 8
                    },
                    "end": {
                      "line": 63,
                      "column": 21
                    }
                  },
                  "range": [
                    1937,
                    1950
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2026,
              "end": 2081,
              "loc": {
                "start": {
                  "line": 70,
                  "column": 4
                },
                "end": {
                  "line": 72,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2026,
                "end": 2030,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 4
                  },
                  "end": {
                    "line": 70,
                    "column": 8
                  }
                },
                "name": "hide"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2030,
                "end": 2081,
                "loc": {
                  "start": {
                    "line": 70,
                    "column": 8
                  },
                  "end": {
                    "line": 72,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2033,
                  "end": 2081,
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 11
                    },
                    "end": {
                      "line": 72,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2043,
                      "end": 2075,
                      "loc": {
                        "start": {
                          "line": 71,
                          "column": 8
                        },
                        "end": {
                          "line": 71,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2043,
                        "end": 2074,
                        "loc": {
                          "start": {
                            "line": 71,
                            "column": 8
                          },
                          "end": {
                            "line": 71,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2043,
                          "end": 2065,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 8
                            },
                            "end": {
                              "line": 71,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 2043,
                            "end": 2057,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 8
                              },
                              "end": {
                                "line": 71,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 2043,
                              "end": 2051,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 16
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2043,
                                "end": 2047,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2048,
                                "end": 2051,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 16
                                  }
                                },
                                "name": "dom"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2052,
                              "end": 2057,
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 17
                                },
                                "end": {
                                  "line": 71,
                                  "column": 22
                                }
                              },
                              "name": "style"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2058,
                            "end": 2065,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 23
                              },
                              "end": {
                                "line": 71,
                                "column": 30
                              }
                            },
                            "name": "display"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2068,
                          "end": 2074,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 33
                            },
                            "end": {
                              "line": 71,
                              "column": 39
                            }
                          },
                          "value": "none",
                          "rawValue": "none",
                          "raw": "'none'"
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2087,
              "end": 2154,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 4
                },
                "end": {
                  "line": 77,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2087,
                "end": 2093,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 4
                  },
                  "end": {
                    "line": 74,
                    "column": 10
                  }
                },
                "name": "enable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2093,
                "end": 2154,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 10
                  },
                  "end": {
                    "line": 77,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2096,
                  "end": 2154,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 13
                    },
                    "end": {
                      "line": 77,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2106,
                      "end": 2127,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 75,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2106,
                        "end": 2126,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 8
                          },
                          "end": {
                            "line": 75,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2106,
                          "end": 2119,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 8
                            },
                            "end": {
                              "line": 75,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2106,
                            "end": 2110,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 8
                              },
                              "end": {
                                "line": 75,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2111,
                            "end": 2119,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 13
                              },
                              "end": {
                                "line": 75,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2122,
                          "end": 2126,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 24
                            },
                            "end": {
                              "line": 75,
                              "column": 28
                            }
                          },
                          "value": true,
                          "rawValue": true,
                          "raw": "true"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2136,
                      "end": 2148,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 20
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2136,
                        "end": 2147,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 8
                          },
                          "end": {
                            "line": 76,
                            "column": 19
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2136,
                          "end": 2145,
                          "loc": {
                            "start": {
                              "line": 76,
                              "column": 8
                            },
                            "end": {
                              "line": 76,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2136,
                            "end": 2140,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 8
                              },
                              "end": {
                                "line": 76,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2141,
                            "end": 2145,
                            "loc": {
                              "start": {
                                "line": 76,
                                "column": 13
                              },
                              "end": {
                                "line": 76,
                                "column": 17
                              }
                            },
                            "name": "show"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2160,
              "end": 2335,
              "loc": {
                "start": {
                  "line": 79,
                  "column": 4
                },
                "end": {
                  "line": 83,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2166,
                "end": 2173,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 10
                  },
                  "end": {
                    "line": 79,
                    "column": 17
                  }
                },
                "name": "disable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2173,
                "end": 2335,
                "loc": {
                  "start": {
                    "line": 79,
                    "column": 17
                  },
                  "end": {
                    "line": 83,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2176,
                  "end": 2335,
                  "loc": {
                    "start": {
                      "line": 79,
                      "column": 20
                    },
                    "end": {
                      "line": 83,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2186,
                      "end": 2208,
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 8
                        },
                        "end": {
                          "line": 80,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2186,
                        "end": 2207,
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 8
                          },
                          "end": {
                            "line": 80,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2186,
                          "end": 2199,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 8
                            },
                            "end": {
                              "line": 80,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2186,
                            "end": 2190,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 8
                              },
                              "end": {
                                "line": 80,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2191,
                            "end": 2199,
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 13
                              },
                              "end": {
                                "line": 80,
                                "column": 21
                              }
                            },
                            "name": "_enabled"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 2202,
                          "end": 2207,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 24
                            },
                            "end": {
                              "line": 80,
                              "column": 29
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2217,
                      "end": 2308,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 8
                        },
                        "end": {
                          "line": 81,
                          "column": 99
                        }
                      },
                      "expression": {
                        "type": "AwaitExpression",
                        "start": 2217,
                        "end": 2307,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 8
                          },
                          "end": {
                            "line": 81,
                            "column": 98
                          }
                        },
                        "all": false,
                        "argument": {
                          "type": "CallExpression",
                          "start": 2223,
                          "end": 2307,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 14
                            },
                            "end": {
                              "line": 81,
                              "column": 98
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2223,
                            "end": 2234,
                            "loc": {
                              "start": {
                                "line": 81,
                                "column": 14
                              },
                              "end": {
                                "line": 81,
                                "column": 25
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2223,
                              "end": 2230,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 14
                                },
                                "end": {
                                  "line": 81,
                                  "column": 21
                                }
                              },
                              "name": "Promise"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2231,
                              "end": 2234,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 22
                                },
                                "end": {
                                  "line": 81,
                                  "column": 25
                                }
                              },
                              "name": "all"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "CallExpression",
                              "start": 2235,
                              "end": 2306,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 26
                                },
                                "end": {
                                  "line": 81,
                                  "column": 97
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2235,
                                "end": 2264,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 2235,
                                  "end": 2260,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 51
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 2235,
                                    "end": 2246,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 2235,
                                      "end": 2241,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 32
                                        }
                                      },
                                      "name": "Object"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2242,
                                      "end": 2246,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 37
                                        }
                                      },
                                      "name": "keys"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 2247,
                                      "end": 2259,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 50
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2247,
                                        "end": 2251,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2252,
                                        "end": 2259,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 50
                                          }
                                        },
                                        "name": "plugins"
                                      },
                                      "computed": false
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2261,
                                  "end": 2264,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 55
                                    }
                                  },
                                  "name": "map"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 2265,
                                  "end": 2305,
                                  "loc": {
                                    "start": {
                                      "line": 81,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 81,
                                      "column": 96
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 2265,
                                      "end": 2271,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 56
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 62
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 2275,
                                    "end": 2305,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 66
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 96
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2275,
                                      "end": 2303,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 94
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 2275,
                                        "end": 2295,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 66
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 86
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2275,
                                          "end": 2287,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 78
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2275,
                                            "end": 2279,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 70
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2280,
                                            "end": 2287,
                                            "loc": {
                                              "start": {
                                                "line": 81,
                                                "column": 71
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 78
                                              }
                                            },
                                            "name": "plugins"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2288,
                                          "end": 2294,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 85
                                            }
                                          },
                                          "name": "plugin"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2296,
                                        "end": 2303,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 87
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 94
                                          }
                                        },
                                        "name": "disable"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2317,
                      "end": 2329,
                      "loc": {
                        "start": {
                          "line": 82,
                          "column": 8
                        },
                        "end": {
                          "line": 82,
                          "column": 20
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2317,
                        "end": 2328,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 8
                          },
                          "end": {
                            "line": 82,
                            "column": 19
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2317,
                          "end": 2326,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 8
                            },
                            "end": {
                              "line": 82,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2317,
                            "end": 2321,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 8
                              },
                              "end": {
                                "line": 82,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2322,
                            "end": 2326,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 13
                              },
                              "end": {
                                "line": 82,
                                "column": 17
                              }
                            },
                            "name": "hide"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2341,
              "end": 2392,
              "loc": {
                "start": {
                  "line": 85,
                  "column": 4
                },
                "end": {
                  "line": 87,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2345,
                "end": 2352,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 8
                  },
                  "end": {
                    "line": 85,
                    "column": 15
                  }
                },
                "name": "enabled"
              },
              "static": false,
              "kind": "get",
              "value": {
                "type": "FunctionExpression",
                "start": 2352,
                "end": 2392,
                "loc": {
                  "start": {
                    "line": 85,
                    "column": 15
                  },
                  "end": {
                    "line": 87,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2355,
                  "end": 2392,
                  "loc": {
                    "start": {
                      "line": 85,
                      "column": 18
                    },
                    "end": {
                      "line": 87,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2365,
                      "end": 2386,
                      "loc": {
                        "start": {
                          "line": 86,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 2372,
                        "end": 2385,
                        "loc": {
                          "start": {
                            "line": 86,
                            "column": 15
                          },
                          "end": {
                            "line": 86,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2372,
                          "end": 2376,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 15
                            },
                            "end": {
                              "line": 86,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2377,
                          "end": 2385,
                          "loc": {
                            "start": {
                              "line": 86,
                              "column": 20
                            },
                            "end": {
                              "line": 86,
                              "column": 28
                            }
                          },
                          "name": "_enabled"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}