{
  "type": "Program",
  "start": 0,
  "end": 2780,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 101,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 46,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 46
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 13,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 13,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 13
              }
            },
            "name": "postal"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 19,
        "end": 45,
        "loc": {
          "start": {
            "line": 1,
            "column": 19
          },
          "end": {
            "line": 1,
            "column": 45
          }
        },
        "value": "postal/lib/postal.lodash",
        "rawValue": "postal/lib/postal.lodash",
        "raw": "\"postal/lib/postal.lodash\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 47,
      "end": 89,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 42
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 54,
          "end": 58,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 11
            }
          },
          "local": {
            "type": "Identifier",
            "start": 54,
            "end": 58,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 11
              }
            },
            "name": "each"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 64,
        "end": 88,
        "loc": {
          "start": {
            "line": 2,
            "column": 17
          },
          "end": {
            "line": 2,
            "column": 41
          }
        },
        "value": "lodash/collection/each",
        "rawValue": "lodash/collection/each",
        "raw": "\"lodash/collection/each\""
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 91,
      "end": 108,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 17
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 95,
          "end": 107,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 16
            }
          },
          "id": {
            "type": "Identifier",
            "start": 95,
            "end": 96,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 5
              }
            },
            "name": "_"
          },
          "init": {
            "type": "ObjectExpression",
            "start": 99,
            "end": 107,
            "loc": {
              "start": {
                "line": 4,
                "column": 8
              },
              "end": {
                "line": 4,
                "column": 16
              }
            },
            "properties": [
              {
                "type": "Property",
                "start": 101,
                "end": 105,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 10
                  },
                  "end": {
                    "line": 4,
                    "column": 14
                  }
                },
                "method": false,
                "shorthand": true,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 101,
                  "end": 105,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 10
                    },
                    "end": {
                      "line": 4,
                      "column": 14
                    }
                  },
                  "name": "each"
                },
                "kind": "init",
                "value": {
                  "type": "Identifier",
                  "start": 101,
                  "end": 105,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 10
                    },
                    "end": {
                      "line": 4,
                      "column": 14
                    }
                  },
                  "name": "each"
                }
              }
            ]
          }
        }
      ],
      "kind": "let"
    },
    {
      "type": "FunctionDeclaration",
      "start": 110,
      "end": 819,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 33,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 119,
        "end": 137,
        "loc": {
          "start": {
            "line": 6,
            "column": 9
          },
          "end": {
            "line": 6,
            "column": 27
          }
        },
        "name": "addSubscribeMethod"
      },
      "generator": false,
      "expression": false,
      "async": false,
      "params": [
        {
          "type": "Identifier",
          "start": 138,
          "end": 144,
          "loc": {
            "start": {
              "line": 6,
              "column": 28
            },
            "end": {
              "line": 6,
              "column": 34
            }
          },
          "name": "target"
        }
      ],
      "body": {
        "type": "BlockStatement",
        "start": 146,
        "end": 819,
        "loc": {
          "start": {
            "line": 6,
            "column": 36
          },
          "end": {
            "line": 33,
            "column": 1
          }
        },
        "body": [
          {
            "type": "VariableDeclaration",
            "start": 150,
            "end": 168,
            "loc": {
              "start": {
                "line": 7,
                "column": 2
              },
              "end": {
                "line": 7,
                "column": 20
              }
            },
            "declarations": [
              {
                "type": "VariableDeclarator",
                "start": 154,
                "end": 167,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 6
                  },
                  "end": {
                    "line": 7,
                    "column": 19
                  }
                },
                "id": {
                  "type": "Identifier",
                  "start": 154,
                  "end": 167,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 6
                    },
                    "end": {
                      "line": 7,
                      "column": 19
                    }
                  },
                  "name": "subscriptions"
                },
                "init": null
              }
            ],
            "kind": "let"
          },
          {
            "type": "IfStatement",
            "start": 171,
            "end": 245,
            "loc": {
              "start": {
                "line": 8,
                "column": 2
              },
              "end": {
                "line": 10,
                "column": 3
              }
            },
            "test": {
              "type": "UnaryExpression",
              "start": 175,
              "end": 226,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 6
                },
                "end": {
                  "line": 8,
                  "column": 57
                }
              },
              "operator": "!",
              "prefix": true,
              "argument": {
                "type": "AssignmentExpression",
                "start": 177,
                "end": 225,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 8
                  },
                  "end": {
                    "line": 8,
                    "column": 56
                  }
                },
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "start": 177,
                  "end": 190,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 8
                    },
                    "end": {
                      "line": 8,
                      "column": 21
                    }
                  },
                  "name": "subscriptions"
                },
                "right": {
                  "type": "MemberExpression",
                  "start": 193,
                  "end": 225,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 24
                    },
                    "end": {
                      "line": 8,
                      "column": 56
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 193,
                    "end": 211,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 24
                      },
                      "end": {
                        "line": 8,
                        "column": 42
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 193,
                      "end": 199,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 24
                        },
                        "end": {
                          "line": 8,
                          "column": 30
                        }
                      },
                      "name": "target"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 200,
                      "end": 211,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 31
                        },
                        "end": {
                          "line": 8,
                          "column": 42
                        }
                      },
                      "name": "constructor"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 212,
                    "end": 225,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 43
                      },
                      "end": {
                        "line": 8,
                        "column": 56
                      }
                    },
                    "name": "subscriptions"
                  },
                  "computed": false
                },
                "parenthesizedExpression": true
              }
            },
            "consequent": {
              "type": "BlockStatement",
              "start": 228,
              "end": 245,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 59
                },
                "end": {
                  "line": 10,
                  "column": 3
                }
              },
              "body": [
                {
                  "type": "ReturnStatement",
                  "start": 234,
                  "end": 241,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4
                    },
                    "end": {
                      "line": 9,
                      "column": 11
                    }
                  },
                  "argument": null
                }
              ]
            },
            "alternate": null
          },
          {
            "type": "ExpressionStatement",
            "start": 249,
            "end": 806,
            "loc": {
              "start": {
                "line": 12,
                "column": 2
              },
              "end": {
                "line": 30,
                "column": 4
              }
            },
            "expression": {
              "type": "AssignmentExpression",
              "start": 249,
              "end": 805,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 2
                },
                "end": {
                  "line": 30,
                  "column": 3
                }
              },
              "operator": "=",
              "left": {
                "type": "MemberExpression",
                "start": 249,
                "end": 265,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 2
                  },
                  "end": {
                    "line": 12,
                    "column": 18
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 249,
                  "end": 255,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 2
                    },
                    "end": {
                      "line": 12,
                      "column": 8
                    }
                  },
                  "name": "target"
                },
                "property": {
                  "type": "Identifier",
                  "start": 256,
                  "end": 265,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 9
                    },
                    "end": {
                      "line": 12,
                      "column": 18
                    }
                  },
                  "name": "subscribe"
                },
                "computed": false
              },
              "right": {
                "type": "FunctionExpression",
                "start": 268,
                "end": 805,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 21
                  },
                  "end": {
                    "line": 30,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 279,
                  "end": 805,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 32
                    },
                    "end": {
                      "line": 30,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 285,
                      "end": 316,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 35
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 289,
                          "end": 315,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 34
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 289,
                            "end": 310,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 29
                              }
                            },
                            "name": "subscriptionInstances"
                          },
                          "init": {
                            "type": "ArrayExpression",
                            "start": 313,
                            "end": 315,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 32
                              },
                              "end": {
                                "line": 13,
                                "column": 34
                              }
                            },
                            "elements": []
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 322,
                      "end": 744,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 4
                        },
                        "end": {
                          "line": 27,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 322,
                        "end": 743,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 4
                          },
                          "end": {
                            "line": 27,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 322,
                          "end": 328,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 15,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 322,
                            "end": 323,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 4
                              },
                              "end": {
                                "line": 15,
                                "column": 5
                              }
                            },
                            "name": "_"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 324,
                            "end": 328,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 6
                              },
                              "end": {
                                "line": 15,
                                "column": 10
                              }
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 329,
                            "end": 342,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 11
                              },
                              "end": {
                                "line": 15,
                                "column": 24
                              }
                            },
                            "name": "subscriptions"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 344,
                            "end": 742,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 26
                              },
                              "end": {
                                "line": 27,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 345,
                                "end": 350,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 32
                                  }
                                },
                                "name": "topic"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 355,
                              "end": 742,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 37
                                },
                                "end": {
                                  "line": 27,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 363,
                                  "end": 736,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 9
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 363,
                                    "end": 735,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 8
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 363,
                                      "end": 369,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 12
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 363,
                                        "end": 364,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 7
                                          }
                                        },
                                        "name": "_"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 365,
                                        "end": 369,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 12
                                          }
                                        },
                                        "name": "each"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 370,
                                        "end": 375,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 18
                                          }
                                        },
                                        "name": "topic"
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 377,
                                        "end": 734,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 7
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 378,
                                            "end": 381,
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 24
                                              }
                                            },
                                            "name": "sub"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 386,
                                          "end": 734,
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 7
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 396,
                                              "end": 407,
                                              "loc": {
                                                "start": {
                                                  "line": 17,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 17,
                                                  "column": 19
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 400,
                                                  "end": 406,
                                                  "loc": {
                                                    "start": {
                                                      "line": 17,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 17,
                                                      "column": 18
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 400,
                                                    "end": 406,
                                                    "loc": {
                                                      "start": {
                                                        "line": 17,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 17,
                                                        "column": 18
                                                      }
                                                    },
                                                    "name": "subDef"
                                                  },
                                                  "init": null
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 416,
                                              "end": 726,
                                              "loc": {
                                                "start": {
                                                  "line": 18,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 10
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 416,
                                                "end": 725,
                                                "loc": {
                                                  "start": {
                                                    "line": 18,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 9
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 416,
                                                  "end": 442,
                                                  "loc": {
                                                    "start": {
                                                      "line": 18,
                                                      "column": 8
                                                    },
                                                    "end": {
                                                      "line": 18,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 416,
                                                    "end": 437,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 8
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "subscriptionInstances"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 438,
                                                    "end": 442,
                                                    "loc": {
                                                      "start": {
                                                        "line": 18,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 18,
                                                        "column": 34
                                                      }
                                                    },
                                                    "name": "push"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "AssignmentExpression",
                                                    "start": 455,
                                                    "end": 714,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 11
                                                      },
                                                      "end": {
                                                        "line": 24,
                                                        "column": 24
                                                      }
                                                    },
                                                    "operator": "=",
                                                    "left": {
                                                      "type": "Identifier",
                                                      "start": 455,
                                                      "end": 461,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 11
                                                        },
                                                        "end": {
                                                          "line": 19,
                                                          "column": 17
                                                        }
                                                      },
                                                      "name": "subDef"
                                                    },
                                                    "right": {
                                                      "type": "CallExpression",
                                                      "start": 464,
                                                      "end": 714,
                                                      "loc": {
                                                        "start": {
                                                          "line": 19,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 24
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 464,
                                                        "end": 708,
                                                        "loc": {
                                                          "start": {
                                                            "line": 19,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 24,
                                                            "column": 18
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "CallExpression",
                                                          "start": 464,
                                                          "end": 689,
                                                          "loc": {
                                                            "start": {
                                                              "line": 19,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 23,
                                                              "column": 12
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 464,
                                                            "end": 512,
                                                            "loc": {
                                                              "start": {
                                                                "line": 19,
                                                                "column": 20
                                                              },
                                                              "end": {
                                                                "line": 20,
                                                                "column": 20
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "CallExpression",
                                                              "start": 464,
                                                              "end": 491,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 19,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 19,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 464,
                                                                "end": 478,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 19,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 19,
                                                                    "column": 34
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 464,
                                                                  "end": 470,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 26
                                                                    }
                                                                  },
                                                                  "name": "postal"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 471,
                                                                  "end": 478,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "name": "channel"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 479,
                                                                  "end": 490,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 19,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 19,
                                                                      "column": 46
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 479,
                                                                    "end": 482,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 35
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "name": "sub"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 483,
                                                                    "end": 490,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 19,
                                                                        "column": 39
                                                                      },
                                                                      "end": {
                                                                        "line": 19,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "name": "channel"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ]
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 503,
                                                              "end": 512,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 20,
                                                                  "column": 11
                                                                },
                                                                "end": {
                                                                  "line": 20,
                                                                  "column": 20
                                                                }
                                                              },
                                                              "name": "subscribe"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "MemberExpression",
                                                              "start": 513,
                                                              "end": 522,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 20,
                                                                  "column": 21
                                                                },
                                                                "end": {
                                                                  "line": 20,
                                                                  "column": 30
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 513,
                                                                "end": 516,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 20,
                                                                    "column": 21
                                                                  },
                                                                  "end": {
                                                                    "line": 20,
                                                                    "column": 24
                                                                  }
                                                                },
                                                                "name": "sub"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 517,
                                                                "end": 522,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 20,
                                                                    "column": 25
                                                                  },
                                                                  "end": {
                                                                    "line": 20,
                                                                    "column": 30
                                                                  }
                                                                },
                                                                "name": "topic"
                                                              },
                                                              "computed": false
                                                            },
                                                            {
                                                              "type": "FunctionExpression",
                                                              "start": 524,
                                                              "end": 688,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 20,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 23,
                                                                  "column": 11
                                                                }
                                                              },
                                                              "id": null,
                                                              "generator": false,
                                                              "expression": false,
                                                              "async": false,
                                                              "params": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 533,
                                                                  "end": 537,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 20,
                                                                      "column": 41
                                                                    },
                                                                    "end": {
                                                                      "line": 20,
                                                                      "column": 45
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 539,
                                                                  "end": 542,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 20,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 20,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "name": "env"
                                                                }
                                                              ],
                                                              "body": {
                                                                "type": "BlockStatement",
                                                                "start": 544,
                                                                "end": 688,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 20,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 23,
                                                                    "column": 11
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 624,
                                                                    "end": 676,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 22,
                                                                        "column": 12
                                                                      },
                                                                      "end": {
                                                                        "line": 22,
                                                                        "column": 64
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "CallExpression",
                                                                      "start": 624,
                                                                      "end": 675,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 22,
                                                                          "column": 12
                                                                        },
                                                                        "end": {
                                                                          "line": 22,
                                                                          "column": 63
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 624,
                                                                        "end": 648,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 22,
                                                                            "column": 12
                                                                          },
                                                                          "end": {
                                                                            "line": 22,
                                                                            "column": 36
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 624,
                                                                          "end": 642,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 22,
                                                                              "column": 12
                                                                            },
                                                                            "end": {
                                                                              "line": 22,
                                                                              "column": 30
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "ThisExpression",
                                                                            "start": 624,
                                                                            "end": 628,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 22,
                                                                                "column": 12
                                                                              },
                                                                              "end": {
                                                                                "line": 22,
                                                                                "column": 16
                                                                              }
                                                                            },
                                                                            "leadingComments": null
                                                                          },
                                                                          "property": {
                                                                            "type": "MemberExpression",
                                                                            "start": 629,
                                                                            "end": 641,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 22,
                                                                                "column": 17
                                                                              },
                                                                              "end": {
                                                                                "line": 22,
                                                                                "column": 29
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 629,
                                                                              "end": 632,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 22,
                                                                                  "column": 17
                                                                                },
                                                                                "end": {
                                                                                  "line": 22,
                                                                                  "column": 20
                                                                                }
                                                                              },
                                                                              "name": "sub"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 633,
                                                                              "end": 641,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 22,
                                                                                  "column": 21
                                                                                },
                                                                                "end": {
                                                                                  "line": 22,
                                                                                  "column": 29
                                                                                }
                                                                              },
                                                                              "name": "callback"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "computed": true,
                                                                          "leadingComments": null
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 643,
                                                                          "end": 648,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 22,
                                                                              "column": 31
                                                                            },
                                                                            "end": {
                                                                              "line": 22,
                                                                              "column": 36
                                                                            }
                                                                          },
                                                                          "name": "apply"
                                                                        },
                                                                        "computed": false,
                                                                        "leadingComments": null
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "ThisExpression",
                                                                          "start": 649,
                                                                          "end": 653,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 22,
                                                                              "column": 37
                                                                            },
                                                                            "end": {
                                                                              "line": 22,
                                                                              "column": 41
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ArrayExpression",
                                                                          "start": 655,
                                                                          "end": 674,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 22,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 22,
                                                                              "column": 62
                                                                            }
                                                                          },
                                                                          "elements": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 656,
                                                                              "end": 660,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 22,
                                                                                  "column": 44
                                                                                },
                                                                                "end": {
                                                                                  "line": 22,
                                                                                  "column": 48
                                                                                }
                                                                              },
                                                                              "name": "data"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 662,
                                                                              "end": 665,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 22,
                                                                                  "column": 50
                                                                                },
                                                                                "end": {
                                                                                  "line": 22,
                                                                                  "column": 53
                                                                                }
                                                                              },
                                                                              "name": "env"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 667,
                                                                              "end": 673,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 22,
                                                                                  "column": 55
                                                                                },
                                                                                "end": {
                                                                                  "line": 22,
                                                                                  "column": 61
                                                                                }
                                                                              },
                                                                              "name": "subDef"
                                                                            }
                                                                          ]
                                                                        }
                                                                      ],
                                                                      "leadingComments": null
                                                                    },
                                                                    "leadingComments": [
                                                                      {
                                                                        "type": "CommentLine",
                                                                        "value": " Call the callback and also pass the sub definition",
                                                                        "start": 558,
                                                                        "end": 611,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 21,
                                                                            "column": 12
                                                                          },
                                                                          "end": {
                                                                            "line": 21,
                                                                            "column": 65
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          558,
                                                                          611
                                                                        ]
                                                                      }
                                                                    ]
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ]
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 701,
                                                          "end": 708,
                                                          "loc": {
                                                            "start": {
                                                              "line": 24,
                                                              "column": 11
                                                            },
                                                            "end": {
                                                              "line": 24,
                                                              "column": 18
                                                            }
                                                          },
                                                          "name": "context"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "ThisExpression",
                                                          "start": 709,
                                                          "end": 713,
                                                          "loc": {
                                                            "start": {
                                                              "line": 24,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 24,
                                                              "column": 23
                                                            }
                                                          }
                                                        }
                                                      ]
                                                    },
                                                    "parenthesizedExpression": true
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 754,
                      "end": 801,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 29,
                          "column": 51
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 754,
                        "end": 800,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 4
                          },
                          "end": {
                            "line": 29,
                            "column": 50
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 754,
                          "end": 776,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 4
                            },
                            "end": {
                              "line": 29,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 754,
                            "end": 758,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 4
                              },
                              "end": {
                                "line": 29,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Literal",
                            "start": 759,
                            "end": 775,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 9
                              },
                              "end": {
                                "line": 29,
                                "column": 25
                              }
                            },
                            "value": "_subscriptions",
                            "rawValue": "_subscriptions",
                            "raw": "\"_subscriptions\""
                          },
                          "computed": true
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 779,
                          "end": 800,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 29
                            },
                            "end": {
                              "line": 29,
                              "column": 50
                            }
                          },
                          "name": "subscriptionInstances"
                        }
                      }
                    }
                  ]
                }
              }
            }
          },
          {
            "type": "ReturnStatement",
            "start": 810,
            "end": 817,
            "loc": {
              "start": {
                "line": 32,
                "column": 2
              },
              "end": {
                "line": 32,
                "column": 9
              }
            },
            "argument": null
          }
        ],
        "trailingComments": null
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "*\n * Decorator for listening on an event bus (postal).  \n * Will search the class for a `channel`, or use `/` by default.  \n * **NOTE:** You have to call `this.subscribe()` in the constructor in order to have postal actually attatch the listeners correctly.\n * @function\n * @param  {String} topic Topic to listen for\n * @param  {Object} options Objects for the subscription\n * @example <caption>Default Channel</caption>\n * import publish from \"path/to/core/decorators/publish\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\")\n *   someMethod(data, evnelope, subscription) {\n *     \n *   }\n *   @subscribe(\"foo.some.other\")\n *   anotherMethod(data, evnelope, subscription) {\n *     // ...\n *   }\n * }\n * @example <caption>Custom Channel</caption>\n * import publish from \"path/to/core/decorators/publish\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\", \"custom\")\n *   someMethod(data, envelope, subscription) {\n *     // ...\n *   }\n * }\n * @example <caption>Channel decorator</caption>\n * import publish from \"path/to/core/decorators/publish\";\n * import channel from \"path/to/core/decorators/channel\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\")\n *   @channel(\"custom\")\n *   someMethod(data, envelope, subscription) {\n *     // ...\n *   }\n * }\n ",
          "start": 821,
          "end": 2368,
          "loc": {
            "start": {
              "line": 35,
              "column": 0
            },
            "end": {
              "line": 87,
              "column": 3
            }
          },
          "range": [
            821,
            2368
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 2369,
      "end": 2779,
      "loc": {
        "start": {
          "line": 88,
          "column": 0
        },
        "end": {
          "line": 100,
          "column": 1
        }
      },
      "declaration": {
        "type": "FunctionDeclaration",
        "start": 2384,
        "end": 2779,
        "loc": {
          "start": {
            "line": 88,
            "column": 15
          },
          "end": {
            "line": 100,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2393,
          "end": 2402,
          "loc": {
            "start": {
              "line": 88,
              "column": 24
            },
            "end": {
              "line": 88,
              "column": 33
            }
          },
          "name": "subscribe",
          "leadingComments": null
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2403,
            "end": 2408,
            "loc": {
              "start": {
                "line": 88,
                "column": 34
              },
              "end": {
                "line": 88,
                "column": 39
              }
            },
            "name": "topic"
          },
          {
            "type": "Identifier",
            "start": 2410,
            "end": 2417,
            "loc": {
              "start": {
                "line": 88,
                "column": 41
              },
              "end": {
                "line": 88,
                "column": 48
              }
            },
            "name": "channel"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2419,
          "end": 2779,
          "loc": {
            "start": {
              "line": 88,
              "column": 50
            },
            "end": {
              "line": 100,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ReturnStatement",
              "start": 2423,
              "end": 2777,
              "loc": {
                "start": {
                  "line": 89,
                  "column": 2
                },
                "end": {
                  "line": 99,
                  "column": 4
                }
              },
              "argument": {
                "type": "FunctionExpression",
                "start": 2430,
                "end": 2776,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 9
                  },
                  "end": {
                    "line": 99,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2439,
                    "end": 2445,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 18
                      },
                      "end": {
                        "line": 89,
                        "column": 24
                      }
                    },
                    "name": "target"
                  },
                  {
                    "type": "Identifier",
                    "start": 2447,
                    "end": 2451,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 26
                      },
                      "end": {
                        "line": 89,
                        "column": 30
                      }
                    },
                    "name": "name"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2453,
                  "end": 2776,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 32
                    },
                    "end": {
                      "line": 99,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2459,
                      "end": 2489,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 4
                        },
                        "end": {
                          "line": 90,
                          "column": 34
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2463,
                          "end": 2488,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 33
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2463,
                            "end": 2467,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 8
                              },
                              "end": {
                                "line": 90,
                                "column": 12
                              }
                            },
                            "name": "ctor"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2470,
                            "end": 2488,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 15
                              },
                              "end": {
                                "line": 90,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2470,
                              "end": 2476,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 15
                                },
                                "end": {
                                  "line": 90,
                                  "column": 21
                                }
                              },
                              "name": "target"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2477,
                              "end": 2488,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 22
                                },
                                "end": {
                                  "line": 90,
                                  "column": 33
                                }
                              },
                              "name": "constructor"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2494,
                      "end": 2540,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 4
                        },
                        "end": {
                          "line": 91,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2494,
                        "end": 2539,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 4
                          },
                          "end": {
                            "line": 91,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2494,
                          "end": 2512,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 4
                            },
                            "end": {
                              "line": 91,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2494,
                            "end": 2498,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 4
                              },
                              "end": {
                                "line": 91,
                                "column": 8
                              }
                            },
                            "name": "ctor"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2499,
                            "end": 2512,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 9
                              },
                              "end": {
                                "line": 91,
                                "column": 22
                              }
                            },
                            "name": "subscriptions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "LogicalExpression",
                          "start": 2515,
                          "end": 2539,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 25
                            },
                            "end": {
                              "line": 91,
                              "column": 49
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 2515,
                            "end": 2533,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 25
                              },
                              "end": {
                                "line": 91,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2515,
                              "end": 2519,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 25
                                },
                                "end": {
                                  "line": 91,
                                  "column": 29
                                }
                              },
                              "name": "ctor"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2520,
                              "end": 2533,
                              "loc": {
                                "start": {
                                  "line": 91,
                                  "column": 30
                                },
                                "end": {
                                  "line": 91,
                                  "column": 43
                                }
                              },
                              "name": "subscriptions"
                            },
                            "computed": false
                          },
                          "operator": "||",
                          "right": {
                            "type": "ObjectExpression",
                            "start": 2537,
                            "end": 2539,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 47
                              },
                              "end": {
                                "line": 91,
                                "column": 49
                              }
                            },
                            "properties": []
                          }
                        }
                      }
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2545,
                      "end": 2616,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 4
                        },
                        "end": {
                          "line": 92,
                          "column": 75
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2549,
                          "end": 2615,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 8
                            },
                            "end": {
                              "line": 92,
                              "column": 74
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2549,
                            "end": 2553,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 8
                              },
                              "end": {
                                "line": 92,
                                "column": 12
                              }
                            },
                            "name": "subs"
                          },
                          "init": {
                            "type": "AssignmentExpression",
                            "start": 2556,
                            "end": 2615,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 15
                              },
                              "end": {
                                "line": 92,
                                "column": 74
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 2556,
                              "end": 2581,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 15
                                },
                                "end": {
                                  "line": 92,
                                  "column": 40
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2556,
                                "end": 2574,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2556,
                                  "end": 2560,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 19
                                    }
                                  },
                                  "name": "ctor"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2561,
                                  "end": 2574,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 33
                                    }
                                  },
                                  "name": "subscriptions"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2575,
                                "end": 2580,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 39
                                  }
                                },
                                "name": "topic"
                              },
                              "computed": true
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 2584,
                              "end": 2615,
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 43
                                },
                                "end": {
                                  "line": 92,
                                  "column": 74
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 2584,
                                "end": 2609,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 68
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2584,
                                  "end": 2602,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 61
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2584,
                                    "end": 2588,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 47
                                      }
                                    },
                                    "name": "ctor"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2589,
                                    "end": 2602,
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 48
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 61
                                      }
                                    },
                                    "name": "subscriptions"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2603,
                                  "end": 2608,
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 62
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 67
                                    }
                                  },
                                  "name": "topic"
                                },
                                "computed": true
                              },
                              "operator": "||",
                              "right": {
                                "type": "ArrayExpression",
                                "start": 2613,
                                "end": 2615,
                                "loc": {
                                  "start": {
                                    "line": 92,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 92,
                                    "column": 74
                                  }
                                },
                                "elements": []
                              }
                            }
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2622,
                      "end": 2702,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 4
                        },
                        "end": {
                          "line": 94,
                          "column": 84
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2622,
                        "end": 2701,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 4
                          },
                          "end": {
                            "line": 94,
                            "column": 83
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2622,
                          "end": 2631,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 4
                            },
                            "end": {
                              "line": 94,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2622,
                            "end": 2626,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 4
                              },
                              "end": {
                                "line": 94,
                                "column": 8
                              }
                            },
                            "name": "subs"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2627,
                            "end": 2631,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 9
                              },
                              "end": {
                                "line": 94,
                                "column": 13
                              }
                            },
                            "name": "push"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 2632,
                            "end": 2700,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 14
                              },
                              "end": {
                                "line": 94,
                                "column": 82
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 2634,
                                "end": 2639,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 21
                                  }
                                },
                                "method": false,
                                "shorthand": true,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2634,
                                  "end": 2639,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 21
                                    }
                                  },
                                  "name": "topic"
                                },
                                "kind": "init",
                                "value": {
                                  "type": "Identifier",
                                  "start": 2634,
                                  "end": 2639,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 21
                                    }
                                  },
                                  "name": "topic"
                                }
                              },
                              {
                                "type": "Property",
                                "start": 2641,
                                "end": 2682,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 64
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2641,
                                  "end": 2648,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 30
                                    }
                                  },
                                  "name": "channel"
                                },
                                "value": {
                                  "type": "LogicalExpression",
                                  "start": 2650,
                                  "end": 2682,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 64
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 2650,
                                    "end": 2675,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 57
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 2650,
                                      "end": 2657,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 39
                                        }
                                      },
                                      "name": "channel"
                                    },
                                    "operator": "||",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 2661,
                                      "end": 2675,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 57
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2661,
                                        "end": 2667,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 49
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2668,
                                        "end": 2675,
                                        "loc": {
                                          "start": {
                                            "line": 94,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 94,
                                            "column": 57
                                          }
                                        },
                                        "name": "channel"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "operator": "||",
                                  "right": {
                                    "type": "Literal",
                                    "start": 2679,
                                    "end": 2682,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 94,
                                        "column": 64
                                      }
                                    },
                                    "value": "/",
                                    "rawValue": "/",
                                    "raw": "\"/\""
                                  }
                                },
                                "kind": "init"
                              },
                              {
                                "type": "Property",
                                "start": 2684,
                                "end": 2698,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 80
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 2684,
                                  "end": 2692,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 66
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 74
                                    }
                                  },
                                  "name": "callback"
                                },
                                "value": {
                                  "type": "Identifier",
                                  "start": 2694,
                                  "end": 2698,
                                  "loc": {
                                    "start": {
                                      "line": 94,
                                      "column": 76
                                    },
                                    "end": {
                                      "line": 94,
                                      "column": 80
                                    }
                                  },
                                  "name": "name"
                                },
                                "kind": "init"
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 2708,
                      "end": 2772,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 4
                        },
                        "end": {
                          "line": 98,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2712,
                        "end": 2729,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 8
                          },
                          "end": {
                            "line": 96,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 2713,
                          "end": 2729,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 9
                            },
                            "end": {
                              "line": 96,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2713,
                            "end": 2719,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 9
                              },
                              "end": {
                                "line": 96,
                                "column": 15
                              }
                            },
                            "name": "target"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2720,
                            "end": 2729,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 16
                              },
                              "end": {
                                "line": 96,
                                "column": 25
                              }
                            },
                            "name": "subscribe"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2731,
                        "end": 2772,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 27
                          },
                          "end": {
                            "line": 98,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2739,
                            "end": 2766,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 6
                              },
                              "end": {
                                "line": 97,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2739,
                              "end": 2765,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 6
                                },
                                "end": {
                                  "line": 97,
                                  "column": 32
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 2739,
                                "end": 2757,
                                "loc": {
                                  "start": {
                                    "line": 97,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 97,
                                    "column": 24
                                  }
                                },
                                "name": "addSubscribeMethod"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2758,
                                  "end": 2764,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 31
                                    }
                                  },
                                  "name": "target"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "*\n * Decorator for listening on an event bus (postal).  \n * Will search the class for a `channel`, or use `/` by default.  \n * **NOTE:** You have to call `this.subscribe()` in the constructor in order to have postal actually attatch the listeners correctly.\n * @function\n * @param  {String} topic Topic to listen for\n * @param  {Object} options Objects for the subscription\n * @example <caption>Default Channel</caption>\n * import publish from \"path/to/core/decorators/publish\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\")\n *   someMethod(data, evnelope, subscription) {\n *     \n *   }\n *   @subscribe(\"foo.some.other\")\n *   anotherMethod(data, evnelope, subscription) {\n *     // ...\n *   }\n * }\n * @example <caption>Custom Channel</caption>\n * import publish from \"path/to/core/decorators/publish\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\", \"custom\")\n *   someMethod(data, envelope, subscription) {\n *     // ...\n *   }\n * }\n * @example <caption>Channel decorator</caption>\n * import publish from \"path/to/core/decorators/publish\";\n * import channel from \"path/to/core/decorators/channel\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\")\n *   @channel(\"custom\")\n *   someMethod(data, envelope, subscription) {\n *     // ...\n *   }\n * }\n ",
            "start": 821,
            "end": 2368,
            "loc": {
              "start": {
                "line": 35,
                "column": 0
              },
              "end": {
                "line": 87,
                "column": 3
              }
            },
            "range": [
              821,
              2368
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Decorator for listening on an event bus (postal).  \n * Will search the class for a `channel`, or use `/` by default.  \n * **NOTE:** You have to call `this.subscribe()` in the constructor in order to have postal actually attatch the listeners correctly.\n * @function\n * @param  {String} topic Topic to listen for\n * @param  {Object} options Objects for the subscription\n * @example <caption>Default Channel</caption>\n * import publish from \"path/to/core/decorators/publish\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\")\n *   someMethod(data, evnelope, subscription) {\n *     \n *   }\n *   @subscribe(\"foo.some.other\")\n *   anotherMethod(data, evnelope, subscription) {\n *     // ...\n *   }\n * }\n * @example <caption>Custom Channel</caption>\n * import publish from \"path/to/core/decorators/publish\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\", \"custom\")\n *   someMethod(data, envelope, subscription) {\n *     // ...\n *   }\n * }\n * @example <caption>Channel decorator</caption>\n * import publish from \"path/to/core/decorators/publish\";\n * import channel from \"path/to/core/decorators/channel\"\n * \n * class FooComponent () {\n *   constructor() {\n *     // This is required\n *     this.subscribe();\n *   }\n *   @subscribe(\"foo.some.message\")\n *   @channel(\"custom\")\n *   someMethod(data, envelope, subscription) {\n *     // ...\n *   }\n * }\n ",
          "start": 821,
          "end": 2368,
          "loc": {
            "start": {
              "line": 35,
              "column": 0
            },
            "end": {
              "line": 87,
              "column": 3
            }
          },
          "range": [
            821,
            2368
          ]
        }
      ]
    }
  ]
}