{
  "type": "Program",
  "start": 0,
  "end": 5129,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 190,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 23,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 23
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 8,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 8
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 8,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 8
              }
            },
            "name": "$"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 14,
        "end": 22,
        "loc": {
          "start": {
            "line": 1,
            "column": 14
          },
          "end": {
            "line": 1,
            "column": 22
          }
        },
        "value": "jquery",
        "rawValue": "jquery",
        "raw": "\"jquery\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 24,
      "end": 61,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 37
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 31,
          "end": 37,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 31,
            "end": 37,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "Events"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 43,
        "end": 60,
        "loc": {
          "start": {
            "line": 2,
            "column": 19
          },
          "end": {
            "line": 2,
            "column": 36
          }
        },
        "value": "./mixins/events",
        "rawValue": "./mixins/events",
        "raw": "\"./mixins/events\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 62,
      "end": 104,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 42
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 69,
          "end": 75,
          "loc": {
            "start": {
              "line": 3,
              "column": 7
            },
            "end": {
              "line": 3,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 69,
            "end": 75,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 13
              }
            },
            "name": "assign"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 81,
        "end": 103,
        "loc": {
          "start": {
            "line": 3,
            "column": 19
          },
          "end": {
            "line": 3,
            "column": 41
          }
        },
        "value": "lodash/object/assign",
        "rawValue": "lodash/object/assign",
        "raw": "\"lodash/object/assign\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 105,
      "end": 143,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 38
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 112,
          "end": 116,
          "loc": {
            "start": {
              "line": 4,
              "column": 7
            },
            "end": {
              "line": 4,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 112,
            "end": 116,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 11
              }
            },
            "name": "pick"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 122,
        "end": 142,
        "loc": {
          "start": {
            "line": 4,
            "column": 17
          },
          "end": {
            "line": 4,
            "column": 37
          }
        },
        "value": "lodash/object/pick",
        "rawValue": "lodash/object/pick",
        "raw": "\"lodash/object/pick\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 144,
      "end": 184,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 40
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 151,
          "end": 155,
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 5,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 151,
            "end": 155,
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 11
              }
            },
            "name": "bind"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 161,
        "end": 183,
        "loc": {
          "start": {
            "line": 5,
            "column": 17
          },
          "end": {
            "line": 5,
            "column": 39
          }
        },
        "value": "lodash/function/bind",
        "rawValue": "lodash/function/bind",
        "raw": "\"lodash/function/bind\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 185,
      "end": 227,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 42
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 192,
          "end": 196,
          "loc": {
            "start": {
              "line": 6,
              "column": 7
            },
            "end": {
              "line": 6,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 192,
            "end": 196,
            "loc": {
              "start": {
                "line": 6,
                "column": 7
              },
              "end": {
                "line": 6,
                "column": 11
              }
            },
            "name": "each"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 202,
        "end": 226,
        "loc": {
          "start": {
            "line": 6,
            "column": 17
          },
          "end": {
            "line": 6,
            "column": 41
          }
        },
        "value": "lodash/collection/each",
        "rawValue": "lodash/collection/each",
        "raw": "\"lodash/collection/each\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 228,
      "end": 275,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 47
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 235,
          "end": 243,
          "loc": {
            "start": {
              "line": 7,
              "column": 7
            },
            "end": {
              "line": 7,
              "column": 15
            }
          },
          "local": {
            "type": "Identifier",
            "start": 235,
            "end": 243,
            "loc": {
              "start": {
                "line": 7,
                "column": 7
              },
              "end": {
                "line": 7,
                "column": 15
              }
            },
            "name": "uniqueId"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 249,
        "end": 274,
        "loc": {
          "start": {
            "line": 7,
            "column": 21
          },
          "end": {
            "line": 7,
            "column": 46
          }
        },
        "value": "lodash/utility/uniqueId",
        "rawValue": "lodash/utility/uniqueId",
        "raw": "\"lodash/utility/uniqueId\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 276,
      "end": 322,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 46
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 283,
          "end": 289,
          "loc": {
            "start": {
              "line": 8,
              "column": 7
            },
            "end": {
              "line": 8,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 283,
            "end": 289,
            "loc": {
              "start": {
                "line": 8,
                "column": 7
              },
              "end": {
                "line": 8,
                "column": 13
              }
            },
            "name": "postal"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 295,
        "end": 321,
        "loc": {
          "start": {
            "line": 8,
            "column": 19
          },
          "end": {
            "line": 8,
            "column": 45
          }
        },
        "value": "postal/lib/postal.lodash",
        "rawValue": "postal/lib/postal.lodash",
        "raw": "\"postal/lib/postal.lodash\""
      },
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Can pass in options that contains these keys. They will automatically be added to `this`",
          "start": 324,
          "end": 415,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 91
            }
          },
          "range": [
            324,
            415
          ]
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "start": 416,
      "end": 468,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 52
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 420,
          "end": 467,
          "loc": {
            "start": {
              "line": 11,
              "column": 4
            },
            "end": {
              "line": 11,
              "column": 51
            }
          },
          "id": {
            "type": "Identifier",
            "start": 420,
            "end": 433,
            "loc": {
              "start": {
                "line": 11,
                "column": 4
              },
              "end": {
                "line": 11,
                "column": 17
              }
            },
            "name": "listOfOptions",
            "leadingComments": null
          },
          "init": {
            "type": "ArrayExpression",
            "start": 436,
            "end": 467,
            "loc": {
              "start": {
                "line": 11,
                "column": 20
              },
              "end": {
                "line": 11,
                "column": 51
              }
            },
            "elements": [
              {
                "type": "Literal",
                "start": 438,
                "end": 442,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 22
                  },
                  "end": {
                    "line": 11,
                    "column": 26
                  }
                },
                "value": "el",
                "rawValue": "el",
                "raw": "\"el\""
              },
              {
                "type": "Literal",
                "start": 444,
                "end": 452,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 28
                  },
                  "end": {
                    "line": 11,
                    "column": 36
                  }
                },
                "value": "events",
                "rawValue": "events",
                "raw": "\"events\""
              },
              {
                "type": "Literal",
                "start": 454,
                "end": 465,
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 38
                  },
                  "end": {
                    "line": 11,
                    "column": 49
                  }
                },
                "value": "container",
                "rawValue": "container",
                "raw": "\"container\""
              }
            ]
          },
          "leadingComments": null
        }
      ],
      "kind": "let",
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Can pass in options that contains these keys. They will automatically be added to `this`",
          "start": 324,
          "end": 415,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 91
            }
          },
          "range": [
            324,
            415
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "CommentLine",
          "value": " Regex for the \"click .foo .bar\" in the events",
          "start": 469,
          "end": 517,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 48
            }
          },
          "range": [
            469,
            517
          ]
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "start": 518,
      "end": 563,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 45
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 522,
          "end": 562,
          "loc": {
            "start": {
              "line": 13,
              "column": 4
            },
            "end": {
              "line": 13,
              "column": 44
            }
          },
          "id": {
            "type": "Identifier",
            "start": 522,
            "end": 543,
            "loc": {
              "start": {
                "line": 13,
                "column": 4
              },
              "end": {
                "line": 13,
                "column": 25
              }
            },
            "name": "delegateEventSplitter",
            "leadingComments": null
          },
          "init": {
            "type": "Literal",
            "start": 546,
            "end": 562,
            "loc": {
              "start": {
                "line": 13,
                "column": 28
              },
              "end": {
                "line": 13,
                "column": 44
              }
            },
            "value": {},
            "rawValue": {},
            "raw": "/^(\\S+)\\s*(.*)$/",
            "regex": {
              "pattern": "^(\\S+)\\s*(.*)$",
              "flags": ""
            }
          },
          "leadingComments": null
        }
      ],
      "kind": "let",
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " Regex for the \"click .foo .bar\" in the events",
          "start": 469,
          "end": 517,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 48
            }
          },
          "range": [
            469,
            517
          ]
        }
      ],
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n* The main class that will be extended when a new componenet is created.\n* Extend this class with es6 syntax.\n* @example\n* import { Component } from \"./core/bane\"\n* \n* class ArticlesComponent extends Component {\n*   initialize() {\n*     this.events = {\n*       \"click .foo\": \"fooClicked\"\n*     }\n*   }\n*   render() {\n*     //...\n*   }\n*   fooClicked() {\n*     //...\n*   }\n* }\n",
          "start": 565,
          "end": 947,
          "loc": {
            "start": {
              "line": 15,
              "column": 0
            },
            "end": {
              "line": 34,
              "column": 2
            }
          },
          "range": [
            565,
            947
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 948,
      "end": 5090,
      "loc": {
        "start": {
          "line": 35,
          "column": 0
        },
        "end": {
          "line": 187,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 963,
        "end": 5090,
        "loc": {
          "start": {
            "line": 35,
            "column": 15
          },
          "end": {
            "line": 187,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 969,
          "end": 978,
          "loc": {
            "start": {
              "line": 35,
              "column": 21
            },
            "end": {
              "line": 35,
              "column": 30
            }
          },
          "name": "Component",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 979,
          "end": 5090,
          "loc": {
            "start": {
              "line": 35,
              "column": 31
            },
            "end": {
              "line": 187,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 1210,
              "end": 1511,
              "loc": {
                "start": {
                  "line": 42,
                  "column": 2
                },
                "end": {
                  "line": 54,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1210,
                "end": 1221,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 2
                  },
                  "end": {
                    "line": 42,
                    "column": 13
                  }
                },
                "name": "constructor",
                "leadingComments": null
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 1221,
                "end": 1511,
                "loc": {
                  "start": {
                    "line": 42,
                    "column": 13
                  },
                  "end": {
                    "line": 54,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1222,
                    "end": 1229,
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 14
                      },
                      "end": {
                        "line": 42,
                        "column": 21
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1231,
                  "end": 1511,
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 23
                    },
                    "end": {
                      "line": 54,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1237,
                      "end": 1265,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1237,
                        "end": 1264,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 4
                          },
                          "end": {
                            "line": 43,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1237,
                          "end": 1245,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 4
                            },
                            "end": {
                              "line": 43,
                              "column": 12
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1237,
                            "end": 1241,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 4
                              },
                              "end": {
                                "line": 43,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1242,
                            "end": 1245,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 9
                              },
                              "end": {
                                "line": 43,
                                "column": 12
                              }
                            },
                            "name": "cid"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 1248,
                          "end": 1264,
                          "loc": {
                            "start": {
                              "line": 43,
                              "column": 15
                            },
                            "end": {
                              "line": 43,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1248,
                            "end": 1256,
                            "loc": {
                              "start": {
                                "line": 43,
                                "column": 15
                              },
                              "end": {
                                "line": 43,
                                "column": 23
                              }
                            },
                            "name": "uniqueId"
                          },
                          "arguments": [
                            {
                              "type": "Literal",
                              "start": 1257,
                              "end": 1263,
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 24
                                },
                                "end": {
                                  "line": 43,
                                  "column": 30
                                }
                              },
                              "value": "comp",
                              "rawValue": "comp",
                              "raw": "\"comp\""
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1270,
                      "end": 1298,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1270,
                        "end": 1297,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 4
                          },
                          "end": {
                            "line": 44,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1270,
                          "end": 1282,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 4
                            },
                            "end": {
                              "line": 44,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1270,
                            "end": 1274,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 4
                              },
                              "end": {
                                "line": 44,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1275,
                            "end": 1282,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 9
                              },
                              "end": {
                                "line": 44,
                                "column": 16
                              }
                            },
                            "name": "channel"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1285,
                          "end": 1297,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 19
                            },
                            "end": {
                              "line": 44,
                              "column": 31
                            }
                          },
                          "value": "components",
                          "rawValue": "components",
                          "raw": "\"components\""
                        }
                      },
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Assign things from the passed in options to `this`",
                          "start": 1304,
                          "end": 1357,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 4
                            },
                            "end": {
                              "line": 46,
                              "column": 57
                            }
                          },
                          "range": [
                            1304,
                            1357
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1362,
                      "end": 1405,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 4
                        },
                        "end": {
                          "line": 47,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1362,
                        "end": 1404,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 4
                          },
                          "end": {
                            "line": 47,
                            "column": 46
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 1362,
                          "end": 1368,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 10
                            }
                          },
                          "name": "assign",
                          "leadingComments": null
                        },
                        "arguments": [
                          {
                            "type": "ThisExpression",
                            "start": 1369,
                            "end": 1373,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 11
                              },
                              "end": {
                                "line": 47,
                                "column": 15
                              }
                            }
                          },
                          {
                            "type": "CallExpression",
                            "start": 1375,
                            "end": 1403,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 17
                              },
                              "end": {
                                "line": 47,
                                "column": 45
                              }
                            },
                            "callee": {
                              "type": "Identifier",
                              "start": 1375,
                              "end": 1379,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 17
                                },
                                "end": {
                                  "line": 47,
                                  "column": 21
                                }
                              },
                              "name": "pick"
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 1380,
                                "end": 1387,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 29
                                  }
                                },
                                "name": "options"
                              },
                              {
                                "type": "Identifier",
                                "start": 1389,
                                "end": 1402,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 44
                                  }
                                },
                                "name": "listOfOptions"
                              }
                            ]
                          }
                        ],
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Assign things from the passed in options to `this`",
                          "start": 1304,
                          "end": 1357,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 4
                            },
                            "end": {
                              "line": 46,
                              "column": 57
                            }
                          },
                          "range": [
                            1304,
                            1357
                          ]
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1411,
                      "end": 1433,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1411,
                        "end": 1432,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 4
                          },
                          "end": {
                            "line": 49,
                            "column": 25
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1411,
                          "end": 1430,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 4
                            },
                            "end": {
                              "line": 49,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1411,
                            "end": 1415,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 4
                              },
                              "end": {
                                "line": 49,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1416,
                            "end": 1430,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 9
                              },
                              "end": {
                                "line": 49,
                                "column": 23
                              }
                            },
                            "name": "_ensureElement"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1439,
                      "end": 1478,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 4
                        },
                        "end": {
                          "line": 51,
                          "column": 43
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1439,
                        "end": 1477,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 4
                          },
                          "end": {
                            "line": 51,
                            "column": 42
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1439,
                          "end": 1460,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 4
                            },
                            "end": {
                              "line": 51,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1439,
                            "end": 1454,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 4
                              },
                              "end": {
                                "line": 51,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1439,
                              "end": 1443,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 4
                                },
                                "end": {
                                  "line": 51,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1444,
                              "end": 1454,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 9
                                },
                                "end": {
                                  "line": 51,
                                  "column": 19
                                }
                              },
                              "name": "initialize"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1455,
                            "end": 1460,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 20
                              },
                              "end": {
                                "line": 51,
                                "column": 25
                              }
                            },
                            "name": "apply"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ThisExpression",
                            "start": 1461,
                            "end": 1465,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 26
                              },
                              "end": {
                                "line": 51,
                                "column": 30
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "start": 1467,
                            "end": 1476,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 32
                              },
                              "end": {
                                "line": 51,
                                "column": 41
                              }
                            },
                            "name": "arguments"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1484,
                      "end": 1507,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 4
                        },
                        "end": {
                          "line": 53,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1484,
                        "end": 1506,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 4
                          },
                          "end": {
                            "line": 53,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1484,
                          "end": 1504,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 4
                            },
                            "end": {
                              "line": 53,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1484,
                            "end": 1488,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 4
                              },
                              "end": {
                                "line": 53,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1489,
                            "end": 1504,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 9
                              },
                              "end": {
                                "line": 53,
                                "column": 24
                              }
                            },
                            "name": "_delegateEvents"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Constructs a component\n   * @param  {[Options]} options An options object\n   * @param {Element} options.el An element to attatch this component to\n   * @param {Object} options.events A key value pair of events\n   ",
                  "start": 983,
                  "end": 1207,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 2
                    },
                    "end": {
                      "line": 41,
                      "column": 5
                    }
                  },
                  "range": [
                    983,
                    1207
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1514,
              "end": 1607,
              "loc": {
                "start": {
                  "line": 55,
                  "column": 2
                },
                "end": {
                  "line": 57,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1514,
                "end": 1524,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 2
                  },
                  "end": {
                    "line": 55,
                    "column": 12
                  }
                },
                "name": "initialize"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1524,
                "end": 1607,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 12
                  },
                  "end": {
                    "line": 57,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1527,
                  "end": 1607,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 15
                    },
                    "end": {
                      "line": 57,
                      "column": 3
                    }
                  },
                  "body": [],
                  "leadingComments": null,
                  "trailingComments": [
                    {
                      "type": "CommentLine",
                      "value": " Overwrite the initialize method in your component for initial setup",
                      "start": 1533,
                      "end": 1603,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 56,
                          "column": 74
                        }
                      },
                      "range": [
                        1533,
                        1603
                      ]
                    },
                    {
                      "type": "Block",
                      "value": "*\n   * Override this method with custom rendering logic\n   * @return {Object} Instance of the component\n   ",
                      "start": 1610,
                      "end": 1721,
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 2
                        },
                        "end": {
                          "line": 61,
                          "column": 5
                        }
                      },
                      "range": [
                        1610,
                        1721
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1724,
              "end": 1793,
              "loc": {
                "start": {
                  "line": 62,
                  "column": 2
                },
                "end": {
                  "line": 65,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1724,
                "end": 1730,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 2
                  },
                  "end": {
                    "line": 62,
                    "column": 8
                  }
                },
                "name": "render",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1730,
                "end": 1793,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 8
                  },
                  "end": {
                    "line": 65,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 1733,
                  "end": 1793,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 11
                    },
                    "end": {
                      "line": 65,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 1777,
                      "end": 1789,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 4
                        },
                        "end": {
                          "line": 64,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1784,
                        "end": 1788,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 11
                          },
                          "end": {
                            "line": 64,
                            "column": 15
                          }
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Overwrite me with awesomesauce",
                          "start": 1739,
                          "end": 1772,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 4
                            },
                            "end": {
                              "line": 63,
                              "column": 37
                            }
                          },
                          "range": [
                            1739,
                            1772
                          ]
                        }
                      ]
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Overwrite the initialize method in your component for initial setup",
                  "start": 1533,
                  "end": 1603,
                  "loc": {
                    "start": {
                      "line": 56,
                      "column": 4
                    },
                    "end": {
                      "line": 56,
                      "column": 74
                    }
                  },
                  "range": [
                    1533,
                    1603
                  ]
                },
                {
                  "type": "Block",
                  "value": "*\n   * Override this method with custom rendering logic\n   * @return {Object} Instance of the component\n   ",
                  "start": 1610,
                  "end": 1721,
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 2
                    },
                    "end": {
                      "line": 61,
                      "column": 5
                    }
                  },
                  "range": [
                    1610,
                    1721
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * This method actually builds the template and inserts the HTML into the DOM\n   * @param  {Object} data The data to pass to a template function\n   * @return {jQuery} Returns the element\n   ",
                  "start": 1796,
                  "end": 1994,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 2
                    },
                    "end": {
                      "line": 70,
                      "column": 5
                    }
                  },
                  "range": [
                    1796,
                    1994
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 1997,
              "end": 2142,
              "loc": {
                "start": {
                  "line": 71,
                  "column": 2
                },
                "end": {
                  "line": 75,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1997,
                "end": 2002,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 2
                  },
                  "end": {
                    "line": 71,
                    "column": 7
                  }
                },
                "name": "build",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2002,
                "end": 2142,
                "loc": {
                  "start": {
                    "line": 71,
                    "column": 7
                  },
                  "end": {
                    "line": 75,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2003,
                    "end": 2007,
                    "loc": {
                      "start": {
                        "line": 71,
                        "column": 8
                      },
                      "end": {
                        "line": 71,
                        "column": 12
                      }
                    },
                    "name": "data"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2009,
                  "end": 2142,
                  "loc": {
                    "start": {
                      "line": 71,
                      "column": 14
                    },
                    "end": {
                      "line": 75,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2015,
                      "end": 2138,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 4
                        },
                        "end": {
                          "line": 74,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2019,
                        "end": 2026,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 8
                          },
                          "end": {
                            "line": 72,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2019,
                          "end": 2023,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 8
                            },
                            "end": {
                              "line": 72,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2024,
                          "end": 2026,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 13
                            },
                            "end": {
                              "line": 72,
                              "column": 15
                            }
                          },
                          "name": "el"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2028,
                        "end": 2138,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 17
                          },
                          "end": {
                            "line": 74,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 2036,
                            "end": 2132,
                            "loc": {
                              "start": {
                                "line": 73,
                                "column": 6
                              },
                              "end": {
                                "line": 73,
                                "column": 102
                              }
                            },
                            "argument": {
                              "type": "CallExpression",
                              "start": 2043,
                              "end": 2131,
                              "loc": {
                                "start": {
                                  "line": 73,
                                  "column": 13
                                },
                                "end": {
                                  "line": 73,
                                  "column": 101
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2043,
                                "end": 2056,
                                "loc": {
                                  "start": {
                                    "line": 73,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 73,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2043,
                                  "end": 2051,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2043,
                                    "end": 2047,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2048,
                                    "end": 2051,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 21
                                      }
                                    },
                                    "name": "$el"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2052,
                                  "end": 2056,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 26
                                    }
                                  },
                                  "name": "html"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ConditionalExpression",
                                  "start": 2057,
                                  "end": 2130,
                                  "loc": {
                                    "start": {
                                      "line": 73,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 73,
                                      "column": 100
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 2057,
                                    "end": 2092,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 62
                                      }
                                    },
                                    "left": {
                                      "type": "UnaryExpression",
                                      "start": 2057,
                                      "end": 2077,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 47
                                        }
                                      },
                                      "operator": "typeof",
                                      "prefix": true,
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 2064,
                                        "end": 2077,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 47
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 2064,
                                          "end": 2068,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2069,
                                          "end": 2077,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 47
                                            }
                                          },
                                          "name": "template"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 2082,
                                      "end": 2092,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 62
                                        }
                                      },
                                      "value": "function",
                                      "rawValue": "function",
                                      "raw": "\"function\""
                                    }
                                  },
                                  "consequent": {
                                    "type": "CallExpression",
                                    "start": 2095,
                                    "end": 2114,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 65
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 84
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2095,
                                      "end": 2108,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 78
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2095,
                                        "end": 2099,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 69
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2100,
                                        "end": 2108,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 70
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 78
                                          }
                                        },
                                        "name": "template"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2109,
                                        "end": 2113,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 83
                                          }
                                        },
                                        "name": "data"
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "MemberExpression",
                                    "start": 2117,
                                    "end": 2130,
                                    "loc": {
                                      "start": {
                                        "line": 73,
                                        "column": 87
                                      },
                                      "end": {
                                        "line": 73,
                                        "column": 100
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2117,
                                      "end": 2121,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 87
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 91
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2122,
                                      "end": 2130,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 92
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 100
                                        }
                                      },
                                      "name": "template"
                                    },
                                    "computed": false
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * This method actually builds the template and inserts the HTML into the DOM\n   * @param  {Object} data The data to pass to a template function\n   * @return {jQuery} Returns the element\n   ",
                  "start": 1796,
                  "end": 1994,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 2
                    },
                    "end": {
                      "line": 70,
                      "column": 5
                    }
                  },
                  "range": [
                    1796,
                    1994
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Pull data off of a custom data attribute `data-lp-initial-abc`.\n   * This allows for server side JSON data to be embeded in the document.\n   * @example <caption>HTML</caption>\n   * <div data-lp-initial-cards=\"{{cards}}\"></div>\n   *\n   * @example <caption>JavaScript</caption>\n   * let state = this.getInitialState(); \n   * state.cards; // { cards: ... }\n   * \n   * @return {Object} The parsed JSON data\n   ",
                  "start": 2145,
                  "end": 2562,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 2
                    },
                    "end": {
                      "line": 87,
                      "column": 5
                    }
                  },
                  "range": [
                    2145,
                    2562
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 2565,
              "end": 3371,
              "loc": {
                "start": {
                  "line": 88,
                  "column": 2
                },
                "end": {
                  "line": 120,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2565,
                "end": 2580,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 2
                  },
                  "end": {
                    "line": 88,
                    "column": 17
                  }
                },
                "name": "getInitialState",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2580,
                "end": 3371,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 17
                  },
                  "end": {
                    "line": 120,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2583,
                  "end": 3371,
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 20
                    },
                    "end": {
                      "line": 120,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2589,
                      "end": 2659,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 4
                        },
                        "end": {
                          "line": 91,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2593,
                        "end": 2614,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 8
                          },
                          "end": {
                            "line": 89,
                            "column": 29
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 2593,
                          "end": 2597,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 8
                            },
                            "end": {
                              "line": 89,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2598,
                          "end": 2614,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 13
                            },
                            "end": {
                              "line": 89,
                              "column": 29
                            }
                          },
                          "name": "__initialState__"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2616,
                        "end": 2659,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 31
                          },
                          "end": {
                            "line": 91,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 2624,
                            "end": 2653,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 6
                              },
                              "end": {
                                "line": 90,
                                "column": 35
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 2631,
                              "end": 2652,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 13
                                },
                                "end": {
                                  "line": 90,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2631,
                                "end": 2635,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 17
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2636,
                                "end": 2652,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 34
                                  }
                                },
                                "name": "__initialState__"
                              },
                              "computed": false
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2665,
                      "end": 2704,
                      "loc": {
                        "start": {
                          "line": 93,
                          "column": 4
                        },
                        "end": {
                          "line": 93,
                          "column": 43
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2669,
                          "end": 2703,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 8
                            },
                            "end": {
                              "line": 93,
                              "column": 42
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2669,
                            "end": 2674,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 8
                              },
                              "end": {
                                "line": 93,
                                "column": 13
                              }
                            },
                            "name": "state"
                          },
                          "init": {
                            "type": "AssignmentExpression",
                            "start": 2677,
                            "end": 2703,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 16
                              },
                              "end": {
                                "line": 93,
                                "column": 42
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 2677,
                              "end": 2698,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 16
                                },
                                "end": {
                                  "line": 93,
                                  "column": 37
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 2677,
                                "end": 2681,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 20
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2682,
                                "end": 2698,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 37
                                  }
                                },
                                "name": "__initialState__"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "ObjectExpression",
                              "start": 2701,
                              "end": 2703,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 40
                                },
                                "end": {
                                  "line": 93,
                                  "column": 42
                                }
                              },
                              "properties": []
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2710,
                      "end": 3348,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 4
                        },
                        "end": {
                          "line": 117,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2710,
                        "end": 3347,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 4
                          },
                          "end": {
                            "line": 117,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 2710,
                          "end": 2714,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 4
                            },
                            "end": {
                              "line": 95,
                              "column": 8
                            }
                          },
                          "name": "each"
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2715,
                            "end": 2730,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 9
                              },
                              "end": {
                                "line": 95,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2715,
                              "end": 2728,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 9
                                },
                                "end": {
                                  "line": 95,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2715,
                                "end": 2723,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 9
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2715,
                                  "end": 2719,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 13
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2720,
                                  "end": 2723,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 17
                                    }
                                  },
                                  "name": "$el"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2724,
                                "end": 2728,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 22
                                  }
                                },
                                "name": "data"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2732,
                            "end": 3346,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 26
                              },
                              "end": {
                                "line": 117,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2733,
                                "end": 2736,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 30
                                  }
                                },
                                "name": "val"
                              },
                              {
                                "type": "Identifier",
                                "start": 2738,
                                "end": 2741,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 35
                                  }
                                },
                                "name": "key"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 2746,
                              "end": 3346,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 40
                                },
                                "end": {
                                  "line": 117,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 2754,
                                  "end": 3340,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 2758,
                                    "end": 2787,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 39
                                      }
                                    },
                                    "left": {
                                      "type": "CallExpression",
                                      "start": 2758,
                                      "end": 2782,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 34
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 2758,
                                        "end": 2769,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 21
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2758,
                                          "end": 2761,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 13
                                            }
                                          },
                                          "name": "key"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2762,
                                          "end": 2769,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 21
                                            }
                                          },
                                          "name": "indexOf"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 2770,
                                          "end": 2781,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 33
                                            }
                                          },
                                          "value": "lpInitial",
                                          "rawValue": "lpInitial",
                                          "raw": "\"lpInitial\""
                                        }
                                      ]
                                    },
                                    "operator": ">",
                                    "right": {
                                      "type": "UnaryExpression",
                                      "start": 2785,
                                      "end": 2787,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 39
                                        }
                                      },
                                      "operator": "-",
                                      "prefix": true,
                                      "argument": {
                                        "type": "Literal",
                                        "start": 2786,
                                        "end": 2787,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 39
                                          }
                                        },
                                        "value": 1,
                                        "rawValue": 1,
                                        "raw": "1"
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 2789,
                                    "end": 3340,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 2799,
                                        "end": 2817,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 26
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 2803,
                                            "end": 2816,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 25
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 2803,
                                              "end": 2809,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 18
                                                }
                                              },
                                              "name": "parsed"
                                            },
                                            "init": {
                                              "type": "Literal",
                                              "start": 2812,
                                              "end": 2816,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 25
                                                }
                                              },
                                              "value": null,
                                              "rawValue": null,
                                              "raw": "null"
                                            }
                                          }
                                        ],
                                        "kind": "let",
                                        "trailingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " No...no... please god no... nooooooooooooo.",
                                            "start": 2826,
                                            "end": 2872,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 54
                                              }
                                            },
                                            "range": [
                                              2826,
                                              2872
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "TryStatement",
                                        "start": 2881,
                                        "end": 3169,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 9
                                          }
                                        },
                                        "block": {
                                          "type": "BlockStatement",
                                          "start": 2885,
                                          "end": 3123,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "IfStatement",
                                              "start": 2897,
                                              "end": 3077,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 11
                                                }
                                              },
                                              "test": {
                                                "type": "MemberExpression",
                                                "start": 2901,
                                                "end": 2911,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 24
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2901,
                                                  "end": 2904,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 14
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 17
                                                    }
                                                  },
                                                  "name": "val",
                                                  "leadingComments": null
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2905,
                                                  "end": 2911,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 18
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 24
                                                    }
                                                  },
                                                  "name": "source"
                                                },
                                                "computed": false,
                                                "leadingComments": null
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 2913,
                                                "end": 3077,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 11
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 2927,
                                                    "end": 2940,
                                                    "loc": {
                                                      "start": {
                                                        "line": 101,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 101,
                                                        "column": 25
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 2931,
                                                        "end": 2939,
                                                        "loc": {
                                                          "start": {
                                                            "line": 101,
                                                            "column": 16
                                                          },
                                                          "end": {
                                                            "line": 101,
                                                            "column": 24
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 2931,
                                                          "end": 2934,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 19
                                                            }
                                                          },
                                                          "name": "tmp"
                                                        },
                                                        "init": {
                                                          "type": "ArrayExpression",
                                                          "start": 2937,
                                                          "end": 2939,
                                                          "loc": {
                                                            "start": {
                                                              "line": 101,
                                                              "column": 22
                                                            },
                                                            "end": {
                                                              "line": 101,
                                                              "column": 24
                                                            }
                                                          },
                                                          "elements": []
                                                        }
                                                      }
                                                    ],
                                                    "kind": "let"
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 2953,
                                                    "end": 3042,
                                                    "loc": {
                                                      "start": {
                                                        "line": 102,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 15
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 2953,
                                                      "end": 3041,
                                                      "loc": {
                                                        "start": {
                                                          "line": 102,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 14
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "Identifier",
                                                        "start": 2953,
                                                        "end": 2957,
                                                        "loc": {
                                                          "start": {
                                                            "line": 102,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 102,
                                                            "column": 16
                                                          }
                                                        },
                                                        "name": "each"
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 2958,
                                                          "end": 2968,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 102,
                                                              "column": 27
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2958,
                                                            "end": 2961,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 20
                                                              }
                                                            },
                                                            "name": "val"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2962,
                                                            "end": 2968,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 102,
                                                                "column": 27
                                                              }
                                                            },
                                                            "name": "source"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "FunctionExpression",
                                                          "start": 2970,
                                                          "end": 3040,
                                                          "loc": {
                                                            "start": {
                                                              "line": 102,
                                                              "column": 29
                                                            },
                                                            "end": {
                                                              "line": 104,
                                                              "column": 13
                                                            }
                                                          },
                                                          "id": null,
                                                          "generator": false,
                                                          "expression": false,
                                                          "async": false,
                                                          "params": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 2979,
                                                              "end": 2982,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 102,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 102,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "name": "str"
                                                            }
                                                          ],
                                                          "body": {
                                                            "type": "BlockStatement",
                                                            "start": 2984,
                                                            "end": 3040,
                                                            "loc": {
                                                              "start": {
                                                                "line": 102,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 104,
                                                                "column": 13
                                                              }
                                                            },
                                                            "body": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 3000,
                                                                "end": 3026,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 103,
                                                                    "column": 14
                                                                  },
                                                                  "end": {
                                                                    "line": 103,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 3000,
                                                                  "end": 3025,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 103,
                                                                      "column": 14
                                                                    },
                                                                    "end": {
                                                                      "line": 103,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3000,
                                                                    "end": 3008,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 103,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 103,
                                                                        "column": 22
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 3000,
                                                                      "end": 3003,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 103,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 103,
                                                                          "column": 17
                                                                        }
                                                                      },
                                                                      "name": "tmp"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3004,
                                                                      "end": 3008,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 103,
                                                                          "column": 18
                                                                        },
                                                                        "end": {
                                                                          "line": 103,
                                                                          "column": 22
                                                                        }
                                                                      },
                                                                      "name": "push"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "CallExpression",
                                                                      "start": 3009,
                                                                      "end": 3024,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 103,
                                                                          "column": 23
                                                                        },
                                                                        "end": {
                                                                          "line": 103,
                                                                          "column": 38
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 3009,
                                                                        "end": 3019,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 103,
                                                                            "column": 23
                                                                          },
                                                                          "end": {
                                                                            "line": 103,
                                                                            "column": 33
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 3009,
                                                                          "end": 3013,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 103,
                                                                              "column": 23
                                                                            },
                                                                            "end": {
                                                                              "line": 103,
                                                                              "column": 27
                                                                            }
                                                                          },
                                                                          "name": "JSON"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 3014,
                                                                          "end": 3019,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 103,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 103,
                                                                              "column": 33
                                                                            }
                                                                          },
                                                                          "name": "parse"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "Identifier",
                                                                          "start": 3020,
                                                                          "end": 3023,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 103,
                                                                              "column": 34
                                                                            },
                                                                            "end": {
                                                                              "line": 103,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "name": "str"
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 3055,
                                                    "end": 3065,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 22
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 3055,
                                                      "end": 3064,
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 21
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "Identifier",
                                                        "start": 3055,
                                                        "end": 3058,
                                                        "loc": {
                                                          "start": {
                                                            "line": 105,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 105,
                                                            "column": 15
                                                          }
                                                        },
                                                        "name": "val"
                                                      },
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 3061,
                                                        "end": 3064,
                                                        "loc": {
                                                          "start": {
                                                            "line": 105,
                                                            "column": 18
                                                          },
                                                          "end": {
                                                            "line": 105,
                                                            "column": 21
                                                          }
                                                        },
                                                        "name": "tmp"
                                                      }
                                                    }
                                                  }
                                                ]
                                              },
                                              "alternate": null,
                                              "leadingComments": null
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 3088,
                                              "end": 3113,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 35
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 3088,
                                                "end": 3112,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 34
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 3088,
                                                  "end": 3094,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 16
                                                    }
                                                  },
                                                  "name": "parsed"
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 3097,
                                                  "end": 3112,
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 19
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 34
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3097,
                                                    "end": 3107,
                                                    "loc": {
                                                      "start": {
                                                        "line": 107,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 107,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3097,
                                                      "end": 3101,
                                                      "loc": {
                                                        "start": {
                                                          "line": 107,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "JSON"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3102,
                                                      "end": 3107,
                                                      "loc": {
                                                        "start": {
                                                          "line": 107,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 29
                                                        }
                                                      },
                                                      "name": "parse"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 3108,
                                                      "end": 3111,
                                                      "loc": {
                                                        "start": {
                                                          "line": 107,
                                                          "column": 30
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "val"
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ],
                                          "leadingComments": null
                                        },
                                        "handler": {
                                          "type": "CatchClause",
                                          "start": 3124,
                                          "end": 3169,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 9
                                            }
                                          },
                                          "param": {
                                            "type": "Identifier",
                                            "start": 3131,
                                            "end": 3132,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 18
                                              }
                                            },
                                            "name": "e"
                                          },
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 3134,
                                            "end": 3169,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 9
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 3146,
                                                "end": 3159,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 23
                                                  }
                                                },
                                                "expression": {
                                                  "type": "AssignmentExpression",
                                                  "start": 3146,
                                                  "end": 3158,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 22
                                                    }
                                                  },
                                                  "operator": "=",
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 3146,
                                                    "end": 3152,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 16
                                                      }
                                                    },
                                                    "name": "parsed"
                                                  },
                                                  "right": {
                                                    "type": "Identifier",
                                                    "start": 3155,
                                                    "end": 3158,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 22
                                                      }
                                                    },
                                                    "name": "val"
                                                  }
                                                }
                                              }
                                            ]
                                          }
                                        },
                                        "guardedHandlers": [],
                                        "finalizer": null,
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " No...no... please god no... nooooooooooooo.",
                                            "start": 2826,
                                            "end": 2872,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 54
                                              }
                                            },
                                            "range": [
                                              2826,
                                              2872
                                            ]
                                          }
                                        ]
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 3179,
                                        "end": 3237,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 66
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 3183,
                                            "end": 3236,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 65
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 3183,
                                              "end": 3191,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 20
                                                }
                                              },
                                              "name": "cleanKey"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 3194,
                                              "end": 3236,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 65
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3194,
                                                "end": 3234,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "CallExpression",
                                                  "start": 3194,
                                                  "end": 3222,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 51
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3194,
                                                    "end": 3205,
                                                    "loc": {
                                                      "start": {
                                                        "line": 112,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 34
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3194,
                                                      "end": 3197,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 26
                                                        }
                                                      },
                                                      "name": "key"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3198,
                                                      "end": 3205,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 34
                                                        }
                                                      },
                                                      "name": "replace"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Literal",
                                                      "start": 3206,
                                                      "end": 3217,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 46
                                                        }
                                                      },
                                                      "value": "lpInitial",
                                                      "rawValue": "lpInitial",
                                                      "raw": "\"lpInitial\""
                                                    },
                                                    {
                                                      "type": "Literal",
                                                      "start": 3219,
                                                      "end": 3221,
                                                      "loc": {
                                                        "start": {
                                                          "line": 112,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 50
                                                        }
                                                      },
                                                      "value": "",
                                                      "rawValue": "",
                                                      "raw": "\"\""
                                                    }
                                                  ]
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3223,
                                                  "end": 3234,
                                                  "loc": {
                                                    "start": {
                                                      "line": 112,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 63
                                                    }
                                                  },
                                                  "name": "toLowerCase"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3246,
                                        "end": 3271,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 33
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3246,
                                          "end": 3270,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 32
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3246,
                                            "end": 3261,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 23
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3246,
                                              "end": 3251,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 13
                                                }
                                              },
                                              "name": "state"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3252,
                                              "end": 3260,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 22
                                                }
                                              },
                                              "name": "cleanKey"
                                            },
                                            "computed": true
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3264,
                                            "end": 3270,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 32
                                              }
                                            },
                                            "name": "parsed"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3281,
                                        "end": 3332,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 59
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3281,
                                          "end": 3331,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 58
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3281,
                                            "end": 3300,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 27
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3281,
                                              "end": 3289,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 16
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3281,
                                                "end": 3285,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 12
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3286,
                                                "end": 3289,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 13
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 16
                                                  }
                                                },
                                                "name": "$el"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3290,
                                              "end": 3300,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 27
                                                }
                                              },
                                              "name": "removeAttr"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "TemplateLiteral",
                                              "start": 3301,
                                              "end": 3330,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 57
                                                }
                                              },
                                              "expressions": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3320,
                                                  "end": 3328,
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 55
                                                    }
                                                  },
                                                  "name": "cleanKey"
                                                }
                                              ],
                                              "quasis": [
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3302,
                                                  "end": 3318,
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 45
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "data-lp-initial-",
                                                    "cooked": "data-lp-initial-"
                                                  },
                                                  "tail": false
                                                },
                                                {
                                                  "type": "TemplateElement",
                                                  "start": 3329,
                                                  "end": 3329,
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 56
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 56
                                                    }
                                                  },
                                                  "value": {
                                                    "raw": "",
                                                    "cooked": ""
                                                  },
                                                  "tail": true
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 3354,
                      "end": 3367,
                      "loc": {
                        "start": {
                          "line": 119,
                          "column": 4
                        },
                        "end": {
                          "line": 119,
                          "column": 17
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 3361,
                        "end": 3366,
                        "loc": {
                          "start": {
                            "line": 119,
                            "column": 11
                          },
                          "end": {
                            "line": 119,
                            "column": 16
                          }
                        },
                        "name": "state"
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Pull data off of a custom data attribute `data-lp-initial-abc`.\n   * This allows for server side JSON data to be embeded in the document.\n   * @example <caption>HTML</caption>\n   * <div data-lp-initial-cards=\"{{cards}}\"></div>\n   *\n   * @example <caption>JavaScript</caption>\n   * let state = this.getInitialState(); \n   * state.cards; // { cards: ... }\n   * \n   * @return {Object} The parsed JSON data\n   ",
                  "start": 2145,
                  "end": 2562,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 2
                    },
                    "end": {
                      "line": 87,
                      "column": 5
                    }
                  },
                  "range": [
                    2145,
                    2562
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* \n  * Allows you to delegate events to the element the component is attached to. In the `initialize` method of your\n  * component, simply add an `events` object to `this\n  * @example\n  *  initialize() {\n  *    this.events = {\n  *      \"click\": \"someMethod\",\n  *      \"click .button\": \"anotherMethod\"\n  *    }\n  *  }\n  ",
                  "start": 3374,
                  "end": 3697,
                  "loc": {
                    "start": {
                      "line": 121,
                      "column": 2
                    },
                    "end": {
                      "line": 131,
                      "column": 4
                    }
                  },
                  "range": [
                    3374,
                    3697
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 3700,
              "end": 4382,
              "loc": {
                "start": {
                  "line": 132,
                  "column": 2
                },
                "end": {
                  "line": 158,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3700,
                "end": 3715,
                "loc": {
                  "start": {
                    "line": 132,
                    "column": 2
                  },
                  "end": {
                    "line": 132,
                    "column": 17
                  }
                },
                "name": "_delegateEvents",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3715,
                "end": 4382,
                "loc": {
                  "start": {
                    "line": 132,
                    "column": 17
                  },
                  "end": {
                    "line": 158,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3716,
                    "end": 3722,
                    "loc": {
                      "start": {
                        "line": 132,
                        "column": 18
                      },
                      "end": {
                        "line": 132,
                        "column": 24
                      }
                    },
                    "name": "events"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3724,
                  "end": 4382,
                  "loc": {
                    "start": {
                      "line": 132,
                      "column": 26
                    },
                    "end": {
                      "line": 158,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3730,
                      "end": 3797,
                      "loc": {
                        "start": {
                          "line": 133,
                          "column": 4
                        },
                        "end": {
                          "line": 135,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3734,
                        "end": 3769,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 8
                          },
                          "end": {
                            "line": 133,
                            "column": 43
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "LogicalExpression",
                          "start": 3736,
                          "end": 3768,
                          "loc": {
                            "start": {
                              "line": 133,
                              "column": 10
                            },
                            "end": {
                              "line": 133,
                              "column": 42
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 3736,
                            "end": 3742,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 10
                              },
                              "end": {
                                "line": 133,
                                "column": 16
                              }
                            },
                            "name": "events"
                          },
                          "operator": "||",
                          "right": {
                            "type": "AssignmentExpression",
                            "start": 3747,
                            "end": 3767,
                            "loc": {
                              "start": {
                                "line": 133,
                                "column": 21
                              },
                              "end": {
                                "line": 133,
                                "column": 41
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "Identifier",
                              "start": 3747,
                              "end": 3753,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 21
                                },
                                "end": {
                                  "line": 133,
                                  "column": 27
                                }
                              },
                              "name": "events"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 3756,
                              "end": 3767,
                              "loc": {
                                "start": {
                                  "line": 133,
                                  "column": 30
                                },
                                "end": {
                                  "line": 133,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3756,
                                "end": 3760,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 34
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3761,
                                "end": 3767,
                                "loc": {
                                  "start": {
                                    "line": 133,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 133,
                                    "column": 41
                                  }
                                },
                                "name": "events"
                              },
                              "computed": false
                            },
                            "parenthesizedExpression": true
                          },
                          "parenthesizedExpression": true
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3771,
                        "end": 3797,
                        "loc": {
                          "start": {
                            "line": 133,
                            "column": 45
                          },
                          "end": {
                            "line": 135,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 3779,
                            "end": 3791,
                            "loc": {
                              "start": {
                                "line": 134,
                                "column": 6
                              },
                              "end": {
                                "line": 134,
                                "column": 18
                              }
                            },
                            "argument": {
                              "type": "ThisExpression",
                              "start": 3786,
                              "end": 3790,
                              "loc": {
                                "start": {
                                  "line": 134,
                                  "column": 13
                                },
                                "end": {
                                  "line": 134,
                                  "column": 17
                                }
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3802,
                      "end": 3827,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 4
                        },
                        "end": {
                          "line": 136,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3802,
                        "end": 3826,
                        "loc": {
                          "start": {
                            "line": 136,
                            "column": 4
                          },
                          "end": {
                            "line": 136,
                            "column": 28
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3802,
                          "end": 3824,
                          "loc": {
                            "start": {
                              "line": 136,
                              "column": 4
                            },
                            "end": {
                              "line": 136,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3802,
                            "end": 3806,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 4
                              },
                              "end": {
                                "line": 136,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3807,
                            "end": 3824,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 9
                              },
                              "end": {
                                "line": 136,
                                "column": 26
                              }
                            },
                            "name": "_undelegateEvents"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ForInStatement",
                      "start": 3833,
                      "end": 4361,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 4
                        },
                        "end": {
                          "line": 156,
                          "column": 5
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 3838,
                        "end": 3845,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 9
                          },
                          "end": {
                            "line": 138,
                            "column": 16
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3842,
                            "end": 3845,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 13
                              },
                              "end": {
                                "line": 138,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3842,
                              "end": 3845,
                              "loc": {
                                "start": {
                                  "line": 138,
                                  "column": 13
                                },
                                "end": {
                                  "line": 138,
                                  "column": 16
                                }
                              },
                              "name": "key"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 3849,
                        "end": 3855,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 20
                          },
                          "end": {
                            "line": 138,
                            "column": 26
                          }
                        },
                        "name": "events"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3857,
                        "end": 4361,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 28
                          },
                          "end": {
                            "line": 156,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3865,
                            "end": 3890,
                            "loc": {
                              "start": {
                                "line": 139,
                                "column": 6
                              },
                              "end": {
                                "line": 139,
                                "column": 31
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3869,
                                "end": 3889,
                                "loc": {
                                  "start": {
                                    "line": 139,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 139,
                                    "column": 30
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3869,
                                  "end": 3875,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 16
                                    }
                                  },
                                  "name": "method"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 3878,
                                  "end": 3889,
                                  "loc": {
                                    "start": {
                                      "line": 139,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 139,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3878,
                                    "end": 3884,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 25
                                      }
                                    },
                                    "name": "events"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3885,
                                    "end": 3888,
                                    "loc": {
                                      "start": {
                                        "line": 139,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 139,
                                        "column": 29
                                      }
                                    },
                                    "name": "key"
                                  },
                                  "computed": true
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 3897,
                            "end": 3976,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 6
                              },
                              "end": {
                                "line": 142,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 3901,
                              "end": 3929,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 10
                                },
                                "end": {
                                  "line": 140,
                                  "column": 38
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 3901,
                                "end": 3914,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 23
                                  }
                                },
                                "operator": "typeof",
                                "prefix": true,
                                "argument": {
                                  "type": "Identifier",
                                  "start": 3908,
                                  "end": 3914,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 23
                                    }
                                  },
                                  "name": "method"
                                }
                              },
                              "operator": "!==",
                              "right": {
                                "type": "Literal",
                                "start": 3919,
                                "end": 3929,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 38
                                  }
                                },
                                "value": "function",
                                "rawValue": "function",
                                "raw": "\"function\""
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3931,
                              "end": 3976,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 40
                                },
                                "end": {
                                  "line": 142,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3941,
                                  "end": 3968,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3941,
                                    "end": 3967,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3941,
                                      "end": 3947,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 14
                                        }
                                      },
                                      "name": "method"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3950,
                                      "end": 3967,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3950,
                                        "end": 3954,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "MemberExpression",
                                        "start": 3955,
                                        "end": 3966,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3955,
                                          "end": 3961,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 28
                                            }
                                          },
                                          "name": "events"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3962,
                                          "end": 3965,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 32
                                            }
                                          },
                                          "name": "key"
                                        },
                                        "computed": true
                                      },
                                      "computed": true
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 3983,
                            "end": 4023,
                            "loc": {
                              "start": {
                                "line": 143,
                                "column": 6
                              },
                              "end": {
                                "line": 145,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 3987,
                              "end": 3994,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 10
                                },
                                "end": {
                                  "line": 143,
                                  "column": 17
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 3988,
                                "end": 3994,
                                "loc": {
                                  "start": {
                                    "line": 143,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 143,
                                    "column": 17
                                  }
                                },
                                "name": "method"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3996,
                              "end": 4023,
                              "loc": {
                                "start": {
                                  "line": 143,
                                  "column": 19
                                },
                                "end": {
                                  "line": 145,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ContinueStatement",
                                  "start": 4006,
                                  "end": 4015,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 144,
                                      "column": 17
                                    }
                                  },
                                  "label": null
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 4031,
                            "end": 4076,
                            "loc": {
                              "start": {
                                "line": 147,
                                "column": 6
                              },
                              "end": {
                                "line": 147,
                                "column": 51
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 4035,
                                "end": 4075,
                                "loc": {
                                  "start": {
                                    "line": 147,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 147,
                                    "column": 50
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4035,
                                  "end": 4040,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 15
                                    }
                                  },
                                  "name": "match"
                                },
                                "init": {
                                  "type": "CallExpression",
                                  "start": 4043,
                                  "end": 4075,
                                  "loc": {
                                    "start": {
                                      "line": 147,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 147,
                                      "column": 50
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4043,
                                    "end": 4052,
                                    "loc": {
                                      "start": {
                                        "line": 147,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 147,
                                        "column": 27
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 4043,
                                      "end": 4046,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 21
                                        }
                                      },
                                      "name": "key"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4047,
                                      "end": 4052,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 27
                                        }
                                      },
                                      "name": "match"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4053,
                                      "end": 4074,
                                      "loc": {
                                        "start": {
                                          "line": 147,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 147,
                                          "column": 49
                                        }
                                      },
                                      "name": "delegateEventSplitter"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 4083,
                            "end": 4129,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 6
                              },
                              "end": {
                                "line": 148,
                                "column": 52
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 4087,
                                "end": 4107,
                                "loc": {
                                  "start": {
                                    "line": 148,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 148,
                                    "column": 30
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4087,
                                  "end": 4096,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 19
                                    }
                                  },
                                  "name": "eventName"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 4099,
                                  "end": 4107,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4099,
                                    "end": 4104,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 27
                                      }
                                    },
                                    "name": "match"
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 4105,
                                    "end": 4106,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 29
                                      }
                                    },
                                    "value": 1,
                                    "rawValue": 1,
                                    "raw": "1"
                                  },
                                  "computed": true
                                }
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 4109,
                                "end": 4128,
                                "loc": {
                                  "start": {
                                    "line": 148,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 148,
                                    "column": 51
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 4109,
                                  "end": 4117,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 40
                                    }
                                  },
                                  "name": "selector"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 4120,
                                  "end": 4128,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 4120,
                                    "end": 4125,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 48
                                      }
                                    },
                                    "name": "match"
                                  },
                                  "property": {
                                    "type": "Literal",
                                    "start": 4126,
                                    "end": 4127,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 50
                                      }
                                    },
                                    "value": 2,
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "computed": true
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4136,
                            "end": 4164,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 6
                              },
                              "end": {
                                "line": 149,
                                "column": 34
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4136,
                              "end": 4163,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 6
                                },
                                "end": {
                                  "line": 149,
                                  "column": 33
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 4136,
                                "end": 4142,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 12
                                  }
                                },
                                "name": "method"
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 4145,
                                "end": 4163,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 33
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 4145,
                                  "end": 4149,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 19
                                    }
                                  },
                                  "name": "bind"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 4150,
                                    "end": 4156,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 26
                                      }
                                    },
                                    "name": "method"
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 4158,
                                    "end": 4162,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 32
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4171,
                            "end": 4213,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 6
                              },
                              "end": {
                                "line": 150,
                                "column": 48
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4171,
                              "end": 4212,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 6
                                },
                                "end": {
                                  "line": 150,
                                  "column": 47
                                }
                              },
                              "operator": "+=",
                              "left": {
                                "type": "Identifier",
                                "start": 4171,
                                "end": 4180,
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 15
                                  }
                                },
                                "name": "eventName"
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "start": 4184,
                                "end": 4212,
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 47
                                  }
                                },
                                "left": {
                                  "type": "Literal",
                                  "start": 4184,
                                  "end": 4201,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 36
                                    }
                                  },
                                  "value": ".delegateEvents",
                                  "rawValue": ".delegateEvents",
                                  "raw": "\".delegateEvents\""
                                },
                                "operator": "+",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 4204,
                                  "end": 4212,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 47
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4204,
                                    "end": 4208,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4209,
                                    "end": 4212,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 47
                                      }
                                    },
                                    "name": "cid"
                                  },
                                  "computed": false
                                }
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 4220,
                            "end": 4355,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 6
                              },
                              "end": {
                                "line": 155,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 4224,
                              "end": 4239,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 10
                                },
                                "end": {
                                  "line": 151,
                                  "column": 25
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 4224,
                                "end": 4232,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 18
                                  }
                                },
                                "name": "selector"
                              },
                              "operator": "===",
                              "right": {
                                "type": "Literal",
                                "start": 4237,
                                "end": 4239,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 25
                                  }
                                },
                                "value": "",
                                "rawValue": "",
                                "raw": "\"\""
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 4241,
                              "end": 4290,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 27
                                },
                                "end": {
                                  "line": 153,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4251,
                                  "end": 4282,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 39
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4251,
                                    "end": 4281,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 38
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4251,
                                      "end": 4262,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4251,
                                        "end": 4259,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 16
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4251,
                                          "end": 4255,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 12
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4256,
                                          "end": 4259,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 16
                                            }
                                          },
                                          "name": "$el"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4260,
                                        "end": 4262,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 19
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4263,
                                        "end": 4272,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 29
                                          }
                                        },
                                        "name": "eventName"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4274,
                                        "end": 4280,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 37
                                          }
                                        },
                                        "name": "method"
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 4296,
                              "end": 4355,
                              "loc": {
                                "start": {
                                  "line": 153,
                                  "column": 13
                                },
                                "end": {
                                  "line": 155,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4306,
                                  "end": 4347,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 49
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4306,
                                    "end": 4346,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 48
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4306,
                                      "end": 4317,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 19
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4306,
                                        "end": 4314,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 16
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4306,
                                          "end": 4310,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 12
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4311,
                                          "end": 4314,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 16
                                            }
                                          },
                                          "name": "$el"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4315,
                                        "end": 4317,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 19
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4318,
                                        "end": 4327,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 29
                                          }
                                        },
                                        "name": "eventName"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4329,
                                        "end": 4337,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 39
                                          }
                                        },
                                        "name": "selector"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 4339,
                                        "end": 4345,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 47
                                          }
                                        },
                                        "name": "method"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4366,
                      "end": 4378,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 4
                        },
                        "end": {
                          "line": 157,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 4373,
                        "end": 4377,
                        "loc": {
                          "start": {
                            "line": 157,
                            "column": 11
                          },
                          "end": {
                            "line": 157,
                            "column": 15
                          }
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* \n  * Allows you to delegate events to the element the component is attached to. In the `initialize` method of your\n  * component, simply add an `events` object to `this\n  * @example\n  *  initialize() {\n  *    this.events = {\n  *      \"click\": \"someMethod\",\n  *      \"click .button\": \"anotherMethod\"\n  *    }\n  *  }\n  ",
                  "start": 3374,
                  "end": 3697,
                  "loc": {
                    "start": {
                      "line": 121,
                      "column": 2
                    },
                    "end": {
                      "line": 131,
                      "column": 4
                    }
                  },
                  "range": [
                    3374,
                    3697
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Turns off event delegation for the component\n   * @return {Object} The component instance\n   ",
                  "start": 4385,
                  "end": 4489,
                  "loc": {
                    "start": {
                      "line": 159,
                      "column": 2
                    },
                    "end": {
                      "line": 162,
                      "column": 5
                    }
                  },
                  "range": [
                    4385,
                    4489
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 4492,
              "end": 4582,
              "loc": {
                "start": {
                  "line": 163,
                  "column": 2
                },
                "end": {
                  "line": 166,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4492,
                "end": 4509,
                "loc": {
                  "start": {
                    "line": 163,
                    "column": 2
                  },
                  "end": {
                    "line": 163,
                    "column": 19
                  }
                },
                "name": "_undelegateEvents",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4509,
                "end": 4582,
                "loc": {
                  "start": {
                    "line": 163,
                    "column": 19
                  },
                  "end": {
                    "line": 166,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4512,
                  "end": 4582,
                  "loc": {
                    "start": {
                      "line": 163,
                      "column": 22
                    },
                    "end": {
                      "line": 166,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4518,
                      "end": 4561,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 4
                        },
                        "end": {
                          "line": 164,
                          "column": 47
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4518,
                        "end": 4560,
                        "loc": {
                          "start": {
                            "line": 164,
                            "column": 4
                          },
                          "end": {
                            "line": 164,
                            "column": 46
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4518,
                          "end": 4530,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 4
                            },
                            "end": {
                              "line": 164,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 4518,
                            "end": 4526,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 4
                              },
                              "end": {
                                "line": 164,
                                "column": 12
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 4518,
                              "end": 4522,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 4
                                },
                                "end": {
                                  "line": 164,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 4523,
                              "end": 4526,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 9
                                },
                                "end": {
                                  "line": 164,
                                  "column": 12
                                }
                              },
                              "name": "$el"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4527,
                            "end": 4530,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 13
                              },
                              "end": {
                                "line": 164,
                                "column": 16
                              }
                            },
                            "name": "off"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "BinaryExpression",
                            "start": 4531,
                            "end": 4559,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 17
                              },
                              "end": {
                                "line": 164,
                                "column": 45
                              }
                            },
                            "left": {
                              "type": "Literal",
                              "start": 4531,
                              "end": 4548,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 17
                                },
                                "end": {
                                  "line": 164,
                                  "column": 34
                                }
                              },
                              "value": ".delegateEvents",
                              "rawValue": ".delegateEvents",
                              "raw": "\".delegateEvents\""
                            },
                            "operator": "+",
                            "right": {
                              "type": "MemberExpression",
                              "start": 4551,
                              "end": 4559,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 37
                                },
                                "end": {
                                  "line": 164,
                                  "column": 45
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4551,
                                "end": 4555,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 37
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 41
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4556,
                                "end": 4559,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 45
                                  }
                                },
                                "name": "cid"
                              },
                              "computed": false
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 4566,
                      "end": 4578,
                      "loc": {
                        "start": {
                          "line": 165,
                          "column": 4
                        },
                        "end": {
                          "line": 165,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 4573,
                        "end": 4577,
                        "loc": {
                          "start": {
                            "line": 165,
                            "column": 11
                          },
                          "end": {
                            "line": 165,
                            "column": 15
                          }
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Turns off event delegation for the component\n   * @return {Object} The component instance\n   ",
                  "start": 4385,
                  "end": 4489,
                  "loc": {
                    "start": {
                      "line": 159,
                      "column": 2
                    },
                    "end": {
                      "line": 162,
                      "column": 5
                    }
                  },
                  "range": [
                    4385,
                    4489
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentLine",
                  "value": " Wraps `this.el` with jQuery",
                  "start": 4585,
                  "end": 4615,
                  "loc": {
                    "start": {
                      "line": 167,
                      "column": 2
                    },
                    "end": {
                      "line": 167,
                      "column": 32
                    }
                  },
                  "range": [
                    4585,
                    4615
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 4618,
              "end": 4839,
              "loc": {
                "start": {
                  "line": 168,
                  "column": 2
                },
                "end": {
                  "line": 178,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4618,
                "end": 4632,
                "loc": {
                  "start": {
                    "line": 168,
                    "column": 2
                  },
                  "end": {
                    "line": 168,
                    "column": 16
                  }
                },
                "name": "_ensureElement",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4632,
                "end": 4839,
                "loc": {
                  "start": {
                    "line": 168,
                    "column": 16
                  },
                  "end": {
                    "line": 178,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4635,
                  "end": 4839,
                  "loc": {
                    "start": {
                      "line": 168,
                      "column": 19
                    },
                    "end": {
                      "line": 178,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4641,
                      "end": 4762,
                      "loc": {
                        "start": {
                          "line": 169,
                          "column": 4
                        },
                        "end": {
                          "line": 174,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 4645,
                        "end": 4652,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 8
                          },
                          "end": {
                            "line": 169,
                            "column": 15
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 4645,
                          "end": 4649,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 8
                            },
                            "end": {
                              "line": 169,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4650,
                          "end": 4652,
                          "loc": {
                            "start": {
                              "line": 169,
                              "column": 13
                            },
                            "end": {
                              "line": 169,
                              "column": 15
                            }
                          },
                          "name": "el"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4654,
                        "end": 4690,
                        "loc": {
                          "start": {
                            "line": 169,
                            "column": 17
                          },
                          "end": {
                            "line": 171,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4662,
                            "end": 4684,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 6
                              },
                              "end": {
                                "line": 170,
                                "column": 28
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4662,
                              "end": 4683,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 6
                                },
                                "end": {
                                  "line": 170,
                                  "column": 27
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4662,
                                "end": 4670,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4662,
                                  "end": 4666,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4667,
                                  "end": 4670,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 14
                                    }
                                  },
                                  "name": "$el"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 4673,
                                "end": 4683,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 27
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 4673,
                                  "end": 4674,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 18
                                    }
                                  },
                                  "name": "$"
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 4675,
                                    "end": 4682,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 26
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4675,
                                      "end": 4679,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4680,
                                      "end": 4682,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 24
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 26
                                        }
                                      },
                                      "name": "el"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 4696,
                        "end": 4762,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 11
                          },
                          "end": {
                            "line": 174,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4704,
                            "end": 4727,
                            "loc": {
                              "start": {
                                "line": 172,
                                "column": 6
                              },
                              "end": {
                                "line": 172,
                                "column": 29
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4704,
                              "end": 4726,
                              "loc": {
                                "start": {
                                  "line": 172,
                                  "column": 6
                                },
                                "end": {
                                  "line": 172,
                                  "column": 28
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4704,
                                "end": 4712,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 14
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4704,
                                  "end": 4708,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4709,
                                  "end": 4712,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 14
                                    }
                                  },
                                  "name": "$el"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 4715,
                                "end": 4726,
                                "loc": {
                                  "start": {
                                    "line": 172,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 172,
                                    "column": 28
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 4715,
                                  "end": 4716,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 172,
                                      "column": 18
                                    }
                                  },
                                  "name": "$"
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 4717,
                                    "end": 4725,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 27
                                      }
                                    },
                                    "value": "<div/>",
                                    "rawValue": "<div/>",
                                    "raw": "\"<div/>\""
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4734,
                            "end": 4756,
                            "loc": {
                              "start": {
                                "line": 173,
                                "column": 6
                              },
                              "end": {
                                "line": 173,
                                "column": 28
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 4734,
                              "end": 4755,
                              "loc": {
                                "start": {
                                  "line": 173,
                                  "column": 6
                                },
                                "end": {
                                  "line": 173,
                                  "column": 27
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 4734,
                                "end": 4741,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 13
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4734,
                                  "end": 4738,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4739,
                                  "end": 4741,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 13
                                    }
                                  },
                                  "name": "el"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 4744,
                                "end": 4755,
                                "loc": {
                                  "start": {
                                    "line": 173,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 173,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 4744,
                                  "end": 4752,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 4744,
                                    "end": 4748,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 4749,
                                    "end": 4752,
                                    "loc": {
                                      "start": {
                                        "line": 173,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 173,
                                        "column": 24
                                      }
                                    },
                                    "name": "$el"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Literal",
                                  "start": 4753,
                                  "end": 4754,
                                  "loc": {
                                    "start": {
                                      "line": 173,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 173,
                                      "column": 26
                                    }
                                  },
                                  "value": 0,
                                  "rawValue": 0,
                                  "raw": "0"
                                },
                                "computed": true
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4768,
                      "end": 4835,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 4
                        },
                        "end": {
                          "line": 177,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4768,
                        "end": 4834,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 4
                          },
                          "end": {
                            "line": 177,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4768,
                          "end": 4813,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 4
                            },
                            "end": {
                              "line": 177,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4768,
                            "end": 4801,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 4
                              },
                              "end": {
                                "line": 176,
                                "column": 37
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4768,
                              "end": 4785,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 4
                                },
                                "end": {
                                  "line": 176,
                                  "column": 21
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 4768,
                                "end": 4776,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 12
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 4768,
                                  "end": 4772,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 4
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 8
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4773,
                                  "end": 4776,
                                  "loc": {
                                    "start": {
                                      "line": 176,
                                      "column": 9
                                    },
                                    "end": {
                                      "line": 176,
                                      "column": 12
                                    }
                                  },
                                  "name": "$el"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4777,
                                "end": 4785,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 21
                                  }
                                },
                                "name": "addClass"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 4786,
                                "end": 4800,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 36
                                  }
                                },
                                "value": "lp-component",
                                "rawValue": "lp-component",
                                "raw": "\"lp-component\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4809,
                            "end": 4813,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 7
                              },
                              "end": {
                                "line": 177,
                                "column": 11
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Literal",
                            "start": 4814,
                            "end": 4827,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 12
                              },
                              "end": {
                                "line": 177,
                                "column": 25
                              }
                            },
                            "value": "lpComponent",
                            "rawValue": "lpComponent",
                            "raw": "\"lpComponent\""
                          },
                          {
                            "type": "ThisExpression",
                            "start": 4829,
                            "end": 4833,
                            "loc": {
                              "start": {
                                "line": 177,
                                "column": 27
                              },
                              "end": {
                                "line": 177,
                                "column": 31
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentLine",
                  "value": " Wraps `this.el` with jQuery",
                  "start": 4585,
                  "end": 4615,
                  "loc": {
                    "start": {
                      "line": 167,
                      "column": 2
                    },
                    "end": {
                      "line": 167,
                      "column": 32
                    }
                  },
                  "range": [
                    4585,
                    4615
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Publish an event on the `components` channel\n   * @param  {String} topic Topic to publish\n   * @param  {Object} data Data to publish on the channel\n   ",
                  "start": 4842,
                  "end": 5004,
                  "loc": {
                    "start": {
                      "line": 179,
                      "column": 2
                    },
                    "end": {
                      "line": 183,
                      "column": 5
                    }
                  },
                  "range": [
                    4842,
                    5004
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 5007,
              "end": 5088,
              "loc": {
                "start": {
                  "line": 184,
                  "column": 2
                },
                "end": {
                  "line": 186,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5007,
                "end": 5014,
                "loc": {
                  "start": {
                    "line": 184,
                    "column": 2
                  },
                  "end": {
                    "line": 184,
                    "column": 9
                  }
                },
                "name": "publish",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5014,
                "end": 5088,
                "loc": {
                  "start": {
                    "line": 184,
                    "column": 9
                  },
                  "end": {
                    "line": 186,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5015,
                    "end": 5020,
                    "loc": {
                      "start": {
                        "line": 184,
                        "column": 10
                      },
                      "end": {
                        "line": 184,
                        "column": 15
                      }
                    },
                    "name": "topic"
                  },
                  {
                    "type": "Identifier",
                    "start": 5022,
                    "end": 5026,
                    "loc": {
                      "start": {
                        "line": 184,
                        "column": 17
                      },
                      "end": {
                        "line": 184,
                        "column": 21
                      }
                    },
                    "name": "data"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5028,
                  "end": 5088,
                  "loc": {
                    "start": {
                      "line": 184,
                      "column": 23
                    },
                    "end": {
                      "line": 186,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5034,
                      "end": 5084,
                      "loc": {
                        "start": {
                          "line": 185,
                          "column": 4
                        },
                        "end": {
                          "line": 185,
                          "column": 54
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5034,
                        "end": 5083,
                        "loc": {
                          "start": {
                            "line": 185,
                            "column": 4
                          },
                          "end": {
                            "line": 185,
                            "column": 53
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5034,
                          "end": 5070,
                          "loc": {
                            "start": {
                              "line": 185,
                              "column": 4
                            },
                            "end": {
                              "line": 185,
                              "column": 40
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 5034,
                            "end": 5062,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 4
                              },
                              "end": {
                                "line": 185,
                                "column": 32
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 5034,
                              "end": 5048,
                              "loc": {
                                "start": {
                                  "line": 185,
                                  "column": 4
                                },
                                "end": {
                                  "line": 185,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5034,
                                "end": 5040,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 10
                                  }
                                },
                                "name": "postal"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5041,
                                "end": 5048,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 18
                                  }
                                },
                                "name": "channel"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Literal",
                                "start": 5049,
                                "end": 5061,
                                "loc": {
                                  "start": {
                                    "line": 185,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 185,
                                    "column": 31
                                  }
                                },
                                "value": "components",
                                "rawValue": "components",
                                "raw": "\"components\""
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5063,
                            "end": 5070,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 33
                              },
                              "end": {
                                "line": 185,
                                "column": 40
                              }
                            },
                            "name": "publish"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5071,
                            "end": 5076,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 41
                              },
                              "end": {
                                "line": 185,
                                "column": 46
                              }
                            },
                            "name": "topic"
                          },
                          {
                            "type": "Identifier",
                            "start": 5078,
                            "end": 5082,
                            "loc": {
                              "start": {
                                "line": 185,
                                "column": 48
                              },
                              "end": {
                                "line": 185,
                                "column": 52
                              }
                            },
                            "name": "data"
                          }
                        ]
                      }
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "*\n   * Publish an event on the `components` channel\n   * @param  {String} topic Topic to publish\n   * @param  {Object} data Data to publish on the channel\n   ",
                  "start": 4842,
                  "end": 5004,
                  "loc": {
                    "start": {
                      "line": 179,
                      "column": 2
                    },
                    "end": {
                      "line": 183,
                      "column": 5
                    }
                  },
                  "range": [
                    4842,
                    5004
                  ]
                }
              ]
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n* The main class that will be extended when a new componenet is created.\n* Extend this class with es6 syntax.\n* @example\n* import { Component } from \"./core/bane\"\n* \n* class ArticlesComponent extends Component {\n*   initialize() {\n*     this.events = {\n*       \"click .foo\": \"fooClicked\"\n*     }\n*   }\n*   render() {\n*     //...\n*   }\n*   fooClicked() {\n*     //...\n*   }\n* }\n",
            "start": 565,
            "end": 947,
            "loc": {
              "start": {
                "line": 15,
                "column": 0
              },
              "end": {
                "line": 34,
                "column": 2
              }
            },
            "range": [
              565,
              947
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n* The main class that will be extended when a new componenet is created.\n* Extend this class with es6 syntax.\n* @example\n* import { Component } from \"./core/bane\"\n* \n* class ArticlesComponent extends Component {\n*   initialize() {\n*     this.events = {\n*       \"click .foo\": \"fooClicked\"\n*     }\n*   }\n*   render() {\n*     //...\n*   }\n*   fooClicked() {\n*     //...\n*   }\n* }\n",
          "start": 565,
          "end": 947,
          "loc": {
            "start": {
              "line": 15,
              "column": 0
            },
            "end": {
              "line": 34,
              "column": 2
            }
          },
          "range": [
            565,
            947
          ]
        }
      ]
    },
    {
      "type": "ExpressionStatement",
      "start": 5092,
      "end": 5128,
      "loc": {
        "start": {
          "line": 189,
          "column": 0
        },
        "end": {
          "line": 189,
          "column": 36
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 5092,
        "end": 5127,
        "loc": {
          "start": {
            "line": 189,
            "column": 0
          },
          "end": {
            "line": 189,
            "column": 35
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 5092,
          "end": 5098,
          "loc": {
            "start": {
              "line": 189,
              "column": 0
            },
            "end": {
              "line": 189,
              "column": 6
            }
          },
          "name": "assign"
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "start": 5099,
            "end": 5118,
            "loc": {
              "start": {
                "line": 189,
                "column": 7
              },
              "end": {
                "line": 189,
                "column": 26
              }
            },
            "object": {
              "type": "Identifier",
              "start": 5099,
              "end": 5108,
              "loc": {
                "start": {
                  "line": 189,
                  "column": 7
                },
                "end": {
                  "line": 189,
                  "column": 16
                }
              },
              "name": "Component"
            },
            "property": {
              "type": "Identifier",
              "start": 5109,
              "end": 5118,
              "loc": {
                "start": {
                  "line": 189,
                  "column": 17
                },
                "end": {
                  "line": 189,
                  "column": 26
                }
              },
              "name": "prototype"
            },
            "computed": false
          },
          {
            "type": "Identifier",
            "start": 5120,
            "end": 5126,
            "loc": {
              "start": {
                "line": 189,
                "column": 28
              },
              "end": {
                "line": 189,
                "column": 34
              }
            },
            "name": "Events"
          }
        ]
      }
    }
  ]
}