{
  "type": "Program",
  "start": 0,
  "end": 2283,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 83,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 44,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 44
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 9,
          "end": 18,
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 18
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          },
          "local": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 26,
        "end": 43,
        "loc": {
          "start": {
            "line": 1,
            "column": 26
          },
          "end": {
            "line": 1,
            "column": 43
          }
        },
        "value": "../../core/bane",
        "rawValue": "../../core/bane",
        "raw": "\"../../core/bane\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 45,
      "end": 68,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 23
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 52,
          "end": 53,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 8
            }
          },
          "local": {
            "type": "Identifier",
            "start": 52,
            "end": 53,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 8
              }
            },
            "name": "$"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 59,
        "end": 67,
        "loc": {
          "start": {
            "line": 2,
            "column": 14
          },
          "end": {
            "line": 2,
            "column": 22
          }
        },
        "value": "jquery",
        "rawValue": "jquery",
        "raw": "\"jquery\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 69,
      "end": 103,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 34
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 76,
          "end": 85,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 16
            }
          },
          "local": {
            "type": "Identifier",
            "start": 76,
            "end": 85,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 16
              }
            },
            "name": "urlencode"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 91,
        "end": 102,
        "loc": {
          "start": {
            "line": 3,
            "column": 22
          },
          "end": {
            "line": 3,
            "column": 33
          }
        },
        "value": "urlencode",
        "rawValue": "urlencode",
        "raw": "\"urlencode\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 104,
      "end": 133,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 29
        }
      },
      "specifiers": [],
      "source": {
        "type": "Literal",
        "start": 111,
        "end": 132,
        "loc": {
          "start": {
            "line": 4,
            "column": 7
          },
          "end": {
            "line": 4,
            "column": 28
          }
        },
        "value": "./action_sheet.scss",
        "rawValue": "./action_sheet.scss",
        "raw": "\"./action_sheet.scss\""
      }
    },
    {
      "type": "Identifier",
      "start": 135,
      "end": 2244,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 80,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 141,
        "end": 161,
        "loc": {
          "start": {
            "line": 6,
            "column": 6
          },
          "end": {
            "line": 6,
            "column": 26
          }
        },
        "name": "ActionSheetComponent"
      },
      "superClass": {
        "type": "Identifier",
        "start": 170,
        "end": 179,
        "loc": {
          "start": {
            "line": 6,
            "column": 35
          },
          "end": {
            "line": 6,
            "column": 44
          }
        },
        "name": "Component"
      },
      "body": {
        "type": "ClassBody",
        "start": 180,
        "end": 2244,
        "loc": {
          "start": {
            "line": 6,
            "column": 45
          },
          "end": {
            "line": 80,
            "column": 1
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "start": 184,
            "end": 429,
            "loc": {
              "start": {
                "line": 7,
                "column": 2
              },
              "end": {
                "line": 14,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 184,
              "end": 194,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2
                },
                "end": {
                  "line": 7,
                  "column": 12
                }
              },
              "name": "initialize"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 194,
              "end": 429,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 12
                },
                "end": {
                  "line": 14,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 197,
                "end": 429,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 15
                  },
                  "end": {
                    "line": 14,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 203,
                    "end": 240,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 8,
                        "column": 41
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 203,
                      "end": 239,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 40
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 203,
                        "end": 231,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 203,
                          "end": 207,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 208,
                          "end": 231,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 9
                            },
                            "end": {
                              "line": 8,
                              "column": 32
                            }
                          },
                          "name": "isActionSheetMenuHidden"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Literal",
                        "start": 234,
                        "end": 239,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 35
                          },
                          "end": {
                            "line": 8,
                            "column": 40
                          }
                        },
                        "value": false,
                        "rawValue": false,
                        "raw": "false"
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 246,
                    "end": 425,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 4
                      },
                      "end": {
                        "line": 13,
                        "column": 6
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 246,
                      "end": 424,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 5
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 246,
                        "end": 257,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 246,
                          "end": 250,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 8
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 251,
                          "end": 257,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 9
                            },
                            "end": {
                              "line": 10,
                              "column": 15
                            }
                          },
                          "name": "events"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "ObjectExpression",
                        "start": 260,
                        "end": 424,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 18
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        },
                        "properties": [
                          {
                            "type": "Property",
                            "start": 268,
                            "end": 338,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 76
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Literal",
                              "start": 268,
                              "end": 305,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 6
                                },
                                "end": {
                                  "line": 11,
                                  "column": 43
                                }
                              },
                              "value": "click .js-action-sheet-menu-control",
                              "rawValue": "click .js-action-sheet-menu-control",
                              "raw": "\"click .js-action-sheet-menu-control\""
                            },
                            "value": {
                              "type": "Literal",
                              "start": 307,
                              "end": 338,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 45
                                },
                                "end": {
                                  "line": 11,
                                  "column": 76
                                }
                              },
                              "value": "actionSheetMenuControlClicked",
                              "rawValue": "actionSheetMenuControlClicked",
                              "raw": "\"actionSheetMenuControlClicked\""
                            },
                            "kind": "init"
                          },
                          {
                            "type": "Property",
                            "start": 346,
                            "end": 418,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 6
                              },
                              "end": {
                                "line": 12,
                                "column": 78
                              }
                            },
                            "method": false,
                            "shorthand": false,
                            "computed": false,
                            "key": {
                              "type": "Literal",
                              "start": 346,
                              "end": 384,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 6
                                },
                                "end": {
                                  "line": 12,
                                  "column": 44
                                }
                              },
                              "value": "click .js-action-sheet-share-control",
                              "rawValue": "click .js-action-sheet-share-control",
                              "raw": "\"click .js-action-sheet-share-control\""
                            },
                            "value": {
                              "type": "Literal",
                              "start": 386,
                              "end": 418,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 46
                                },
                                "end": {
                                  "line": 12,
                                  "column": 78
                                }
                              },
                              "value": "actionSheetShareControlClicked",
                              "rawValue": "actionSheetShareControlClicked",
                              "raw": "\"actionSheetShareControlClicked\""
                            },
                            "kind": "init"
                          }
                        ]
                      }
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 433,
            "end": 845,
            "loc": {
              "start": {
                "line": 16,
                "column": 2
              },
              "end": {
                "line": 30,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 433,
              "end": 462,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 2
                },
                "end": {
                  "line": 16,
                  "column": 31
                }
              },
              "name": "actionSheetMenuControlClicked"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 462,
              "end": 845,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 31
                },
                "end": {
                  "line": 30,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 463,
                  "end": 468,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 32
                    },
                    "end": {
                      "line": 16,
                      "column": 37
                    }
                  },
                  "name": "event"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 470,
                "end": 845,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 39
                  },
                  "end": {
                    "line": 30,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 476,
                    "end": 509,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 37
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 480,
                        "end": 508,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 36
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 480,
                          "end": 483,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 11
                            }
                          },
                          "name": "$el"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 486,
                          "end": 508,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 14
                            },
                            "end": {
                              "line": 17,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 486,
                            "end": 487,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 14
                              },
                              "end": {
                                "line": 17,
                                "column": 15
                              }
                            },
                            "name": "$"
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 488,
                              "end": 507,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 16
                                },
                                "end": {
                                  "line": 17,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 488,
                                "end": 493,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 21
                                  }
                                },
                                "name": "event"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 494,
                                "end": 507,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 35
                                  }
                                },
                                "name": "currentTarget"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 514,
                    "end": 585,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 4
                      },
                      "end": {
                        "line": 19,
                        "column": 33
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 518,
                        "end": 550,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 40
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 518,
                          "end": 520,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 10
                            }
                          },
                          "name": "id"
                        },
                        "init": {
                          "type": "BinaryExpression",
                          "start": 523,
                          "end": 550,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 13
                            },
                            "end": {
                              "line": 18,
                              "column": 40
                            }
                          },
                          "left": {
                            "type": "Literal",
                            "start": 523,
                            "end": 526,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 16
                              }
                            },
                            "value": "#",
                            "rawValue": "#",
                            "raw": "\"#\""
                          },
                          "operator": "+",
                          "right": {
                            "type": "CallExpression",
                            "start": 529,
                            "end": 550,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 19
                              },
                              "end": {
                                "line": 18,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 529,
                              "end": 537,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 19
                                },
                                "end": {
                                  "line": 18,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 529,
                                "end": 532,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 22
                                  }
                                },
                                "name": "$el"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 533,
                                "end": 537,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 27
                                  }
                                },
                                "name": "attr"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 538,
                                "end": 549,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 39
                                  }
                                },
                                "value": "aria-owns",
                                "rawValue": "aria-owns",
                                "raw": "\"aria-owns\""
                              }
                            ]
                          }
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 560,
                        "end": 584,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 32
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 560,
                          "end": 565,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 13
                            }
                          },
                          "name": "$menu"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 568,
                          "end": 584,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 16
                            },
                            "end": {
                              "line": 19,
                              "column": 32
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 568,
                            "end": 580,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 16
                              },
                              "end": {
                                "line": 19,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 568,
                              "end": 571,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 16
                                },
                                "end": {
                                  "line": 19,
                                  "column": 19
                                }
                              },
                              "name": "$el"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 572,
                              "end": 580,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 20
                                },
                                "end": {
                                  "line": 19,
                                  "column": 28
                                }
                              },
                              "name": "siblings"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 581,
                              "end": 583,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 29
                                },
                                "end": {
                                  "line": 19,
                                  "column": 31
                                }
                              },
                              "name": "id"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 591,
                    "end": 812,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 4
                      },
                      "end": {
                        "line": 27,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 595,
                      "end": 623,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 36
                        }
                      },
                      "object": {
                        "type": "ThisExpression",
                        "start": 595,
                        "end": 599,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 12
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 600,
                        "end": 623,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 13
                          },
                          "end": {
                            "line": 21,
                            "column": 36
                          }
                        },
                        "name": "isActionSheetMenuHidden"
                      },
                      "computed": false
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 625,
                      "end": 716,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 38
                        },
                        "end": {
                          "line": 24,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 633,
                          "end": 666,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 6
                            },
                            "end": {
                              "line": 22,
                              "column": 39
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 633,
                            "end": 665,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 6
                              },
                              "end": {
                                "line": 22,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 633,
                              "end": 658,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 6
                                },
                                "end": {
                                  "line": 22,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 633,
                                "end": 637,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 638,
                                "end": 658,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 31
                                  }
                                },
                                "name": "_hideActionSheetMenu"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 659,
                                "end": 664,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 37
                                  }
                                },
                                "name": "$menu"
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 673,
                          "end": 710,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 6
                            },
                            "end": {
                              "line": 23,
                              "column": 43
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 673,
                            "end": 709,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 6
                              },
                              "end": {
                                "line": 23,
                                "column": 42
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 673,
                              "end": 701,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 6
                                },
                                "end": {
                                  "line": 23,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 673,
                                "end": 677,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 678,
                                "end": 701,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 34
                                  }
                                },
                                "name": "isActionSheetMenuHidden"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "Literal",
                              "start": 704,
                              "end": 709,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 37
                                },
                                "end": {
                                  "line": 23,
                                  "column": 42
                                }
                              },
                              "value": false,
                              "rawValue": false,
                              "raw": "false"
                            }
                          }
                        }
                      ]
                    },
                    "alternate": {
                      "type": "BlockStatement",
                      "start": 722,
                      "end": 812,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 11
                        },
                        "end": {
                          "line": 27,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 730,
                          "end": 763,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 6
                            },
                            "end": {
                              "line": 25,
                              "column": 39
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 730,
                            "end": 762,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 6
                              },
                              "end": {
                                "line": 25,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 730,
                              "end": 755,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 6
                                },
                                "end": {
                                  "line": 25,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 730,
                                "end": 734,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 735,
                                "end": 755,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 31
                                  }
                                },
                                "name": "_showActionSheetMenu"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 756,
                                "end": 761,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 37
                                  }
                                },
                                "name": "$menu"
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 770,
                          "end": 806,
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 6
                            },
                            "end": {
                              "line": 26,
                              "column": 42
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 770,
                            "end": 805,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 6
                              },
                              "end": {
                                "line": 26,
                                "column": 41
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 770,
                              "end": 798,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 6
                                },
                                "end": {
                                  "line": 26,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 770,
                                "end": 774,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 775,
                                "end": 798,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 34
                                  }
                                },
                                "name": "isActionSheetMenuHidden"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "Literal",
                              "start": 801,
                              "end": 805,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 37
                                },
                                "end": {
                                  "line": 26,
                                  "column": 41
                                }
                              },
                              "value": true,
                              "rawValue": true,
                              "raw": "true"
                            }
                          }
                        }
                      ]
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 818,
                    "end": 841,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 4
                      },
                      "end": {
                        "line": 29,
                        "column": 27
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 818,
                      "end": 840,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 26
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 818,
                        "end": 838,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 818,
                          "end": 823,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 9
                            }
                          },
                          "name": "event"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 824,
                          "end": 838,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 10
                            },
                            "end": {
                              "line": 29,
                              "column": 24
                            }
                          },
                          "name": "preventDefault"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 849,
            "end": 1961,
            "loc": {
              "start": {
                "line": 32,
                "column": 2
              },
              "end": {
                "line": 65,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 849,
              "end": 879,
              "loc": {
                "start": {
                  "line": 32,
                  "column": 2
                },
                "end": {
                  "line": 32,
                  "column": 32
                }
              },
              "name": "actionSheetShareControlClicked"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 879,
              "end": 1961,
              "loc": {
                "start": {
                  "line": 32,
                  "column": 32
                },
                "end": {
                  "line": 65,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 880,
                  "end": 885,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 33
                    },
                    "end": {
                      "line": 32,
                      "column": 38
                    }
                  },
                  "name": "event"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 887,
                "end": 1961,
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 40
                  },
                  "end": {
                    "line": 65,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 893,
                    "end": 926,
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 37
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 897,
                        "end": 925,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 36
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 897,
                          "end": 900,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 11
                            }
                          },
                          "name": "$el"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 903,
                          "end": 925,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 14
                            },
                            "end": {
                              "line": 33,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 903,
                            "end": 904,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 14
                              },
                              "end": {
                                "line": 33,
                                "column": 15
                              }
                            },
                            "name": "$"
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "start": 905,
                              "end": 924,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 16
                                },
                                "end": {
                                  "line": 33,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 905,
                                "end": 910,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 21
                                  }
                                },
                                "name": "event"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 911,
                                "end": 924,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 35
                                  }
                                },
                                "name": "currentTarget"
                              },
                              "computed": false
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 932,
                    "end": 1075,
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 4
                      },
                      "end": {
                        "line": 40,
                        "column": 12
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 936,
                        "end": 947,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 19
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 936,
                          "end": 941,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 13
                            }
                          },
                          "name": "width"
                        },
                        "init": {
                          "type": "Literal",
                          "start": 944,
                          "end": 947,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 16
                            },
                            "end": {
                              "line": 35,
                              "column": 19
                            }
                          },
                          "value": 550,
                          "rawValue": 550,
                          "raw": "550"
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 957,
                        "end": 969,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 36,
                            "column": 20
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 957,
                          "end": 963,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 14
                            }
                          },
                          "name": "height"
                        },
                        "init": {
                          "type": "Literal",
                          "start": 966,
                          "end": 969,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 17
                            },
                            "end": {
                              "line": 36,
                              "column": 20
                            }
                          },
                          "value": 420,
                          "rawValue": 420,
                          "raw": "420"
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 979,
                        "end": 1009,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 38
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 979,
                          "end": 988,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 17
                            }
                          },
                          "name": "winHeight"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 991,
                          "end": 1009,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 20
                            },
                            "end": {
                              "line": 37,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 991,
                            "end": 1007,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 20
                              },
                              "end": {
                                "line": 37,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 991,
                              "end": 1000,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 20
                                },
                                "end": {
                                  "line": 37,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 991,
                                "end": 992,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 21
                                  }
                                },
                                "name": "$"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 993,
                                  "end": 999,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 28
                                    }
                                  },
                                  "name": "window"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1001,
                              "end": 1007,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 30
                                },
                                "end": {
                                  "line": 37,
                                  "column": 36
                                }
                              },
                              "name": "height"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 1019,
                        "end": 1047,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 36
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1019,
                          "end": 1027,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 16
                            }
                          },
                          "name": "winWidth"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 1030,
                          "end": 1047,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 19
                            },
                            "end": {
                              "line": 38,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1030,
                            "end": 1045,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 19
                              },
                              "end": {
                                "line": 38,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1030,
                              "end": 1039,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 19
                                },
                                "end": {
                                  "line": 38,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1030,
                                "end": 1031,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 20
                                  }
                                },
                                "name": "$"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1032,
                                  "end": 1038,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 27
                                    }
                                  },
                                  "name": "window"
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1040,
                              "end": 1045,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 29
                                },
                                "end": {
                                  "line": 38,
                                  "column": 34
                                }
                              },
                              "name": "width"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 1057,
                        "end": 1061,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 12
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1057,
                          "end": 1061,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 12
                            }
                          },
                          "name": "left"
                        },
                        "init": null
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 1071,
                        "end": 1074,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 11
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1071,
                          "end": 1074,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 11
                            }
                          },
                          "name": "top"
                        },
                        "init": null
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1081,
                    "end": 1239,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 4
                      },
                      "end": {
                        "line": 44,
                        "column": 38
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1085,
                        "end": 1163,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 86
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1085,
                          "end": 1090,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 13
                            }
                          },
                          "name": "title"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 1093,
                          "end": 1163,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 16
                            },
                            "end": {
                              "line": 42,
                              "column": 86
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1093,
                            "end": 1155,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 16
                              },
                              "end": {
                                "line": 42,
                                "column": 78
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1093,
                              "end": 1152,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 16
                                },
                                "end": {
                                  "line": 42,
                                  "column": 75
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1093,
                                "end": 1121,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 1093,
                                  "end": 1116,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 39
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1093,
                                    "end": 1104,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1093,
                                      "end": 1096,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 19
                                        }
                                      },
                                      "name": "$el"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1097,
                                      "end": 1104,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 27
                                        }
                                      },
                                      "name": "closest"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 1105,
                                      "end": 1115,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 38
                                        }
                                      },
                                      "value": ".article",
                                      "rawValue": ".article",
                                      "raw": "\".article\""
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1117,
                                  "end": 1121,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 44
                                    }
                                  },
                                  "name": "find"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 1122,
                                  "end": 1151,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 74
                                    }
                                  },
                                  "value": "meta[itemprop=\"headline\"]",
                                  "rawValue": "meta[itemprop=\"headline\"]",
                                  "raw": "\"meta[itemprop=\\\"headline\\\"]\""
                                }
                              ]
                            },
                            "property": {
                              "type": "Literal",
                              "start": 1153,
                              "end": 1154,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 76
                                },
                                "end": {
                                  "line": 42,
                                  "column": 77
                                }
                              },
                              "value": 0,
                              "rawValue": 0,
                              "raw": "0"
                            },
                            "computed": true
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1156,
                            "end": 1163,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 79
                              },
                              "end": {
                                "line": 42,
                                "column": 86
                              }
                            },
                            "name": "content"
                          },
                          "computed": false
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 1173,
                        "end": 1199,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 8
                          },
                          "end": {
                            "line": 43,
                            "column": 34
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1173,
                          "end": 1176,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 11
                            }
                          },
                          "name": "url"
                        },
                        "init": {
                          "type": "MemberExpression",
                          "start": 1179,
                          "end": 1199,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 14
                            },
                            "end": {
                              "line": 43,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1179,
                            "end": 1194,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 14
                              },
                              "end": {
                                "line": 43,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1179,
                              "end": 1185,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 14
                                },
                                "end": {
                                  "line": 43,
                                  "column": 20
                                }
                              },
                              "name": "window"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1186,
                              "end": 1194,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 21
                                },
                                "end": {
                                  "line": 43,
                                  "column": 29
                                }
                              },
                              "name": "location"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1195,
                            "end": 1199,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 30
                              },
                              "end": {
                                "line": 43,
                                "column": 34
                              }
                            },
                            "name": "href"
                          },
                          "computed": false
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 1209,
                        "end": 1238,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 37
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1209,
                          "end": 1216,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 15
                            }
                          },
                          "name": "network"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 1219,
                          "end": 1238,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 18
                            },
                            "end": {
                              "line": 44,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1219,
                            "end": 1227,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 18
                              },
                              "end": {
                                "line": 44,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1219,
                              "end": 1222,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 18
                                },
                                "end": {
                                  "line": 44,
                                  "column": 21
                                }
                              },
                              "name": "$el"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1223,
                              "end": 1227,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 22
                                },
                                "end": {
                                  "line": 44,
                                  "column": 26
                                }
                              },
                              "name": "data"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 1228,
                              "end": 1237,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 27
                                },
                                "end": {
                                  "line": 44,
                                  "column": 36
                                }
                              },
                              "value": "network",
                              "rawValue": "network",
                              "raw": "\"network\""
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1245,
                    "end": 1315,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 4
                      },
                      "end": {
                        "line": 46,
                        "column": 74
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1249,
                        "end": 1314,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 73
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1249,
                          "end": 1254,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 13
                            }
                          },
                          "name": "tweet"
                        },
                        "init": {
                          "type": "TemplateLiteral",
                          "start": 1257,
                          "end": 1314,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 16
                            },
                            "end": {
                              "line": 46,
                              "column": 73
                            }
                          },
                          "expressions": [
                            {
                              "type": "CallExpression",
                              "start": 1260,
                              "end": 1276,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 19
                                },
                                "end": {
                                  "line": 46,
                                  "column": 35
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1260,
                                "end": 1269,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 28
                                  }
                                },
                                "name": "urlencode"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1270,
                                  "end": 1275,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 34
                                    }
                                  },
                                  "name": "title"
                                }
                              ]
                            },
                            {
                              "type": "CallExpression",
                              "start": 1280,
                              "end": 1294,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 39
                                },
                                "end": {
                                  "line": 46,
                                  "column": 53
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 1280,
                                "end": 1289,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 48
                                  }
                                },
                                "name": "urlencode"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1290,
                                  "end": 1293,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 52
                                    }
                                  },
                                  "name": "url"
                                }
                              ]
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 1258,
                              "end": 1258,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 17
                                },
                                "end": {
                                  "line": 46,
                                  "column": 17
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1277,
                              "end": 1278,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 36
                                },
                                "end": {
                                  "line": 46,
                                  "column": 37
                                }
                              },
                              "value": {
                                "raw": " ",
                                "cooked": " "
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1295,
                              "end": 1313,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 54
                                },
                                "end": {
                                  "line": 46,
                                  "column": 72
                                }
                              },
                              "value": {
                                "raw": " via @lonelyplanet",
                                "cooked": " via @lonelyplanet"
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1321,
                    "end": 1369,
                    "loc": {
                      "start": {
                        "line": 48,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 52
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1321,
                      "end": 1368,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 51
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 1321,
                        "end": 1325,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 8
                          }
                        },
                        "name": "left"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 1328,
                        "end": 1368,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 11
                          },
                          "end": {
                            "line": 48,
                            "column": 51
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1328,
                          "end": 1338,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 11
                            },
                            "end": {
                              "line": 48,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 1328,
                            "end": 1332,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 11
                              },
                              "end": {
                                "line": 48,
                                "column": 15
                              }
                            },
                            "name": "Math"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1333,
                            "end": 1338,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 16
                              },
                              "end": {
                                "line": 48,
                                "column": 21
                              }
                            },
                            "name": "round"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 1339,
                            "end": 1367,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 22
                              },
                              "end": {
                                "line": 48,
                                "column": 50
                              }
                            },
                            "left": {
                              "type": "BinaryExpression",
                              "start": 1340,
                              "end": 1352,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 23
                                },
                                "end": {
                                  "line": 48,
                                  "column": 35
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1340,
                                "end": 1348,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 31
                                  }
                                },
                                "name": "winWidth"
                              },
                              "operator": "/",
                              "right": {
                                "type": "Literal",
                                "start": 1351,
                                "end": 1352,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 35
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "parenthesizedExpression": true
                            },
                            "operator": "-",
                            "right": {
                              "type": "BinaryExpression",
                              "start": 1357,
                              "end": 1366,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 40
                                },
                                "end": {
                                  "line": 48,
                                  "column": 49
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1357,
                                "end": 1362,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 45
                                  }
                                },
                                "name": "width"
                              },
                              "operator": "/",
                              "right": {
                                "type": "Literal",
                                "start": 1365,
                                "end": 1366,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 49
                                  }
                                },
                                "value": 2,
                                "rawValue": 2,
                                "raw": "2"
                              },
                              "parenthesizedExpression": true
                            }
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 1374,
                    "end": 1382,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 12
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 1374,
                      "end": 1381,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 11
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 1374,
                        "end": 1377,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 7
                          }
                        },
                        "name": "top"
                      },
                      "right": {
                        "type": "Literal",
                        "start": 1380,
                        "end": 1381,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 10
                          },
                          "end": {
                            "line": 49,
                            "column": 11
                          }
                        },
                        "value": 0,
                        "rawValue": 0,
                        "raw": "0"
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "start": 1388,
                    "end": 1475,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 4
                      },
                      "end": {
                        "line": 53,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 1392,
                      "end": 1410,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 26
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 1392,
                        "end": 1401,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 17
                          }
                        },
                        "name": "winHeight"
                      },
                      "operator": ">",
                      "right": {
                        "type": "Identifier",
                        "start": 1404,
                        "end": 1410,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 20
                          },
                          "end": {
                            "line": 51,
                            "column": 26
                          }
                        },
                        "name": "height"
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1412,
                      "end": 1475,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 28
                        },
                        "end": {
                          "line": 53,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1420,
                          "end": 1469,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 6
                            },
                            "end": {
                              "line": 52,
                              "column": 55
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 1420,
                            "end": 1468,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 6
                              },
                              "end": {
                                "line": 52,
                                "column": 54
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 1420,
                              "end": 1423,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 6
                                },
                                "end": {
                                  "line": 52,
                                  "column": 9
                                }
                              },
                              "name": "top"
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 1426,
                              "end": 1468,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 12
                                },
                                "end": {
                                  "line": 52,
                                  "column": 54
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1426,
                                "end": 1436,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1426,
                                  "end": 1430,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 16
                                    }
                                  },
                                  "name": "Math"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1431,
                                  "end": 1436,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 22
                                    }
                                  },
                                  "name": "round"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 1437,
                                  "end": 1467,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 53
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1438,
                                    "end": 1451,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 37
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1438,
                                      "end": 1447,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 33
                                        }
                                      },
                                      "name": "winHeight"
                                    },
                                    "operator": "/",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1450,
                                      "end": 1451,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 37
                                        }
                                      },
                                      "value": 2,
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "parenthesizedExpression": true
                                  },
                                  "operator": "-",
                                  "right": {
                                    "type": "BinaryExpression",
                                    "start": 1456,
                                    "end": 1466,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 52
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1456,
                                      "end": 1462,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 48
                                        }
                                      },
                                      "name": "height"
                                    },
                                    "operator": "/",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1465,
                                      "end": 1466,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 52
                                        }
                                      },
                                      "value": 2,
                                      "rawValue": 2,
                                      "raw": "2"
                                    },
                                    "parenthesizedExpression": true
                                  }
                                }
                              ]
                            }
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "VariableDeclaration",
                    "start": 1481,
                    "end": 1647,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 4
                      },
                      "end": {
                        "line": 56,
                        "column": 80
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 1485,
                        "end": 1565,
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 8
                          },
                          "end": {
                            "line": 55,
                            "column": 88
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1485,
                          "end": 1498,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 8
                            },
                            "end": {
                              "line": 55,
                              "column": 21
                            }
                          },
                          "name": "windowOptions"
                        },
                        "init": {
                          "type": "Literal",
                          "start": 1501,
                          "end": 1565,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 24
                            },
                            "end": {
                              "line": 55,
                              "column": 88
                            }
                          },
                          "value": "toolbar=no,menubar=no,location=yes,resizable=no,scrollbars=yes",
                          "rawValue": "toolbar=no,menubar=no,location=yes,resizable=no,scrollbars=yes",
                          "raw": "\"toolbar=no,menubar=no,location=yes,resizable=no,scrollbars=yes\""
                        }
                      },
                      {
                        "type": "VariableDeclarator",
                        "start": 1575,
                        "end": 1646,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 8
                          },
                          "end": {
                            "line": 56,
                            "column": 79
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 1575,
                          "end": 1585,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 18
                            }
                          },
                          "name": "windowSize"
                        },
                        "init": {
                          "type": "TemplateLiteral",
                          "start": 1588,
                          "end": 1646,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 21
                            },
                            "end": {
                              "line": 56,
                              "column": 79
                            }
                          },
                          "expressions": [
                            {
                              "type": "Identifier",
                              "start": 1597,
                              "end": 1602,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 30
                                },
                                "end": {
                                  "line": 56,
                                  "column": 35
                                }
                              },
                              "name": "width"
                            },
                            {
                              "type": "Identifier",
                              "start": 1613,
                              "end": 1619,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 46
                                },
                                "end": {
                                  "line": 56,
                                  "column": 52
                                }
                              },
                              "name": "height"
                            },
                            {
                              "type": "Identifier",
                              "start": 1628,
                              "end": 1632,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 61
                                },
                                "end": {
                                  "line": 56,
                                  "column": 65
                                }
                              },
                              "name": "left"
                            },
                            {
                              "type": "Identifier",
                              "start": 1641,
                              "end": 1644,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 74
                                },
                                "end": {
                                  "line": 56,
                                  "column": 77
                                }
                              },
                              "name": "top"
                            }
                          ],
                          "quasis": [
                            {
                              "type": "TemplateElement",
                              "start": 1589,
                              "end": 1595,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 22
                                },
                                "end": {
                                  "line": 56,
                                  "column": 28
                                }
                              },
                              "value": {
                                "raw": "width=",
                                "cooked": "width="
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1603,
                              "end": 1611,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 36
                                },
                                "end": {
                                  "line": 56,
                                  "column": 44
                                }
                              },
                              "value": {
                                "raw": ",height=",
                                "cooked": ",height="
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1620,
                              "end": 1626,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 53
                                },
                                "end": {
                                  "line": 56,
                                  "column": 59
                                }
                              },
                              "value": {
                                "raw": ",left=",
                                "cooked": ",left="
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1633,
                              "end": 1639,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 66
                                },
                                "end": {
                                  "line": 56,
                                  "column": 72
                                }
                              },
                              "value": {
                                "raw": ",left=",
                                "cooked": ",left="
                              },
                              "tail": false
                            },
                            {
                              "type": "TemplateElement",
                              "start": 1645,
                              "end": 1645,
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 78
                                },
                                "end": {
                                  "line": 56,
                                  "column": 78
                                }
                              },
                              "value": {
                                "raw": "",
                                "cooked": ""
                              },
                              "tail": true
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 1653,
                    "end": 1799,
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 60,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 1657,
                      "end": 1678,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 8
                        },
                        "end": {
                          "line": 58,
                          "column": 29
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 1657,
                        "end": 1664,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 15
                          }
                        },
                        "name": "network"
                      },
                      "operator": "===",
                      "right": {
                        "type": "Literal",
                        "start": 1669,
                        "end": 1678,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 20
                          },
                          "end": {
                            "line": 58,
                            "column": 29
                          }
                        },
                        "value": "twitter",
                        "rawValue": "twitter",
                        "raw": "\"twitter\""
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1680,
                      "end": 1799,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 31
                        },
                        "end": {
                          "line": 60,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1688,
                          "end": 1793,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 6
                            },
                            "end": {
                              "line": 59,
                              "column": 111
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1688,
                            "end": 1792,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 6
                              },
                              "end": {
                                "line": 59,
                                "column": 110
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1688,
                              "end": 1699,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 6
                                },
                                "end": {
                                  "line": 59,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1688,
                                "end": 1694,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 12
                                  }
                                },
                                "name": "window"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1695,
                                "end": 1699,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 17
                                  }
                                },
                                "name": "open"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1700,
                                "end": 1748,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 66
                                  }
                                },
                                "left": {
                                  "type": "Literal",
                                  "start": 1700,
                                  "end": 1740,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 58
                                    }
                                  },
                                  "value": "https://twitter.com/intent/tweet?text=",
                                  "rawValue": "https://twitter.com/intent/tweet?text=",
                                  "raw": "\"https://twitter.com/intent/tweet?text=\""
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 1743,
                                  "end": 1748,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 66
                                    }
                                  },
                                  "name": "tweet"
                                }
                              },
                              {
                                "type": "Literal",
                                "start": 1750,
                                "end": 1757,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 68
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 75
                                  }
                                },
                                "value": "share",
                                "rawValue": "share",
                                "raw": "\"share\""
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 1759,
                                "end": 1791,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 77
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 109
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 1759,
                                  "end": 1778,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 96
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1759,
                                    "end": 1772,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 90
                                      }
                                    },
                                    "name": "windowOptions"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 1775,
                                    "end": 1778,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 93
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 96
                                      }
                                    },
                                    "value": ",",
                                    "rawValue": ",",
                                    "raw": "\",\""
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 1781,
                                  "end": 1791,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 99
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 109
                                    }
                                  },
                                  "name": "windowSize"
                                }
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  },
                  {
                    "type": "IfStatement",
                    "start": 1805,
                    "end": 1957,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 1809,
                      "end": 1831,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 8
                        },
                        "end": {
                          "line": 62,
                          "column": 30
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 1809,
                        "end": 1816,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 15
                          }
                        },
                        "name": "network"
                      },
                      "operator": "===",
                      "right": {
                        "type": "Literal",
                        "start": 1821,
                        "end": 1831,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 20
                          },
                          "end": {
                            "line": 62,
                            "column": 30
                          }
                        },
                        "value": "facebook",
                        "rawValue": "facebook",
                        "raw": "\"facebook\""
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 1833,
                      "end": 1957,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 32
                        },
                        "end": {
                          "line": 64,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 1841,
                          "end": 1951,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 6
                            },
                            "end": {
                              "line": 63,
                              "column": 116
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 1841,
                            "end": 1950,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 6
                              },
                              "end": {
                                "line": 63,
                                "column": 115
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1841,
                              "end": 1852,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 6
                                },
                                "end": {
                                  "line": 63,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1841,
                                "end": 1847,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 12
                                  }
                                },
                                "name": "window"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1848,
                                "end": 1852,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 17
                                  }
                                },
                                "name": "open"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 1853,
                                "end": 1906,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 71
                                  }
                                },
                                "left": {
                                  "type": "Literal",
                                  "start": 1853,
                                  "end": 1900,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 65
                                    }
                                  },
                                  "value": "https://www.facebook.com/sharer/sharer.php?u=",
                                  "rawValue": "https://www.facebook.com/sharer/sharer.php?u=",
                                  "raw": "\"https://www.facebook.com/sharer/sharer.php?u=\""
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 1903,
                                  "end": 1906,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 71
                                    }
                                  },
                                  "name": "url"
                                }
                              },
                              {
                                "type": "Literal",
                                "start": 1908,
                                "end": 1915,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 80
                                  }
                                },
                                "value": "share",
                                "rawValue": "share",
                                "raw": "\"share\""
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 1917,
                                "end": 1949,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 82
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 114
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 1917,
                                  "end": 1936,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 101
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 1917,
                                    "end": 1930,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 82
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 95
                                      }
                                    },
                                    "name": "windowOptions"
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Literal",
                                    "start": 1933,
                                    "end": 1936,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 98
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 101
                                      }
                                    },
                                    "value": ",",
                                    "rawValue": ",",
                                    "raw": "\",\""
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "Identifier",
                                  "start": 1939,
                                  "end": 1949,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 104
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 114
                                    }
                                  },
                                  "name": "windowSize"
                                }
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "alternate": null
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 1965,
            "end": 2101,
            "loc": {
              "start": {
                "line": 67,
                "column": 2
              },
              "end": {
                "line": 72,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 1965,
              "end": 1985,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 2
                },
                "end": {
                  "line": 67,
                  "column": 22
                }
              },
              "name": "_showActionSheetMenu"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 1985,
              "end": 2101,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 22
                },
                "end": {
                  "line": 72,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 1986,
                  "end": 1991,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 23
                    },
                    "end": {
                      "line": 67,
                      "column": 28
                    }
                  },
                  "name": "$menu"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 1993,
                "end": 2101,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 30
                  },
                  "end": {
                    "line": 72,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 1999,
                    "end": 2097,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 71,
                        "column": 36
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 1999,
                      "end": 2096,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 35
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 1999,
                        "end": 2072,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 1999,
                          "end": 2060,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 4
                            },
                            "end": {
                              "line": 70,
                              "column": 28
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1999,
                            "end": 2043,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 4
                              },
                              "end": {
                                "line": 70,
                                "column": 11
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 1999,
                              "end": 2031,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 4
                                },
                                "end": {
                                  "line": 69,
                                  "column": 26
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1999,
                                "end": 2020,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 15
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1999,
                                  "end": 2004,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 9
                                    }
                                  },
                                  "name": "$menu"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2012,
                                  "end": 2020,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 15
                                    }
                                  },
                                  "name": "addClass"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 2021,
                                  "end": 2030,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 25
                                    }
                                  },
                                  "value": "is-open",
                                  "rawValue": "is-open",
                                  "raw": "\"is-open\""
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2039,
                              "end": 2043,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 7
                                },
                                "end": {
                                  "line": 70,
                                  "column": 11
                                }
                              },
                              "name": "prop"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 2044,
                              "end": 2052,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 12
                                },
                                "end": {
                                  "line": 70,
                                  "column": 20
                                }
                              },
                              "value": "hidden",
                              "rawValue": "hidden",
                              "raw": "\"hidden\""
                            },
                            {
                              "type": "Literal",
                              "start": 2054,
                              "end": 2059,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 22
                                },
                                "end": {
                                  "line": 70,
                                  "column": 27
                                }
                              },
                              "value": false,
                              "rawValue": false,
                              "raw": "false"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2068,
                          "end": 2072,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 7
                            },
                            "end": {
                              "line": 71,
                              "column": 11
                            }
                          },
                          "name": "attr"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2073,
                          "end": 2086,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 12
                            },
                            "end": {
                              "line": 71,
                              "column": 25
                            }
                          },
                          "value": "aria-hidden",
                          "rawValue": "aria-hidden",
                          "raw": "\"aria-hidden\""
                        },
                        {
                          "type": "Literal",
                          "start": 2088,
                          "end": 2095,
                          "loc": {
                            "start": {
                              "line": 71,
                              "column": 27
                            },
                            "end": {
                              "line": 71,
                              "column": 34
                            }
                          },
                          "value": "false",
                          "rawValue": "false",
                          "raw": "\"false\""
                        }
                      ]
                    }
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 2105,
            "end": 2242,
            "loc": {
              "start": {
                "line": 74,
                "column": 2
              },
              "end": {
                "line": 79,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 2105,
              "end": 2125,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 2
                },
                "end": {
                  "line": 74,
                  "column": 22
                }
              },
              "name": "_hideActionSheetMenu"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 2125,
              "end": 2242,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 22
                },
                "end": {
                  "line": 79,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 2126,
                  "end": 2131,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 23
                    },
                    "end": {
                      "line": 74,
                      "column": 28
                    }
                  },
                  "name": "$menu"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 2133,
                "end": 2242,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 30
                  },
                  "end": {
                    "line": 79,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 2139,
                    "end": 2238,
                    "loc": {
                      "start": {
                        "line": 75,
                        "column": 4
                      },
                      "end": {
                        "line": 78,
                        "column": 35
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 2139,
                      "end": 2237,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 4
                        },
                        "end": {
                          "line": 78,
                          "column": 34
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 2139,
                        "end": 2214,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 11
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 2139,
                          "end": 2202,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 27
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2139,
                            "end": 2186,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 4
                              },
                              "end": {
                                "line": 77,
                                "column": 11
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 2139,
                              "end": 2174,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 4
                                },
                                "end": {
                                  "line": 76,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2139,
                                "end": 2163,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2139,
                                  "end": 2144,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 9
                                    }
                                  },
                                  "name": "$menu"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2152,
                                  "end": 2163,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 7
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 18
                                    }
                                  },
                                  "name": "removeClass"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 2164,
                                  "end": 2173,
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 28
                                    }
                                  },
                                  "value": "is-open",
                                  "rawValue": "is-open",
                                  "raw": "\"is-open\""
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2182,
                              "end": 2186,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 7
                                },
                                "end": {
                                  "line": 77,
                                  "column": 11
                                }
                              },
                              "name": "prop"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 2187,
                              "end": 2195,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 12
                                },
                                "end": {
                                  "line": 77,
                                  "column": 20
                                }
                              },
                              "value": "hidden",
                              "rawValue": "hidden",
                              "raw": "\"hidden\""
                            },
                            {
                              "type": "Literal",
                              "start": 2197,
                              "end": 2201,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 22
                                },
                                "end": {
                                  "line": 77,
                                  "column": 26
                                }
                              },
                              "value": true,
                              "rawValue": true,
                              "raw": "true"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2210,
                          "end": 2214,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 7
                            },
                            "end": {
                              "line": 78,
                              "column": 11
                            }
                          },
                          "name": "attr"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Literal",
                          "start": 2215,
                          "end": 2228,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 12
                            },
                            "end": {
                              "line": 78,
                              "column": 25
                            }
                          },
                          "value": "aria-hidden",
                          "rawValue": "aria-hidden",
                          "raw": "\"aria-hidden\""
                        },
                        {
                          "type": "Literal",
                          "start": 2230,
                          "end": 2236,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 27
                            },
                            "end": {
                              "line": 78,
                              "column": 33
                            }
                          },
                          "value": "true",
                          "rawValue": "true",
                          "raw": "\"true\""
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        ]
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "start": 2246,
      "end": 2282,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "column": 36
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 2261,
        "end": 2281,
        "loc": {
          "start": {
            "line": 82,
            "column": 15
          },
          "end": {
            "line": 82,
            "column": 35
          }
        },
        "name": "ActionSheetComponent"
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 2246,
      "end": 2282,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "column": 36
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 135,
        "end": 2244,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 80,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 141,
          "end": 161,
          "loc": {
            "start": {
              "line": 6,
              "column": 6
            },
            "end": {
              "line": 6,
              "column": 26
            }
          },
          "name": "ActionSheetComponent"
        },
        "superClass": {
          "type": "Identifier",
          "start": 170,
          "end": 179,
          "loc": {
            "start": {
              "line": 6,
              "column": 35
            },
            "end": {
              "line": 6,
              "column": 44
            }
          },
          "name": "Component"
        },
        "body": {
          "type": "ClassBody",
          "start": 180,
          "end": 2244,
          "loc": {
            "start": {
              "line": 6,
              "column": 45
            },
            "end": {
              "line": 80,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 184,
              "end": 429,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2
                },
                "end": {
                  "line": 14,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 184,
                "end": 194,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 2
                  },
                  "end": {
                    "line": 7,
                    "column": 12
                  }
                },
                "name": "initialize"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 194,
                "end": 429,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 12
                  },
                  "end": {
                    "line": 14,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 197,
                  "end": 429,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 15
                    },
                    "end": {
                      "line": 14,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 203,
                      "end": 240,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 8,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 203,
                        "end": 239,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 4
                          },
                          "end": {
                            "line": 8,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 203,
                          "end": 231,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 4
                            },
                            "end": {
                              "line": 8,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 203,
                            "end": 207,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 4
                              },
                              "end": {
                                "line": 8,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 208,
                            "end": 231,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 9
                              },
                              "end": {
                                "line": 8,
                                "column": 32
                              }
                            },
                            "name": "isActionSheetMenuHidden"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 234,
                          "end": 239,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 35
                            },
                            "end": {
                              "line": 8,
                              "column": 40
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 246,
                      "end": 425,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 6
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 246,
                        "end": 424,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 4
                          },
                          "end": {
                            "line": 13,
                            "column": 5
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 246,
                          "end": 257,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 4
                            },
                            "end": {
                              "line": 10,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 246,
                            "end": 250,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 4
                              },
                              "end": {
                                "line": 10,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 251,
                            "end": 257,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 9
                              },
                              "end": {
                                "line": 10,
                                "column": 15
                              }
                            },
                            "name": "events"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 260,
                          "end": 424,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 18
                            },
                            "end": {
                              "line": 13,
                              "column": 5
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 268,
                              "end": 338,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 6
                                },
                                "end": {
                                  "line": 11,
                                  "column": 76
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Literal",
                                "start": 268,
                                "end": 305,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 43
                                  }
                                },
                                "value": "click .js-action-sheet-menu-control",
                                "rawValue": "click .js-action-sheet-menu-control",
                                "raw": "\"click .js-action-sheet-menu-control\""
                              },
                              "value": {
                                "type": "Literal",
                                "start": 307,
                                "end": 338,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 76
                                  }
                                },
                                "value": "actionSheetMenuControlClicked",
                                "rawValue": "actionSheetMenuControlClicked",
                                "raw": "\"actionSheetMenuControlClicked\""
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 346,
                              "end": 418,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 6
                                },
                                "end": {
                                  "line": 12,
                                  "column": 78
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Literal",
                                "start": 346,
                                "end": 384,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 44
                                  }
                                },
                                "value": "click .js-action-sheet-share-control",
                                "rawValue": "click .js-action-sheet-share-control",
                                "raw": "\"click .js-action-sheet-share-control\""
                              },
                              "value": {
                                "type": "Literal",
                                "start": 386,
                                "end": 418,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 78
                                  }
                                },
                                "value": "actionSheetShareControlClicked",
                                "rawValue": "actionSheetShareControlClicked",
                                "raw": "\"actionSheetShareControlClicked\""
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 433,
              "end": 845,
              "loc": {
                "start": {
                  "line": 16,
                  "column": 2
                },
                "end": {
                  "line": 30,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 433,
                "end": 462,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 2
                  },
                  "end": {
                    "line": 16,
                    "column": 31
                  }
                },
                "name": "actionSheetMenuControlClicked"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 462,
                "end": 845,
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 31
                  },
                  "end": {
                    "line": 30,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 463,
                    "end": 468,
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 32
                      },
                      "end": {
                        "line": 16,
                        "column": 37
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 470,
                  "end": 845,
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 39
                    },
                    "end": {
                      "line": 30,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 476,
                      "end": 509,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 37
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 480,
                          "end": 508,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 480,
                            "end": 483,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 11
                              }
                            },
                            "name": "$el"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 486,
                            "end": 508,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 14
                              },
                              "end": {
                                "line": 17,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 486,
                              "end": 487,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 14
                                },
                                "end": {
                                  "line": 17,
                                  "column": 15
                                }
                              },
                              "name": "$"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 488,
                                "end": 507,
                                "loc": {
                                  "start": {
                                    "line": 17,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 488,
                                  "end": 493,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 21
                                    }
                                  },
                                  "name": "event"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 494,
                                  "end": 507,
                                  "loc": {
                                    "start": {
                                      "line": 17,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 35
                                    }
                                  },
                                  "name": "currentTarget"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 514,
                      "end": 585,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 19,
                          "column": 33
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 518,
                          "end": 550,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 518,
                            "end": 520,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 10
                              }
                            },
                            "name": "id"
                          },
                          "init": {
                            "type": "BinaryExpression",
                            "start": 523,
                            "end": 550,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 40
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 523,
                              "end": 526,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 13
                                },
                                "end": {
                                  "line": 18,
                                  "column": 16
                                }
                              },
                              "value": "#",
                              "rawValue": "#",
                              "raw": "\"#\""
                            },
                            "operator": "+",
                            "right": {
                              "type": "CallExpression",
                              "start": 529,
                              "end": 550,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 19
                                },
                                "end": {
                                  "line": 18,
                                  "column": 40
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 529,
                                "end": 537,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 18,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 529,
                                  "end": 532,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 22
                                    }
                                  },
                                  "name": "$el"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 533,
                                  "end": 537,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 27
                                    }
                                  },
                                  "name": "attr"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 538,
                                  "end": 549,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 39
                                    }
                                  },
                                  "value": "aria-owns",
                                  "rawValue": "aria-owns",
                                  "raw": "\"aria-owns\""
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 560,
                          "end": 584,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 32
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 560,
                            "end": 565,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 13
                              }
                            },
                            "name": "$menu"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 568,
                            "end": 584,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 16
                              },
                              "end": {
                                "line": 19,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 568,
                              "end": 580,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 16
                                },
                                "end": {
                                  "line": 19,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 568,
                                "end": 571,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 19
                                  }
                                },
                                "name": "$el"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 572,
                                "end": 580,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 28
                                  }
                                },
                                "name": "siblings"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 581,
                                "end": 583,
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 31
                                  }
                                },
                                "name": "id"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 591,
                      "end": 812,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 595,
                        "end": 623,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 595,
                          "end": 599,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 600,
                          "end": 623,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 13
                            },
                            "end": {
                              "line": 21,
                              "column": 36
                            }
                          },
                          "name": "isActionSheetMenuHidden"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 625,
                        "end": 716,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 38
                          },
                          "end": {
                            "line": 24,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 633,
                            "end": 666,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 6
                              },
                              "end": {
                                "line": 22,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 633,
                              "end": 665,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 6
                                },
                                "end": {
                                  "line": 22,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 633,
                                "end": 658,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 633,
                                  "end": 637,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 638,
                                  "end": 658,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 31
                                    }
                                  },
                                  "name": "_hideActionSheetMenu"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 659,
                                  "end": 664,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 37
                                    }
                                  },
                                  "name": "$menu"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 673,
                            "end": 710,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 6
                              },
                              "end": {
                                "line": 23,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 673,
                              "end": 709,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 6
                                },
                                "end": {
                                  "line": 23,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 673,
                                "end": 701,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 673,
                                  "end": 677,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 678,
                                  "end": 701,
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 34
                                    }
                                  },
                                  "name": "isActionSheetMenuHidden"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 704,
                                "end": 709,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 42
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 722,
                        "end": 812,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 11
                          },
                          "end": {
                            "line": 27,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 730,
                            "end": 763,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 6
                              },
                              "end": {
                                "line": 25,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 730,
                              "end": 762,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 6
                                },
                                "end": {
                                  "line": 25,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 730,
                                "end": 755,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 730,
                                  "end": 734,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 735,
                                  "end": 755,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 31
                                    }
                                  },
                                  "name": "_showActionSheetMenu"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 756,
                                  "end": 761,
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 37
                                    }
                                  },
                                  "name": "$menu"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 770,
                            "end": 806,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 6
                              },
                              "end": {
                                "line": 26,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 770,
                              "end": 805,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 6
                                },
                                "end": {
                                  "line": 26,
                                  "column": 41
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 770,
                                "end": 798,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 770,
                                  "end": 774,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 775,
                                  "end": 798,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 34
                                    }
                                  },
                                  "name": "isActionSheetMenuHidden"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 801,
                                "end": 805,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 41
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 818,
                      "end": 841,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 818,
                        "end": 840,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 818,
                          "end": 838,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 818,
                            "end": 823,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 29,
                                "column": 9
                              }
                            },
                            "name": "event"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 824,
                            "end": 838,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 10
                              },
                              "end": {
                                "line": 29,
                                "column": 24
                              }
                            },
                            "name": "preventDefault"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 849,
              "end": 1961,
              "loc": {
                "start": {
                  "line": 32,
                  "column": 2
                },
                "end": {
                  "line": 65,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 849,
                "end": 879,
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 2
                  },
                  "end": {
                    "line": 32,
                    "column": 32
                  }
                },
                "name": "actionSheetShareControlClicked"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 879,
                "end": 1961,
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 32
                  },
                  "end": {
                    "line": 65,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 880,
                    "end": 885,
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 33
                      },
                      "end": {
                        "line": 32,
                        "column": 38
                      }
                    },
                    "name": "event"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 887,
                  "end": 1961,
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 40
                    },
                    "end": {
                      "line": 65,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 893,
                      "end": 926,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 33,
                          "column": 37
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 897,
                          "end": 925,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 897,
                            "end": 900,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 11
                              }
                            },
                            "name": "$el"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 903,
                            "end": 925,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 14
                              },
                              "end": {
                                "line": 33,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 903,
                              "end": 904,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 14
                                },
                                "end": {
                                  "line": 33,
                                  "column": 15
                                }
                              },
                              "name": "$"
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 905,
                                "end": 924,
                                "loc": {
                                  "start": {
                                    "line": 33,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 33,
                                    "column": 35
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 905,
                                  "end": 910,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 21
                                    }
                                  },
                                  "name": "event"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 911,
                                  "end": 924,
                                  "loc": {
                                    "start": {
                                      "line": 33,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 33,
                                      "column": 35
                                    }
                                  },
                                  "name": "currentTarget"
                                },
                                "computed": false
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 932,
                      "end": 1075,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 4
                        },
                        "end": {
                          "line": 40,
                          "column": 12
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 936,
                          "end": 947,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 19
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 936,
                            "end": 941,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 13
                              }
                            },
                            "name": "width"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 944,
                            "end": 947,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 16
                              },
                              "end": {
                                "line": 35,
                                "column": 19
                              }
                            },
                            "value": 550,
                            "rawValue": 550,
                            "raw": "550"
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 957,
                          "end": 969,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 20
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 957,
                            "end": 963,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 14
                              }
                            },
                            "name": "height"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 966,
                            "end": 969,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 17
                              },
                              "end": {
                                "line": 36,
                                "column": 20
                              }
                            },
                            "value": 420,
                            "rawValue": 420,
                            "raw": "420"
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 979,
                          "end": 1009,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 38
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 979,
                            "end": 988,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 17
                              }
                            },
                            "name": "winHeight"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 991,
                            "end": 1009,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 20
                              },
                              "end": {
                                "line": 37,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 991,
                              "end": 1007,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 20
                                },
                                "end": {
                                  "line": 37,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 991,
                                "end": 1000,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 29
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 991,
                                  "end": 992,
                                  "loc": {
                                    "start": {
                                      "line": 37,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 37,
                                      "column": 21
                                    }
                                  },
                                  "name": "$"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 993,
                                    "end": 999,
                                    "loc": {
                                      "start": {
                                        "line": 37,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 37,
                                        "column": 28
                                      }
                                    },
                                    "name": "window"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1001,
                                "end": 1007,
                                "loc": {
                                  "start": {
                                    "line": 37,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 37,
                                    "column": 36
                                  }
                                },
                                "name": "height"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 1019,
                          "end": 1047,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 36
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1019,
                            "end": 1027,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 16
                              }
                            },
                            "name": "winWidth"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1030,
                            "end": 1047,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 19
                              },
                              "end": {
                                "line": 38,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1030,
                              "end": 1045,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 19
                                },
                                "end": {
                                  "line": 38,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1030,
                                "end": 1039,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 28
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 1030,
                                  "end": 1031,
                                  "loc": {
                                    "start": {
                                      "line": 38,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 38,
                                      "column": 20
                                    }
                                  },
                                  "name": "$"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1032,
                                    "end": 1038,
                                    "loc": {
                                      "start": {
                                        "line": 38,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 38,
                                        "column": 27
                                      }
                                    },
                                    "name": "window"
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1040,
                                "end": 1045,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 34
                                  }
                                },
                                "name": "width"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 1057,
                          "end": 1061,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 12
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1057,
                            "end": 1061,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 12
                              }
                            },
                            "name": "left"
                          },
                          "init": null
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 1071,
                          "end": 1074,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 11
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1071,
                            "end": 1074,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 11
                              }
                            },
                            "name": "top"
                          },
                          "init": null
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1081,
                      "end": 1239,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 38
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1085,
                          "end": 1163,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 86
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1085,
                            "end": 1090,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 13
                              }
                            },
                            "name": "title"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 1093,
                            "end": 1163,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 16
                              },
                              "end": {
                                "line": 42,
                                "column": 86
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1093,
                              "end": 1155,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 16
                                },
                                "end": {
                                  "line": 42,
                                  "column": 78
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1093,
                                "end": 1152,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 75
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1093,
                                  "end": 1121,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 1093,
                                    "end": 1116,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 39
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1093,
                                      "end": 1104,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1093,
                                        "end": 1096,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 19
                                          }
                                        },
                                        "name": "$el"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1097,
                                        "end": 1104,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 27
                                          }
                                        },
                                        "name": "closest"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 1105,
                                        "end": 1115,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 38
                                          }
                                        },
                                        "value": ".article",
                                        "rawValue": ".article",
                                        "raw": "\".article\""
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1117,
                                    "end": 1121,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 44
                                      }
                                    },
                                    "name": "find"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 1122,
                                    "end": 1151,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 74
                                      }
                                    },
                                    "value": "meta[itemprop=\"headline\"]",
                                    "rawValue": "meta[itemprop=\"headline\"]",
                                    "raw": "\"meta[itemprop=\\\"headline\\\"]\""
                                  }
                                ]
                              },
                              "property": {
                                "type": "Literal",
                                "start": 1153,
                                "end": 1154,
                                "loc": {
                                  "start": {
                                    "line": 42,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 77
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "computed": true
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1156,
                              "end": 1163,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 79
                                },
                                "end": {
                                  "line": 42,
                                  "column": 86
                                }
                              },
                              "name": "content"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 1173,
                          "end": 1199,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 8
                            },
                            "end": {
                              "line": 43,
                              "column": 34
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1173,
                            "end": 1176,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 8
                              },
                              "end": {
                                "line": 43,
                                "column": 11
                              }
                            },
                            "name": "url"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 1179,
                            "end": 1199,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 14
                              },
                              "end": {
                                "line": 43,
                                "column": 34
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 1179,
                              "end": 1194,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 14
                                },
                                "end": {
                                  "line": 43,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1179,
                                "end": 1185,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 14
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 20
                                  }
                                },
                                "name": "window"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1186,
                                "end": 1194,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 29
                                  }
                                },
                                "name": "location"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1195,
                              "end": 1199,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 30
                                },
                                "end": {
                                  "line": 43,
                                  "column": 34
                                }
                              },
                              "name": "href"
                            },
                            "computed": false
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 1209,
                          "end": 1238,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 8
                            },
                            "end": {
                              "line": 44,
                              "column": 37
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1209,
                            "end": 1216,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 15
                              }
                            },
                            "name": "network"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 1219,
                            "end": 1238,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 18
                              },
                              "end": {
                                "line": 44,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1219,
                              "end": 1227,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 18
                                },
                                "end": {
                                  "line": 44,
                                  "column": 26
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1219,
                                "end": 1222,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 21
                                  }
                                },
                                "name": "$el"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1223,
                                "end": 1227,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 26
                                  }
                                },
                                "name": "data"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 1228,
                                "end": 1237,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 36
                                  }
                                },
                                "value": "network",
                                "rawValue": "network",
                                "raw": "\"network\""
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1245,
                      "end": 1315,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 4
                        },
                        "end": {
                          "line": 46,
                          "column": 74
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1249,
                          "end": 1314,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 8
                            },
                            "end": {
                              "line": 46,
                              "column": 73
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1249,
                            "end": 1254,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 13
                              }
                            },
                            "name": "tweet"
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 1257,
                            "end": 1314,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 16
                              },
                              "end": {
                                "line": 46,
                                "column": 73
                              }
                            },
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "start": 1260,
                                "end": 1276,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 35
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 1260,
                                  "end": 1269,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 28
                                    }
                                  },
                                  "name": "urlencode"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1270,
                                    "end": 1275,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 34
                                      }
                                    },
                                    "name": "title"
                                  }
                                ]
                              },
                              {
                                "type": "CallExpression",
                                "start": 1280,
                                "end": 1294,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 53
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 1280,
                                  "end": 1289,
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 48
                                    }
                                  },
                                  "name": "urlencode"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 1290,
                                    "end": 1293,
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 52
                                      }
                                    },
                                    "name": "url"
                                  }
                                ]
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 1258,
                                "end": 1258,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 17
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1277,
                                "end": 1278,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 37
                                  }
                                },
                                "value": {
                                  "raw": " ",
                                  "cooked": " "
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1295,
                                "end": 1313,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 72
                                  }
                                },
                                "value": {
                                  "raw": " via @lonelyplanet",
                                  "cooked": " via @lonelyplanet"
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1321,
                      "end": 1369,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 52
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1321,
                        "end": 1368,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 51
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 1321,
                          "end": 1325,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 8
                            }
                          },
                          "name": "left"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1328,
                          "end": 1368,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 11
                            },
                            "end": {
                              "line": 48,
                              "column": 51
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1328,
                            "end": 1338,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 11
                              },
                              "end": {
                                "line": 48,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1328,
                              "end": 1332,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 11
                                },
                                "end": {
                                  "line": 48,
                                  "column": 15
                                }
                              },
                              "name": "Math"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1333,
                              "end": 1338,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 16
                                },
                                "end": {
                                  "line": 48,
                                  "column": 21
                                }
                              },
                              "name": "round"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "BinaryExpression",
                              "start": 1339,
                              "end": 1367,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 22
                                },
                                "end": {
                                  "line": 48,
                                  "column": 50
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 1340,
                                "end": 1352,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 35
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1340,
                                  "end": 1348,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 31
                                    }
                                  },
                                  "name": "winWidth"
                                },
                                "operator": "/",
                                "right": {
                                  "type": "Literal",
                                  "start": 1351,
                                  "end": 1352,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 35
                                    }
                                  },
                                  "value": 2,
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "parenthesizedExpression": true
                              },
                              "operator": "-",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 1357,
                                "end": 1366,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 49
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 1357,
                                  "end": 1362,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 45
                                    }
                                  },
                                  "name": "width"
                                },
                                "operator": "/",
                                "right": {
                                  "type": "Literal",
                                  "start": 1365,
                                  "end": 1366,
                                  "loc": {
                                    "start": {
                                      "line": 48,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 48,
                                      "column": 49
                                    }
                                  },
                                  "value": 2,
                                  "rawValue": 2,
                                  "raw": "2"
                                },
                                "parenthesizedExpression": true
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1374,
                      "end": 1382,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 12
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1374,
                        "end": 1381,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 11
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 1374,
                          "end": 1377,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 7
                            }
                          },
                          "name": "top"
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1380,
                          "end": 1381,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 10
                            },
                            "end": {
                              "line": 49,
                              "column": 11
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1388,
                      "end": 1475,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 4
                        },
                        "end": {
                          "line": 53,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1392,
                        "end": 1410,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 26
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1392,
                          "end": 1401,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 17
                            }
                          },
                          "name": "winHeight"
                        },
                        "operator": ">",
                        "right": {
                          "type": "Identifier",
                          "start": 1404,
                          "end": 1410,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 20
                            },
                            "end": {
                              "line": 51,
                              "column": 26
                            }
                          },
                          "name": "height"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1412,
                        "end": 1475,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 28
                          },
                          "end": {
                            "line": 53,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1420,
                            "end": 1469,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 6
                              },
                              "end": {
                                "line": 52,
                                "column": 55
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1420,
                              "end": 1468,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 6
                                },
                                "end": {
                                  "line": 52,
                                  "column": 54
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1420,
                                "end": 1423,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 9
                                  }
                                },
                                "name": "top"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 1426,
                                "end": 1468,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 54
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1426,
                                  "end": 1436,
                                  "loc": {
                                    "start": {
                                      "line": 52,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 52,
                                      "column": 22
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1426,
                                    "end": 1430,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 16
                                      }
                                    },
                                    "name": "Math"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1431,
                                    "end": 1436,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 22
                                      }
                                    },
                                    "name": "round"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "start": 1437,
                                    "end": 1467,
                                    "loc": {
                                      "start": {
                                        "line": 52,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 52,
                                        "column": 53
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 1438,
                                      "end": 1451,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 37
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 1438,
                                        "end": 1447,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 33
                                          }
                                        },
                                        "name": "winHeight"
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 1450,
                                        "end": 1451,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 37
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "parenthesizedExpression": true
                                    },
                                    "operator": "-",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 1456,
                                      "end": 1466,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 52
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 1456,
                                        "end": 1462,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 48
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 1465,
                                        "end": 1466,
                                        "loc": {
                                          "start": {
                                            "line": 52,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 52,
                                            "column": 52
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      },
                                      "parenthesizedExpression": true
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 1481,
                      "end": 1647,
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 80
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 1485,
                          "end": 1565,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 8
                            },
                            "end": {
                              "line": 55,
                              "column": 88
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1485,
                            "end": 1498,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 8
                              },
                              "end": {
                                "line": 55,
                                "column": 21
                              }
                            },
                            "name": "windowOptions"
                          },
                          "init": {
                            "type": "Literal",
                            "start": 1501,
                            "end": 1565,
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 24
                              },
                              "end": {
                                "line": 55,
                                "column": 88
                              }
                            },
                            "value": "toolbar=no,menubar=no,location=yes,resizable=no,scrollbars=yes",
                            "rawValue": "toolbar=no,menubar=no,location=yes,resizable=no,scrollbars=yes",
                            "raw": "\"toolbar=no,menubar=no,location=yes,resizable=no,scrollbars=yes\""
                          }
                        },
                        {
                          "type": "VariableDeclarator",
                          "start": 1575,
                          "end": 1646,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 79
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 1575,
                            "end": 1585,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 8
                              },
                              "end": {
                                "line": 56,
                                "column": 18
                              }
                            },
                            "name": "windowSize"
                          },
                          "init": {
                            "type": "TemplateLiteral",
                            "start": 1588,
                            "end": 1646,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 21
                              },
                              "end": {
                                "line": 56,
                                "column": 79
                              }
                            },
                            "expressions": [
                              {
                                "type": "Identifier",
                                "start": 1597,
                                "end": 1602,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 35
                                  }
                                },
                                "name": "width"
                              },
                              {
                                "type": "Identifier",
                                "start": 1613,
                                "end": 1619,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 52
                                  }
                                },
                                "name": "height"
                              },
                              {
                                "type": "Identifier",
                                "start": 1628,
                                "end": 1632,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 65
                                  }
                                },
                                "name": "left"
                              },
                              {
                                "type": "Identifier",
                                "start": 1641,
                                "end": 1644,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 74
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 77
                                  }
                                },
                                "name": "top"
                              }
                            ],
                            "quasis": [
                              {
                                "type": "TemplateElement",
                                "start": 1589,
                                "end": 1595,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 28
                                  }
                                },
                                "value": {
                                  "raw": "width=",
                                  "cooked": "width="
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1603,
                                "end": 1611,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 44
                                  }
                                },
                                "value": {
                                  "raw": ",height=",
                                  "cooked": ",height="
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1620,
                                "end": 1626,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 53
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 59
                                  }
                                },
                                "value": {
                                  "raw": ",left=",
                                  "cooked": ",left="
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1633,
                                "end": 1639,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 72
                                  }
                                },
                                "value": {
                                  "raw": ",left=",
                                  "cooked": ",left="
                                },
                                "tail": false
                              },
                              {
                                "type": "TemplateElement",
                                "start": 1645,
                                "end": 1645,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 78
                                  }
                                },
                                "value": {
                                  "raw": "",
                                  "cooked": ""
                                },
                                "tail": true
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 1653,
                      "end": 1799,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 4
                        },
                        "end": {
                          "line": 60,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1657,
                        "end": 1678,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 29
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1657,
                          "end": 1664,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 8
                            },
                            "end": {
                              "line": 58,
                              "column": 15
                            }
                          },
                          "name": "network"
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 1669,
                          "end": 1678,
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 20
                            },
                            "end": {
                              "line": 58,
                              "column": 29
                            }
                          },
                          "value": "twitter",
                          "rawValue": "twitter",
                          "raw": "\"twitter\""
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1680,
                        "end": 1799,
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 31
                          },
                          "end": {
                            "line": 60,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1688,
                            "end": 1793,
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 6
                              },
                              "end": {
                                "line": 59,
                                "column": 111
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1688,
                              "end": 1792,
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 6
                                },
                                "end": {
                                  "line": 59,
                                  "column": 110
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1688,
                                "end": 1699,
                                "loc": {
                                  "start": {
                                    "line": 59,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 59,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1688,
                                  "end": 1694,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 12
                                    }
                                  },
                                  "name": "window"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1695,
                                  "end": 1699,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 17
                                    }
                                  },
                                  "name": "open"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 1700,
                                  "end": 1748,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 66
                                    }
                                  },
                                  "left": {
                                    "type": "Literal",
                                    "start": 1700,
                                    "end": 1740,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 58
                                      }
                                    },
                                    "value": "https://twitter.com/intent/tweet?text=",
                                    "rawValue": "https://twitter.com/intent/tweet?text=",
                                    "raw": "\"https://twitter.com/intent/tweet?text=\""
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1743,
                                    "end": 1748,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 66
                                      }
                                    },
                                    "name": "tweet"
                                  }
                                },
                                {
                                  "type": "Literal",
                                  "start": 1750,
                                  "end": 1757,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 68
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 75
                                    }
                                  },
                                  "value": "share",
                                  "rawValue": "share",
                                  "raw": "\"share\""
                                },
                                {
                                  "type": "BinaryExpression",
                                  "start": 1759,
                                  "end": 1791,
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 109
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1759,
                                    "end": 1778,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 77
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 96
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1759,
                                      "end": 1772,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 77
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 90
                                        }
                                      },
                                      "name": "windowOptions"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1775,
                                      "end": 1778,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 93
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 96
                                        }
                                      },
                                      "value": ",",
                                      "rawValue": ",",
                                      "raw": "\",\""
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1781,
                                    "end": 1791,
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 99
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 109
                                      }
                                    },
                                    "name": "windowSize"
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "IfStatement",
                      "start": 1805,
                      "end": 1957,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 64,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1809,
                        "end": 1831,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 8
                          },
                          "end": {
                            "line": 62,
                            "column": 30
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1809,
                          "end": 1816,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 8
                            },
                            "end": {
                              "line": 62,
                              "column": 15
                            }
                          },
                          "name": "network"
                        },
                        "operator": "===",
                        "right": {
                          "type": "Literal",
                          "start": 1821,
                          "end": 1831,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 20
                            },
                            "end": {
                              "line": 62,
                              "column": 30
                            }
                          },
                          "value": "facebook",
                          "rawValue": "facebook",
                          "raw": "\"facebook\""
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1833,
                        "end": 1957,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 32
                          },
                          "end": {
                            "line": 64,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1841,
                            "end": 1951,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 6
                              },
                              "end": {
                                "line": 63,
                                "column": 116
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1841,
                              "end": 1950,
                              "loc": {
                                "start": {
                                  "line": 63,
                                  "column": 6
                                },
                                "end": {
                                  "line": 63,
                                  "column": 115
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1841,
                                "end": 1852,
                                "loc": {
                                  "start": {
                                    "line": 63,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1841,
                                  "end": 1847,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 12
                                    }
                                  },
                                  "name": "window"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1848,
                                  "end": 1852,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 17
                                    }
                                  },
                                  "name": "open"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "BinaryExpression",
                                  "start": 1853,
                                  "end": 1906,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 71
                                    }
                                  },
                                  "left": {
                                    "type": "Literal",
                                    "start": 1853,
                                    "end": 1900,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 65
                                      }
                                    },
                                    "value": "https://www.facebook.com/sharer/sharer.php?u=",
                                    "rawValue": "https://www.facebook.com/sharer/sharer.php?u=",
                                    "raw": "\"https://www.facebook.com/sharer/sharer.php?u=\""
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1903,
                                    "end": 1906,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 68
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 71
                                      }
                                    },
                                    "name": "url"
                                  }
                                },
                                {
                                  "type": "Literal",
                                  "start": 1908,
                                  "end": 1915,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 73
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 80
                                    }
                                  },
                                  "value": "share",
                                  "rawValue": "share",
                                  "raw": "\"share\""
                                },
                                {
                                  "type": "BinaryExpression",
                                  "start": 1917,
                                  "end": 1949,
                                  "loc": {
                                    "start": {
                                      "line": 63,
                                      "column": 82
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 114
                                    }
                                  },
                                  "left": {
                                    "type": "BinaryExpression",
                                    "start": 1917,
                                    "end": 1936,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 82
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 101
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 1917,
                                      "end": 1930,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 82
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 95
                                        }
                                      },
                                      "name": "windowOptions"
                                    },
                                    "operator": "+",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1933,
                                      "end": 1936,
                                      "loc": {
                                        "start": {
                                          "line": 63,
                                          "column": 98
                                        },
                                        "end": {
                                          "line": 63,
                                          "column": 101
                                        }
                                      },
                                      "value": ",",
                                      "rawValue": ",",
                                      "raw": "\",\""
                                    }
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 1939,
                                    "end": 1949,
                                    "loc": {
                                      "start": {
                                        "line": 63,
                                        "column": 104
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 114
                                      }
                                    },
                                    "name": "windowSize"
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1965,
              "end": 2101,
              "loc": {
                "start": {
                  "line": 67,
                  "column": 2
                },
                "end": {
                  "line": 72,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1965,
                "end": 1985,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 2
                  },
                  "end": {
                    "line": 67,
                    "column": 22
                  }
                },
                "name": "_showActionSheetMenu"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1985,
                "end": 2101,
                "loc": {
                  "start": {
                    "line": 67,
                    "column": 22
                  },
                  "end": {
                    "line": 72,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1986,
                    "end": 1991,
                    "loc": {
                      "start": {
                        "line": 67,
                        "column": 23
                      },
                      "end": {
                        "line": 67,
                        "column": 28
                      }
                    },
                    "name": "$menu"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1993,
                  "end": 2101,
                  "loc": {
                    "start": {
                      "line": 67,
                      "column": 30
                    },
                    "end": {
                      "line": 72,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1999,
                      "end": 2097,
                      "loc": {
                        "start": {
                          "line": 68,
                          "column": 4
                        },
                        "end": {
                          "line": 71,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1999,
                        "end": 2096,
                        "loc": {
                          "start": {
                            "line": 68,
                            "column": 4
                          },
                          "end": {
                            "line": 71,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1999,
                          "end": 2072,
                          "loc": {
                            "start": {
                              "line": 68,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1999,
                            "end": 2060,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 4
                              },
                              "end": {
                                "line": 70,
                                "column": 28
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1999,
                              "end": 2043,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 4
                                },
                                "end": {
                                  "line": 70,
                                  "column": 11
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 1999,
                                "end": 2031,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 26
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 1999,
                                  "end": 2020,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 15
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 1999,
                                    "end": 2004,
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 9
                                      }
                                    },
                                    "name": "$menu"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2012,
                                    "end": 2020,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 15
                                      }
                                    },
                                    "name": "addClass"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2021,
                                    "end": 2030,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 25
                                      }
                                    },
                                    "value": "is-open",
                                    "rawValue": "is-open",
                                    "raw": "\"is-open\""
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2039,
                                "end": 2043,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 11
                                  }
                                },
                                "name": "prop"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2044,
                                "end": 2052,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 20
                                  }
                                },
                                "value": "hidden",
                                "rawValue": "hidden",
                                "raw": "\"hidden\""
                              },
                              {
                                "type": "Literal",
                                "start": 2054,
                                "end": 2059,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 27
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2068,
                            "end": 2072,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 7
                              },
                              "end": {
                                "line": 71,
                                "column": 11
                              }
                            },
                            "name": "attr"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2073,
                            "end": 2086,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 12
                              },
                              "end": {
                                "line": 71,
                                "column": 25
                              }
                            },
                            "value": "aria-hidden",
                            "rawValue": "aria-hidden",
                            "raw": "\"aria-hidden\""
                          },
                          {
                            "type": "Literal",
                            "start": 2088,
                            "end": 2095,
                            "loc": {
                              "start": {
                                "line": 71,
                                "column": 27
                              },
                              "end": {
                                "line": 71,
                                "column": 34
                              }
                            },
                            "value": "false",
                            "rawValue": "false",
                            "raw": "\"false\""
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2105,
              "end": 2242,
              "loc": {
                "start": {
                  "line": 74,
                  "column": 2
                },
                "end": {
                  "line": 79,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2105,
                "end": 2125,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 2
                  },
                  "end": {
                    "line": 74,
                    "column": 22
                  }
                },
                "name": "_hideActionSheetMenu"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2125,
                "end": 2242,
                "loc": {
                  "start": {
                    "line": 74,
                    "column": 22
                  },
                  "end": {
                    "line": 79,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2126,
                    "end": 2131,
                    "loc": {
                      "start": {
                        "line": 74,
                        "column": 23
                      },
                      "end": {
                        "line": 74,
                        "column": 28
                      }
                    },
                    "name": "$menu"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2133,
                  "end": 2242,
                  "loc": {
                    "start": {
                      "line": 74,
                      "column": 30
                    },
                    "end": {
                      "line": 79,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 2139,
                      "end": 2238,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 4
                        },
                        "end": {
                          "line": 78,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2139,
                        "end": 2237,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 34
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2139,
                          "end": 2214,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 4
                            },
                            "end": {
                              "line": 78,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2139,
                            "end": 2202,
                            "loc": {
                              "start": {
                                "line": 75,
                                "column": 4
                              },
                              "end": {
                                "line": 77,
                                "column": 27
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2139,
                              "end": 2186,
                              "loc": {
                                "start": {
                                  "line": 75,
                                  "column": 4
                                },
                                "end": {
                                  "line": 77,
                                  "column": 11
                                }
                              },
                              "object": {
                                "type": "CallExpression",
                                "start": 2139,
                                "end": 2174,
                                "loc": {
                                  "start": {
                                    "line": 75,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 29
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2139,
                                  "end": 2163,
                                  "loc": {
                                    "start": {
                                      "line": 75,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 76,
                                      "column": 18
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2139,
                                    "end": 2144,
                                    "loc": {
                                      "start": {
                                        "line": 75,
                                        "column": 4
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 9
                                      }
                                    },
                                    "name": "$menu"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2152,
                                    "end": 2163,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 7
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 18
                                      }
                                    },
                                    "name": "removeClass"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 2164,
                                    "end": 2173,
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 28
                                      }
                                    },
                                    "value": "is-open",
                                    "rawValue": "is-open",
                                    "raw": "\"is-open\""
                                  }
                                ]
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2182,
                                "end": 2186,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 11
                                  }
                                },
                                "name": "prop"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 2187,
                                "end": 2195,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 20
                                  }
                                },
                                "value": "hidden",
                                "rawValue": "hidden",
                                "raw": "\"hidden\""
                              },
                              {
                                "type": "Literal",
                                "start": 2197,
                                "end": 2201,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 26
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2210,
                            "end": 2214,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 7
                              },
                              "end": {
                                "line": 78,
                                "column": 11
                              }
                            },
                            "name": "attr"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 2215,
                            "end": 2228,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 12
                              },
                              "end": {
                                "line": 78,
                                "column": 25
                              }
                            },
                            "value": "aria-hidden",
                            "rawValue": "aria-hidden",
                            "raw": "\"aria-hidden\""
                          },
                          {
                            "type": "Literal",
                            "start": 2230,
                            "end": 2236,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 27
                              },
                              "end": {
                                "line": 78,
                                "column": 33
                              }
                            },
                            "value": "true",
                            "rawValue": "true",
                            "raw": "\"true\""
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "__esdoc__pseudo_export": false,
        "leadingComments": [],
        "trailingComments": []
      },
      "leadingComments": null
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 2246,
      "end": 2282,
      "loc": {
        "start": {
          "line": 82,
          "column": 0
        },
        "end": {
          "line": 82,
          "column": 36
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "let",
        "loc": {
          "start": {
            "line": 82,
            "column": 0
          },
          "end": {
            "line": 82,
            "column": 36
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "actionSheetComponent"
            },
            "init": {
              "type": "NewExpression",
              "callee": {
                "type": "Identifier",
                "name": "ActionSheetComponent"
              }
            }
          }
        ],
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}