{
  "type": "File",
  "start": 0,
  "end": 8051,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 251,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 8051,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 251,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 59,
        "end": 100,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 41
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 68,
            "end": 72,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 13
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 68,
              "end": 72,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "loop"
              },
              "name": "loop"
            },
            "local": {
              "type": "Identifier",
              "start": 68,
              "end": 72,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 9
                },
                "end": {
                  "line": 5,
                  "column": 13
                },
                "identifierName": "loop"
              },
              "name": "loop"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 80,
          "end": 100,
          "loc": {
            "start": {
              "line": 5,
              "column": 21
            },
            "end": {
              "line": 5,
              "column": 41
            }
          },
          "extra": {
            "rawValue": "./../utils/loop.js",
            "raw": "'./../utils/loop.js'"
          },
          "value": "./../utils/loop.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 101,
        "end": 137,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 36
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 110,
            "end": 116,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 15
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 110,
              "end": 116,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 15
                },
                "identifierName": "Router"
              },
              "name": "Router"
            },
            "local": {
              "type": "Identifier",
              "start": 110,
              "end": 116,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 9
                },
                "end": {
                  "line": 6,
                  "column": 15
                },
                "identifierName": "Router"
              },
              "name": "Router"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 124,
          "end": 137,
          "loc": {
            "start": {
              "line": 6,
              "column": 23
            },
            "end": {
              "line": 6,
              "column": 36
            }
          },
          "extra": {
            "rawValue": "./router.js",
            "raw": "'./router.js'"
          },
          "value": "./router.js"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 139,
        "end": 183,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 8,
            "column": 44
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 148,
            "end": 153,
            "loc": {
              "start": {
                "line": 8,
                "column": 9
              },
              "end": {
                "line": 8,
                "column": 14
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 148,
              "end": 153,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 9
                },
                "end": {
                  "line": 8,
                  "column": 14
                },
                "identifierName": "store"
              },
              "name": "store"
            },
            "local": {
              "type": "Identifier",
              "start": 148,
              "end": 153,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 9
                },
                "end": {
                  "line": 8,
                  "column": 14
                },
                "identifierName": "store"
              },
              "name": "store"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 161,
          "end": 183,
          "loc": {
            "start": {
              "line": 8,
              "column": 22
            },
            "end": {
              "line": 8,
              "column": 44
            }
          },
          "extra": {
            "rawValue": "@crispcode/pushstore",
            "raw": "'@crispcode/pushstore'"
          },
          "value": "@crispcode/pushstore",
          "leadingComments": null,
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The attribute name used to determine if an HTMLElement is a component\n * @type {String}\n * @private\n ",
            "start": 185,
            "end": 295,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 14,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 296,
        "end": 341,
        "loc": {
          "start": {
            "line": 15,
            "column": 0
          },
          "end": {
            "line": 15,
            "column": 45
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 302,
            "end": 341,
            "loc": {
              "start": {
                "line": 15,
                "column": 6
              },
              "end": {
                "line": 15,
                "column": 45
              }
            },
            "id": {
              "type": "Identifier",
              "start": 302,
              "end": 316,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 6
                },
                "end": {
                  "line": 15,
                  "column": 20
                },
                "identifierName": "_attrComponent"
              },
              "name": "_attrComponent",
              "leadingComments": null
            },
            "init": {
              "type": "StringLiteral",
              "start": 319,
              "end": 341,
              "loc": {
                "start": {
                  "line": 15,
                  "column": 23
                },
                "end": {
                  "line": 15,
                  "column": 45
                }
              },
              "extra": {
                "rawValue": "data-modux-component",
                "raw": "'data-modux-component'"
              },
              "value": "data-modux-component",
              "leadingComments": null,
              "trailingComments": null
            },
            "leadingComments": null,
            "trailingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The attribute name used to determine if an HTMLElement is a component\n * @type {String}\n * @private\n ",
            "start": 185,
            "end": 295,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 14,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The attribute name used to determine if an HTMLElement ( usually an anchor tag ) is a state change component. This will prevent server reload on anchor tags.\n * @type {String}\n * @private\n ",
            "start": 342,
            "end": 540,
            "loc": {
              "start": {
                "line": 16,
                "column": 0
              },
              "end": {
                "line": 20,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 541,
        "end": 576,
        "loc": {
          "start": {
            "line": 21,
            "column": 0
          },
          "end": {
            "line": 21,
            "column": 35
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 547,
            "end": 576,
            "loc": {
              "start": {
                "line": 21,
                "column": 6
              },
              "end": {
                "line": 21,
                "column": 35
              }
            },
            "id": {
              "type": "Identifier",
              "start": 547,
              "end": 556,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 6
                },
                "end": {
                  "line": 21,
                  "column": 15
                },
                "identifierName": "_attrLink"
              },
              "name": "_attrLink",
              "leadingComments": null
            },
            "init": {
              "type": "StringLiteral",
              "start": 559,
              "end": 576,
              "loc": {
                "start": {
                  "line": 21,
                  "column": 18
                },
                "end": {
                  "line": 21,
                  "column": 35
                }
              },
              "extra": {
                "rawValue": "data-modux-link",
                "raw": "'data-modux-link'"
              },
              "value": "data-modux-link",
              "leadingComments": null,
              "trailingComments": null
            },
            "leadingComments": null,
            "trailingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The attribute name used to determine if an HTMLElement ( usually an anchor tag ) is a state change component. This will prevent server reload on anchor tags.\n * @type {String}\n * @private\n ",
            "start": 342,
            "end": 540,
            "loc": {
              "start": {
                "line": 16,
                "column": 0
              },
              "end": {
                "line": 20,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A shorthand for the link element handler\n * @param {Event} e\n * @private\n ",
            "start": 578,
            "end": 661,
            "loc": {
              "start": {
                "line": 23,
                "column": 0
              },
              "end": {
                "line": 27,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "VariableDeclaration",
        "start": 662,
        "end": 809,
        "loc": {
          "start": {
            "line": 28,
            "column": 0
          },
          "end": {
            "line": 34,
            "column": 1
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 668,
            "end": 809,
            "loc": {
              "start": {
                "line": 28,
                "column": 6
              },
              "end": {
                "line": 34,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 668,
              "end": 679,
              "loc": {
                "start": {
                  "line": 28,
                  "column": 6
                },
                "end": {
                  "line": 28,
                  "column": 17
                },
                "identifierName": "linkHandler"
              },
              "name": "linkHandler",
              "leadingComments": null
            },
            "init": {
              "type": "FunctionExpression",
              "start": 682,
              "end": 809,
              "loc": {
                "start": {
                  "line": 28,
                  "column": 20
                },
                "end": {
                  "line": 34,
                  "column": 1
                }
              },
              "id": {
                "type": "Identifier",
                "start": 668,
                "end": 679,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 6
                  },
                  "end": {
                    "line": 28,
                    "column": 17
                  },
                  "identifierName": "linkHandler"
                },
                "name": "linkHandler",
                "leadingComments": null
              },
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 693,
                  "end": 694,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 31
                    },
                    "end": {
                      "line": 28,
                      "column": 32
                    },
                    "identifierName": "e"
                  },
                  "name": "e"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 697,
                "end": 809,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 35
                  },
                  "end": {
                    "line": 34,
                    "column": 1
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 701,
                    "end": 738,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 2
                      },
                      "end": {
                        "line": 29,
                        "column": 39
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 705,
                        "end": 738,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 6
                          },
                          "end": {
                            "line": 29,
                            "column": 39
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 705,
                          "end": 708,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 6
                            },
                            "end": {
                              "line": 29,
                              "column": 9
                            },
                            "identifierName": "url"
                          },
                          "name": "url"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 711,
                          "end": 738,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 12
                            },
                            "end": {
                              "line": 29,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 711,
                            "end": 728,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 12
                              },
                              "end": {
                                "line": 29,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 711,
                              "end": 715,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 12
                                },
                                "end": {
                                  "line": 29,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 716,
                              "end": 728,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 17
                                },
                                "end": {
                                  "line": 29,
                                  "column": 29
                                },
                                "identifierName": "getAttribute"
                              },
                              "name": "getAttribute"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "StringLiteral",
                              "start": 730,
                              "end": 736,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 31
                                },
                                "end": {
                                  "line": 29,
                                  "column": 37
                                }
                              },
                              "extra": {
                                "rawValue": "href",
                                "raw": "'href'"
                              },
                              "value": "href"
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "let"
                  },
                  {
                    "type": "IfStatement",
                    "start": 741,
                    "end": 807,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 2
                      },
                      "end": {
                        "line": 33,
                        "column": 3
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 746,
                      "end": 749,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 7
                        },
                        "end": {
                          "line": 30,
                          "column": 10
                        },
                        "identifierName": "url"
                      },
                      "name": "url"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 752,
                      "end": 807,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 13
                        },
                        "end": {
                          "line": 33,
                          "column": 3
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 758,
                          "end": 780,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 4
                            },
                            "end": {
                              "line": 31,
                              "column": 26
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 758,
                            "end": 780,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 4
                              },
                              "end": {
                                "line": 31,
                                "column": 26
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 758,
                              "end": 773,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 4
                                },
                                "end": {
                                  "line": 31,
                                  "column": 19
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 758,
                                "end": 764,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 10
                                  },
                                  "identifierName": "Router"
                                },
                                "name": "Router"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 765,
                                "end": 773,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 19
                                  },
                                  "identifierName": "redirect"
                                },
                                "name": "redirect"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 775,
                                "end": 778,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 24
                                  },
                                  "identifierName": "url"
                                },
                                "name": "url"
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 785,
                          "end": 803,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 4
                            },
                            "end": {
                              "line": 32,
                              "column": 22
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 785,
                            "end": 803,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 4
                              },
                              "end": {
                                "line": 32,
                                "column": 22
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 785,
                              "end": 801,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 4
                                },
                                "end": {
                                  "line": 32,
                                  "column": 20
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 785,
                                "end": 786,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 4
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 5
                                  },
                                  "identifierName": "e"
                                },
                                "name": "e"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 787,
                                "end": 801,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 32,
                                    "column": 20
                                  },
                                  "identifierName": "preventDefault"
                                },
                                "name": "preventDefault"
                              },
                              "computed": false
                            },
                            "arguments": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "trailingComments": null
            },
            "leadingComments": null,
            "trailingComments": null
          }
        ],
        "kind": "const",
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * A shorthand for the link element handler\n * @param {Event} e\n * @private\n ",
            "start": 578,
            "end": 661,
            "loc": {
              "start": {
                "line": 23,
                "column": 0
              },
              "end": {
                "line": 27,
                "column": 3
              }
            }
          }
        ],
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The main class, used to create a Modux module. You can think of this as the main application\n ",
            "start": 811,
            "end": 914,
            "loc": {
              "start": {
                "line": 36,
                "column": 0
              },
              "end": {
                "line": 38,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportNamedDeclaration",
        "start": 915,
        "end": 8050,
        "loc": {
          "start": {
            "line": 39,
            "column": 0
          },
          "end": {
            "line": 250,
            "column": 1
          }
        },
        "specifiers": [],
        "source": null,
        "declaration": {
          "type": "ClassDeclaration",
          "start": 922,
          "end": 8050,
          "loc": {
            "start": {
              "line": 39,
              "column": 7
            },
            "end": {
              "line": 250,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 928,
            "end": 934,
            "loc": {
              "start": {
                "line": 39,
                "column": 13
              },
              "end": {
                "line": 39,
                "column": 19
              },
              "identifierName": "Module"
            },
            "name": "Module",
            "leadingComments": null
          },
          "superClass": null,
          "body": {
            "type": "ClassBody",
            "start": 935,
            "end": 8050,
            "loc": {
              "start": {
                "line": 39,
                "column": 20
              },
              "end": {
                "line": 250,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 1186,
                "end": 1287,
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 2
                  },
                  "end": {
                    "line": 49,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1186,
                  "end": 1199,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 2
                    },
                    "end": {
                      "line": 46,
                      "column": 15
                    },
                    "identifierName": "addDependency"
                  },
                  "name": "addDependency",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1202,
                    "end": 1206,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 18
                      },
                      "end": {
                        "line": 46,
                        "column": 22
                      },
                      "identifierName": "name"
                    },
                    "name": "name"
                  },
                  {
                    "type": "Identifier",
                    "start": 1208,
                    "end": 1218,
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 24
                      },
                      "end": {
                        "line": 46,
                        "column": 34
                      },
                      "identifierName": "dependency"
                    },
                    "name": "dependency"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1221,
                  "end": 1287,
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 37
                    },
                    "end": {
                      "line": 49,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1227,
                      "end": 1267,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 4
                        },
                        "end": {
                          "line": 47,
                          "column": 44
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1227,
                        "end": 1267,
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 4
                          },
                          "end": {
                            "line": 47,
                            "column": 44
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1227,
                          "end": 1254,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 4
                            },
                            "end": {
                              "line": 47,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1227,
                            "end": 1246,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 4
                              },
                              "end": {
                                "line": 47,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1227,
                              "end": 1231,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 4
                                },
                                "end": {
                                  "line": 47,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1232,
                              "end": 1246,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 9
                                },
                                "end": {
                                  "line": 47,
                                  "column": 23
                                },
                                "identifierName": "__dependencies"
                              },
                              "name": "__dependencies"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1248,
                            "end": 1252,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 25
                              },
                              "end": {
                                "line": 47,
                                "column": 29
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "computed": true
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1257,
                          "end": 1267,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 34
                            },
                            "end": {
                              "line": 47,
                              "column": 44
                            },
                            "identifierName": "dependency"
                          },
                          "name": "dependency"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1272,
                      "end": 1283,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 15
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1279,
                        "end": 1283,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 11
                          },
                          "end": {
                            "line": 48,
                            "column": 15
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * A method used to add components to the Module\n   * @param {String} name The name under which the Component will be known as\n   * @param {Component} dependency The Component to be added\n   * @return {Module} The instance of Module\n   ",
                    "start": 939,
                    "end": 1183,
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 2
                      },
                      "end": {
                        "line": 45,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * A method used to remove components from the Module\n   * @param {String} name The name of the Component to be removed\n   * @return {Module} The instance of Module\n   ",
                    "start": 1290,
                    "end": 1466,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 2
                      },
                      "end": {
                        "line": 54,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1469,
                "end": 1604,
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 2
                  },
                  "end": {
                    "line": 60,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1469,
                  "end": 1485,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 2
                    },
                    "end": {
                      "line": 55,
                      "column": 18
                    },
                    "identifierName": "removeDependency"
                  },
                  "name": "removeDependency",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1488,
                    "end": 1492,
                    "loc": {
                      "start": {
                        "line": 55,
                        "column": 21
                      },
                      "end": {
                        "line": 55,
                        "column": 25
                      },
                      "identifierName": "name"
                    },
                    "name": "name"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1495,
                  "end": 1604,
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 28
                    },
                    "end": {
                      "line": 60,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 1501,
                      "end": 1584,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 4
                        },
                        "end": {
                          "line": 58,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 1506,
                        "end": 1533,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 9
                          },
                          "end": {
                            "line": 56,
                            "column": 36
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 1506,
                          "end": 1525,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 9
                            },
                            "end": {
                              "line": 56,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1506,
                            "end": 1510,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 9
                              },
                              "end": {
                                "line": 56,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1511,
                            "end": 1525,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 14
                              },
                              "end": {
                                "line": 56,
                                "column": 28
                              },
                              "identifierName": "__dependencies"
                            },
                            "name": "__dependencies"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 1527,
                          "end": 1531,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 30
                            },
                            "end": {
                              "line": 56,
                              "column": 34
                            },
                            "identifierName": "name"
                          },
                          "name": "name"
                        },
                        "computed": true
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1536,
                        "end": 1584,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 39
                          },
                          "end": {
                            "line": 58,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1544,
                            "end": 1578,
                            "loc": {
                              "start": {
                                "line": 57,
                                "column": 6
                              },
                              "end": {
                                "line": 57,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 1544,
                              "end": 1578,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 6
                                },
                                "end": {
                                  "line": 57,
                                  "column": 40
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 1551,
                                "end": 1578,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 1551,
                                  "end": 1570,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 1551,
                                    "end": 1555,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1556,
                                    "end": 1570,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 32
                                      },
                                      "identifierName": "__dependencies"
                                    },
                                    "name": "__dependencies"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1572,
                                  "end": 1576,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 38
                                    },
                                    "identifierName": "name"
                                  },
                                  "name": "name"
                                },
                                "computed": true
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1589,
                      "end": 1600,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 4
                        },
                        "end": {
                          "line": 59,
                          "column": 15
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1596,
                        "end": 1600,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 11
                          },
                          "end": {
                            "line": 59,
                            "column": 15
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * A method used to remove components from the Module\n   * @param {String} name The name of the Component to be removed\n   * @return {Module} The instance of Module\n   ",
                    "start": 1290,
                    "end": 1466,
                    "loc": {
                      "start": {
                        "line": 50,
                        "column": 2
                      },
                      "end": {
                        "line": 54,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates an instance of Module\n   * @param {String} [name] A unique name for the module, for easier management\n   ",
                    "start": 1608,
                    "end": 1732,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 2
                      },
                      "end": {
                        "line": 65,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1735,
                "end": 2267,
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 2
                  },
                  "end": {
                    "line": 85,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1735,
                  "end": 1746,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 2
                    },
                    "end": {
                      "line": 66,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1749,
                    "end": 1753,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 16
                      },
                      "end": {
                        "line": 66,
                        "column": 20
                      },
                      "identifierName": "name"
                    },
                    "name": "name"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1756,
                  "end": 2267,
                  "loc": {
                    "start": {
                      "line": 66,
                      "column": 23
                    },
                    "end": {
                      "line": 85,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1875,
                      "end": 1893,
                      "loc": {
                        "start": {
                          "line": 72,
                          "column": 4
                        },
                        "end": {
                          "line": 72,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1875,
                        "end": 1893,
                        "loc": {
                          "start": {
                            "line": 72,
                            "column": 4
                          },
                          "end": {
                            "line": 72,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1875,
                          "end": 1886,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 4
                            },
                            "end": {
                              "line": 72,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1875,
                            "end": 1879,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 4
                              },
                              "end": {
                                "line": 72,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1880,
                            "end": 1886,
                            "loc": {
                              "start": {
                                "line": 72,
                                "column": 9
                              },
                              "end": {
                                "line": 72,
                                "column": 15
                              },
                              "identifierName": "__name"
                            },
                            "name": "__name"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1889,
                          "end": 1893,
                          "loc": {
                            "start": {
                              "line": 72,
                              "column": 18
                            },
                            "end": {
                              "line": 72,
                              "column": 22
                            },
                            "identifierName": "name"
                          },
                          "name": "name",
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * A unique name for the module, for easier management\n     * @type {String}\n     * @private\n     ",
                          "start": 1762,
                          "end": 1870,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 4
                            },
                            "end": {
                              "line": 71,
                              "column": 7
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Contains all the components added to the module\n     * @type {Object}\n     * @private\n     ",
                          "start": 1898,
                          "end": 2002,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2007,
                      "end": 2031,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 4
                        },
                        "end": {
                          "line": 78,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2007,
                        "end": 2031,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 4
                          },
                          "end": {
                            "line": 78,
                            "column": 28
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2007,
                          "end": 2026,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 4
                            },
                            "end": {
                              "line": 78,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2007,
                            "end": 2011,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 4
                              },
                              "end": {
                                "line": 78,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2012,
                            "end": 2026,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 9
                              },
                              "end": {
                                "line": 78,
                                "column": 23
                              },
                              "identifierName": "__dependencies"
                            },
                            "name": "__dependencies"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 2029,
                          "end": 2031,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 26
                            },
                            "end": {
                              "line": 78,
                              "column": 28
                            }
                          },
                          "properties": [],
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Contains all the components added to the module\n     * @type {Object}\n     * @private\n     ",
                          "start": 1898,
                          "end": 2002,
                          "loc": {
                            "start": {
                              "line": 73,
                              "column": 4
                            },
                            "end": {
                              "line": 77,
                              "column": 7
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Contains a new instance of @crispcode/pushstore which is passed on to all components. See https://www.npmjs.com/package/@crispcode/pushstore\n     * @type {Store}\n     * @public\n     ",
                          "start": 2036,
                          "end": 2231,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 4
                            },
                            "end": {
                              "line": 83,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2236,
                      "end": 2263,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 4
                        },
                        "end": {
                          "line": 84,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 2236,
                        "end": 2263,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 4
                          },
                          "end": {
                            "line": 84,
                            "column": 31
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 2236,
                          "end": 2246,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 4
                            },
                            "end": {
                              "line": 84,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2236,
                            "end": 2240,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 4
                              },
                              "end": {
                                "line": 84,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2241,
                            "end": 2246,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 9
                              },
                              "end": {
                                "line": 84,
                                "column": 14
                              },
                              "identifierName": "store"
                            },
                            "name": "store"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 2249,
                          "end": 2263,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 17
                            },
                            "end": {
                              "line": 84,
                              "column": 31
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2249,
                            "end": 2261,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 17
                              },
                              "end": {
                                "line": 84,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2249,
                              "end": 2254,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 17
                                },
                                "end": {
                                  "line": 84,
                                  "column": 22
                                },
                                "identifierName": "store"
                              },
                              "name": "store"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2255,
                              "end": 2261,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 23
                                },
                                "end": {
                                  "line": 84,
                                  "column": 29
                                },
                                "identifierName": "create"
                              },
                              "name": "create"
                            },
                            "computed": false
                          },
                          "arguments": []
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Contains a new instance of @crispcode/pushstore which is passed on to all components. See https://www.npmjs.com/package/@crispcode/pushstore\n     * @type {Store}\n     * @public\n     ",
                          "start": 2036,
                          "end": 2231,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 4
                            },
                            "end": {
                              "line": 83,
                              "column": 7
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates an instance of Module\n   * @param {String} [name] A unique name for the module, for easier management\n   ",
                    "start": 1608,
                    "end": 1732,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 2
                      },
                      "end": {
                        "line": 65,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the Component to\n   * @param {Component} Component The Component to be bound\n   * @private\n   ",
                    "start": 2271,
                    "end": 2503,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 2
                      },
                      "end": {
                        "line": 92,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2506,
                "end": 2708,
                "loc": {
                  "start": {
                    "line": 93,
                    "column": 2
                  },
                  "end": {
                    "line": 98,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2506,
                  "end": 2523,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 2
                    },
                    "end": {
                      "line": 93,
                      "column": 19
                    },
                    "identifierName": "__createComponent"
                  },
                  "name": "__createComponent",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2526,
                    "end": 2533,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 22
                      },
                      "end": {
                        "line": 93,
                        "column": 29
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  },
                  {
                    "type": "Identifier",
                    "start": 2535,
                    "end": 2544,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 31
                      },
                      "end": {
                        "line": 93,
                        "column": 40
                      },
                      "identifierName": "Component"
                    },
                    "name": "Component"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2547,
                  "end": 2708,
                  "loc": {
                    "start": {
                      "line": 93,
                      "column": 43
                    },
                    "end": {
                      "line": 98,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2553,
                      "end": 2704,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 4
                        },
                        "end": {
                          "line": 97,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2558,
                        "end": 2581,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 9
                          },
                          "end": {
                            "line": 94,
                            "column": 32
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 2559,
                          "end": 2581,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 10
                            },
                            "end": {
                              "line": 94,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2559,
                            "end": 2566,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 10
                              },
                              "end": {
                                "line": 94,
                                "column": 17
                              },
                              "identifierName": "element"
                            },
                            "name": "element"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2567,
                            "end": 2581,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 18
                              },
                              "end": {
                                "line": 94,
                                "column": 32
                              },
                              "identifierName": "moduxComponent"
                            },
                            "name": "moduxComponent"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2584,
                        "end": 2704,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 35
                          },
                          "end": {
                            "line": 97,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 2592,
                            "end": 2659,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 6
                              },
                              "end": {
                                "line": 95,
                                "column": 73
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 2592,
                              "end": 2659,
                              "loc": {
                                "start": {
                                  "line": 95,
                                  "column": 6
                                },
                                "end": {
                                  "line": 95,
                                  "column": 73
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 2592,
                                "end": 2614,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2592,
                                  "end": 2599,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 13
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2600,
                                  "end": 2614,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 28
                                    },
                                    "identifierName": "moduxComponent"
                                  },
                                  "name": "moduxComponent"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "NewExpression",
                                "start": 2617,
                                "end": 2659,
                                "loc": {
                                  "start": {
                                    "line": 95,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 95,
                                    "column": 73
                                  }
                                },
                                "callee": {
                                  "type": "Identifier",
                                  "start": 2621,
                                  "end": 2630,
                                  "loc": {
                                    "start": {
                                      "line": 95,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 95,
                                      "column": 44
                                    },
                                    "identifierName": "Component"
                                  },
                                  "name": "Component"
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2632,
                                    "end": 2639,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 53
                                      },
                                      "identifierName": "element"
                                    },
                                    "name": "element"
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 2641,
                                    "end": 2645,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 59
                                      }
                                    }
                                  },
                                  {
                                    "type": "MemberExpression",
                                    "start": 2647,
                                    "end": 2657,
                                    "loc": {
                                      "start": {
                                        "line": 95,
                                        "column": 61
                                      },
                                      "end": {
                                        "line": 95,
                                        "column": 71
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 2647,
                                      "end": 2651,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 61
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 65
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2652,
                                      "end": 2657,
                                      "loc": {
                                        "start": {
                                          "line": 95,
                                          "column": 66
                                        },
                                        "end": {
                                          "line": 95,
                                          "column": 71
                                        },
                                        "identifierName": "store"
                                      },
                                      "name": "store"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 2666,
                            "end": 2698,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 6
                              },
                              "end": {
                                "line": 96,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 2666,
                              "end": 2698,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 6
                                },
                                "end": {
                                  "line": 96,
                                  "column": 38
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2666,
                                "end": 2696,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 2666,
                                  "end": 2688,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2666,
                                    "end": 2673,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 13
                                      },
                                      "identifierName": "element"
                                    },
                                    "name": "element"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2674,
                                    "end": 2688,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 28
                                      },
                                      "identifierName": "moduxComponent"
                                    },
                                    "name": "moduxComponent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2689,
                                  "end": 2696,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 36
                                    },
                                    "identifierName": "execute"
                                  },
                                  "name": "execute"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the Component to\n   * @param {Component} Component The Component to be bound\n   * @private\n   ",
                    "start": 2271,
                    "end": 2503,
                    "loc": {
                      "start": {
                        "line": 87,
                        "column": 2
                      },
                      "end": {
                        "line": 92,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Removes a component from an HTMLElement if it has one, and removes all subcomponents\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the Component\n   * @private\n   ",
                    "start": 2712,
                    "end": 2917,
                    "loc": {
                      "start": {
                        "line": 100,
                        "column": 2
                      },
                      "end": {
                        "line": 104,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2920,
                "end": 3430,
                "loc": {
                  "start": {
                    "line": 105,
                    "column": 2
                  },
                  "end": {
                    "line": 121,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2920,
                  "end": 2937,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 2
                    },
                    "end": {
                      "line": 105,
                      "column": 19
                    },
                    "identifierName": "__removeComponent"
                  },
                  "name": "__removeComponent",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2940,
                    "end": 2947,
                    "loc": {
                      "start": {
                        "line": 105,
                        "column": 22
                      },
                      "end": {
                        "line": 105,
                        "column": 29
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2950,
                  "end": 3430,
                  "loc": {
                    "start": {
                      "line": 105,
                      "column": 32
                    },
                    "end": {
                      "line": 121,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 2956,
                      "end": 3426,
                      "loc": {
                        "start": {
                          "line": 106,
                          "column": 4
                        },
                        "end": {
                          "line": 120,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 2961,
                        "end": 2983,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 9
                          },
                          "end": {
                            "line": 106,
                            "column": 31
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 2961,
                          "end": 2968,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 9
                            },
                            "end": {
                              "line": 106,
                              "column": 16
                            },
                            "identifierName": "element"
                          },
                          "name": "element"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 2969,
                          "end": 2983,
                          "loc": {
                            "start": {
                              "line": 106,
                              "column": 17
                            },
                            "end": {
                              "line": 106,
                              "column": 31
                            },
                            "identifierName": "moduxComponent"
                          },
                          "name": "moduxComponent"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2986,
                        "end": 3426,
                        "loc": {
                          "start": {
                            "line": 106,
                            "column": 34
                          },
                          "end": {
                            "line": 120,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "VariableDeclaration",
                            "start": 3047,
                            "end": 3345,
                            "loc": {
                              "start": {
                                "line": 108,
                                "column": 6
                              },
                              "end": {
                                "line": 117,
                                "column": 7
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 3053,
                                "end": 3345,
                                "loc": {
                                  "start": {
                                    "line": 108,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 117,
                                    "column": 7
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 3053,
                                  "end": 3069,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 28
                                    },
                                    "identifierName": "_destroyChildren"
                                  },
                                  "name": "_destroyChildren",
                                  "leadingComments": null
                                },
                                "init": {
                                  "type": "ArrowFunctionExpression",
                                  "start": 3072,
                                  "end": 3345,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 7
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 3074,
                                      "end": 3080,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 39
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 3086,
                                    "end": 3345,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3096,
                                        "end": 3337,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 11
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3096,
                                          "end": 3337,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 11
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 3096,
                                            "end": 3100,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 12
                                              },
                                              "identifierName": "loop"
                                            },
                                            "name": "loop"
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 3102,
                                              "end": 3117,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3102,
                                                "end": 3108,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 14
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 20
                                                  },
                                                  "identifierName": "parent"
                                                },
                                                "name": "parent"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3109,
                                                "end": 3117,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 29
                                                  },
                                                  "identifierName": "children"
                                                },
                                                "name": "children"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 3119,
                                              "end": 3335,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 3121,
                                                  "end": 3126,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 38
                                                    },
                                                    "identifierName": "child"
                                                  },
                                                  "name": "child"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 3132,
                                                "end": 3335,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 3144,
                                                    "end": 3228,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "BinaryExpression",
                                                      "start": 3149,
                                                      "end": 3174,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 40
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 3149,
                                                        "end": 3170,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 36
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 3149,
                                                          "end": 3163,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 29
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3149,
                                                            "end": 3154,
                                                            "loc": {
                                                              "start": {
                                                                "line": 110,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 110,
                                                                "column": 20
                                                              },
                                                              "identifierName": "child"
                                                            },
                                                            "name": "child"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3155,
                                                            "end": 3163,
                                                            "loc": {
                                                              "start": {
                                                                "line": 110,
                                                                "column": 21
                                                              },
                                                              "end": {
                                                                "line": 110,
                                                                "column": 29
                                                              },
                                                              "identifierName": "children"
                                                            },
                                                            "name": "children"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3164,
                                                          "end": 3170,
                                                          "loc": {
                                                            "start": {
                                                              "line": 110,
                                                              "column": 30
                                                            },
                                                            "end": {
                                                              "line": 110,
                                                              "column": 36
                                                            },
                                                            "identifierName": "length"
                                                          },
                                                          "name": "length"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": ">",
                                                      "right": {
                                                        "type": "NumericLiteral",
                                                        "start": 3173,
                                                        "end": 3174,
                                                        "loc": {
                                                          "start": {
                                                            "line": 110,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 110,
                                                            "column": 40
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        },
                                                        "value": 0
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 3177,
                                                      "end": 3228,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 112,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 3191,
                                                          "end": 3216,
                                                          "loc": {
                                                            "start": {
                                                              "line": 111,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 111,
                                                              "column": 37
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 3191,
                                                            "end": 3216,
                                                            "loc": {
                                                              "start": {
                                                                "line": 111,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 111,
                                                                "column": 37
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "Identifier",
                                                              "start": 3191,
                                                              "end": 3207,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 111,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 111,
                                                                  "column": 28
                                                                },
                                                                "identifierName": "_destroyChildren"
                                                              },
                                                              "name": "_destroyChildren"
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3209,
                                                                "end": 3214,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 111,
                                                                    "column": 30
                                                                  },
                                                                  "end": {
                                                                    "line": 111,
                                                                    "column": 35
                                                                  },
                                                                  "identifierName": "child"
                                                                },
                                                                "name": "child"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 3239,
                                                    "end": 3325,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "MemberExpression",
                                                      "start": 3244,
                                                      "end": 3264,
                                                      "loc": {
                                                        "start": {
                                                          "line": 113,
                                                          "column": 15
                                                        },
                                                        "end": {
                                                          "line": 113,
                                                          "column": 35
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3244,
                                                        "end": 3249,
                                                        "loc": {
                                                          "start": {
                                                            "line": 113,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 113,
                                                            "column": 20
                                                          },
                                                          "identifierName": "child"
                                                        },
                                                        "name": "child"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3250,
                                                        "end": 3264,
                                                        "loc": {
                                                          "start": {
                                                            "line": 113,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 113,
                                                            "column": 35
                                                          },
                                                          "identifierName": "moduxComponent"
                                                        },
                                                        "name": "moduxComponent"
                                                      },
                                                      "computed": false
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 3267,
                                                      "end": 3325,
                                                      "loc": {
                                                        "start": {
                                                          "line": 113,
                                                          "column": 38
                                                        },
                                                        "end": {
                                                          "line": 115,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 3281,
                                                          "end": 3313,
                                                          "loc": {
                                                            "start": {
                                                              "line": 114,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 114,
                                                              "column": 44
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 3281,
                                                            "end": 3313,
                                                            "loc": {
                                                              "start": {
                                                                "line": 114,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 114,
                                                                "column": 44
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3281,
                                                              "end": 3311,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 114,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 114,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 3281,
                                                                "end": 3301,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 114,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 114,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3281,
                                                                  "end": 3286,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 114,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 114,
                                                                      "column": 17
                                                                    },
                                                                    "identifierName": "child"
                                                                  },
                                                                  "name": "child"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3287,
                                                                  "end": 3301,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 114,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 114,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "moduxComponent"
                                                                  },
                                                                  "name": "moduxComponent"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3302,
                                                                "end": 3311,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 114,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 114,
                                                                    "column": 42
                                                                  },
                                                                  "identifierName": "__destroy"
                                                                },
                                                                "name": "__destroy"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  }
                                },
                                "leadingComments": null
                              }
                            ],
                            "kind": "const",
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " Destroy all children to prevent memory leak",
                                "start": 2994,
                                "end": 3040,
                                "loc": {
                                  "start": {
                                    "line": 107,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 107,
                                    "column": 52
                                  }
                                }
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3352,
                            "end": 3379,
                            "loc": {
                              "start": {
                                "line": 118,
                                "column": 6
                              },
                              "end": {
                                "line": 118,
                                "column": 33
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3352,
                              "end": 3379,
                              "loc": {
                                "start": {
                                  "line": 118,
                                  "column": 6
                                },
                                "end": {
                                  "line": 118,
                                  "column": 33
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 3352,
                                "end": 3368,
                                "loc": {
                                  "start": {
                                    "line": 118,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 118,
                                    "column": 22
                                  },
                                  "identifierName": "_destroyChildren"
                                },
                                "name": "_destroyChildren"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 3370,
                                  "end": 3377,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 31
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3386,
                            "end": 3420,
                            "loc": {
                              "start": {
                                "line": 119,
                                "column": 6
                              },
                              "end": {
                                "line": 119,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3386,
                              "end": 3420,
                              "loc": {
                                "start": {
                                  "line": 119,
                                  "column": 6
                                },
                                "end": {
                                  "line": 119,
                                  "column": 40
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3386,
                                "end": 3418,
                                "loc": {
                                  "start": {
                                    "line": 119,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 119,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3386,
                                  "end": 3408,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3386,
                                    "end": 3393,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 13
                                      },
                                      "identifierName": "element"
                                    },
                                    "name": "element"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3394,
                                    "end": 3408,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 14
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 28
                                      },
                                      "identifierName": "moduxComponent"
                                    },
                                    "name": "moduxComponent"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3409,
                                  "end": 3418,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 38
                                    },
                                    "identifierName": "__destroy"
                                  },
                                  "name": "__destroy"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Removes a component from an HTMLElement if it has one, and removes all subcomponents\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the Component\n   * @private\n   ",
                    "start": 2712,
                    "end": 2917,
                    "loc": {
                      "start": {
                        "line": 100,
                        "column": 2
                      },
                      "end": {
                        "line": 104,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a link component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the link to\n   * @private\n   ",
                    "start": 3434,
                    "end": 3606,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 2
                      },
                      "end": {
                        "line": 127,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3609,
                "end": 3772,
                "loc": {
                  "start": {
                    "line": 128,
                    "column": 2
                  },
                  "end": {
                    "line": 133,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3609,
                  "end": 3630,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 2
                    },
                    "end": {
                      "line": 128,
                      "column": 23
                    },
                    "identifierName": "__createComponentLink"
                  },
                  "name": "__createComponentLink",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3633,
                    "end": 3640,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 26
                      },
                      "end": {
                        "line": 128,
                        "column": 33
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3643,
                  "end": 3772,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 36
                    },
                    "end": {
                      "line": 133,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3649,
                      "end": 3768,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 4
                        },
                        "end": {
                          "line": 132,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3654,
                        "end": 3672,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 9
                          },
                          "end": {
                            "line": 129,
                            "column": 27
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3655,
                          "end": 3672,
                          "loc": {
                            "start": {
                              "line": 129,
                              "column": 10
                            },
                            "end": {
                              "line": 129,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3655,
                            "end": 3662,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 10
                              },
                              "end": {
                                "line": 129,
                                "column": 17
                              },
                              "identifierName": "element"
                            },
                            "name": "element"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3663,
                            "end": 3672,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 18
                              },
                              "end": {
                                "line": 129,
                                "column": 27
                              },
                              "identifierName": "moduxLink"
                            },
                            "name": "moduxLink"
                          },
                          "computed": false
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3675,
                        "end": 3768,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 30
                          },
                          "end": {
                            "line": 132,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3683,
                            "end": 3731,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 6
                              },
                              "end": {
                                "line": 130,
                                "column": 54
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 3683,
                              "end": 3731,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 6
                                },
                                "end": {
                                  "line": 130,
                                  "column": 54
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 3683,
                                "end": 3707,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3683,
                                  "end": 3690,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 13
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3691,
                                  "end": 3707,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 30
                                    },
                                    "identifierName": "addEventListener"
                                  },
                                  "name": "addEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 3709,
                                  "end": 3716,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 39
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "click",
                                    "raw": "'click'"
                                  },
                                  "value": "click"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 3718,
                                  "end": 3729,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 52
                                    },
                                    "identifierName": "linkHandler"
                                  },
                                  "name": "linkHandler"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 3738,
                            "end": 3762,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 6
                              },
                              "end": {
                                "line": 131,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3738,
                              "end": 3762,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 6
                                },
                                "end": {
                                  "line": 131,
                                  "column": 30
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 3738,
                                "end": 3755,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3738,
                                  "end": 3745,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 13
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3746,
                                  "end": 3755,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 23
                                    },
                                    "identifierName": "moduxLink"
                                  },
                                  "name": "moduxLink"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "BooleanLiteral",
                                "start": 3758,
                                "end": 3762,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 30
                                  }
                                },
                                "value": true
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Creates a link component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the link to\n   * @private\n   ",
                    "start": 3434,
                    "end": 3606,
                    "loc": {
                      "start": {
                        "line": 123,
                        "column": 2
                      },
                      "end": {
                        "line": 127,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Removes a link component from an HTMLElement if it has one\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the link\n   * @private\n   ",
                    "start": 3775,
                    "end": 3949,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 2
                      },
                      "end": {
                        "line": 138,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 3952,
                "end": 4117,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 2
                  },
                  "end": {
                    "line": 144,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 3952,
                  "end": 3973,
                  "loc": {
                    "start": {
                      "line": 139,
                      "column": 2
                    },
                    "end": {
                      "line": 139,
                      "column": 23
                    },
                    "identifierName": "__removeComponentLink"
                  },
                  "name": "__removeComponentLink",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 3976,
                    "end": 3983,
                    "loc": {
                      "start": {
                        "line": 139,
                        "column": 26
                      },
                      "end": {
                        "line": 139,
                        "column": 33
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 3986,
                  "end": 4117,
                  "loc": {
                    "start": {
                      "line": 139,
                      "column": 36
                    },
                    "end": {
                      "line": 144,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 3992,
                      "end": 4113,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 4
                        },
                        "end": {
                          "line": 143,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 3997,
                        "end": 4014,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 9
                          },
                          "end": {
                            "line": 140,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 3997,
                          "end": 4004,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 9
                            },
                            "end": {
                              "line": 140,
                              "column": 16
                            },
                            "identifierName": "element"
                          },
                          "name": "element"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 4005,
                          "end": 4014,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 17
                            },
                            "end": {
                              "line": 140,
                              "column": 26
                            },
                            "identifierName": "moduxLink"
                          },
                          "name": "moduxLink"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4017,
                        "end": 4113,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 29
                          },
                          "end": {
                            "line": 143,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4025,
                            "end": 4076,
                            "loc": {
                              "start": {
                                "line": 141,
                                "column": 6
                              },
                              "end": {
                                "line": 141,
                                "column": 57
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4025,
                              "end": 4076,
                              "loc": {
                                "start": {
                                  "line": 141,
                                  "column": 6
                                },
                                "end": {
                                  "line": 141,
                                  "column": 57
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 4025,
                                "end": 4052,
                                "loc": {
                                  "start": {
                                    "line": 141,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 141,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4025,
                                  "end": 4032,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 13
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4033,
                                  "end": 4052,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 14
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 33
                                    },
                                    "identifierName": "removeEventListener"
                                  },
                                  "name": "removeEventListener"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 4054,
                                  "end": 4061,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 42
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "click",
                                    "raw": "'click'"
                                  },
                                  "value": "click"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 4063,
                                  "end": 4074,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 55
                                    },
                                    "identifierName": "linkHandler"
                                  },
                                  "name": "linkHandler"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 4083,
                            "end": 4107,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 6
                              },
                              "end": {
                                "line": 142,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 4083,
                              "end": 4107,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 6
                                },
                                "end": {
                                  "line": 142,
                                  "column": 30
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 4090,
                                "end": 4107,
                                "loc": {
                                  "start": {
                                    "line": 142,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 142,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 4090,
                                  "end": 4097,
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 20
                                    },
                                    "identifierName": "element"
                                  },
                                  "name": "element"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 4098,
                                  "end": 4107,
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 30
                                    },
                                    "identifierName": "moduxLink"
                                  },
                                  "name": "moduxLink"
                                },
                                "computed": false
                              },
                              "extra": {
                                "parenthesizedArgument": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Removes a link component from an HTMLElement if it has one\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the link\n   * @private\n   ",
                    "start": 3775,
                    "end": 3949,
                    "loc": {
                      "start": {
                        "line": 134,
                        "column": 2
                      },
                      "end": {
                        "line": 138,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Checks if the current element needs a Component instance\n   * @param {HTMLElement} node HTMLElement what we are checking\n   * @param {String} attr The attribute to watch out for\n   * @param {Function} handler The callback function which will be called after the checks are made\n   * @private\n   ",
                    "start": 4121,
                    "end": 4427,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 2
                      },
                      "end": {
                        "line": 152,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4430,
                "end": 4768,
                "loc": {
                  "start": {
                    "line": 153,
                    "column": 2
                  },
                  "end": {
                    "line": 164,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4430,
                  "end": 4446,
                  "loc": {
                    "start": {
                      "line": 153,
                      "column": 2
                    },
                    "end": {
                      "line": 153,
                      "column": 18
                    },
                    "identifierName": "__loopOnElements"
                  },
                  "name": "__loopOnElements",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4449,
                    "end": 4453,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 21
                      },
                      "end": {
                        "line": 153,
                        "column": 25
                      },
                      "identifierName": "node"
                    },
                    "name": "node"
                  },
                  {
                    "type": "Identifier",
                    "start": 4455,
                    "end": 4459,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 27
                      },
                      "end": {
                        "line": 153,
                        "column": 31
                      },
                      "identifierName": "attr"
                    },
                    "name": "attr"
                  },
                  {
                    "type": "Identifier",
                    "start": 4461,
                    "end": 4468,
                    "loc": {
                      "start": {
                        "line": 153,
                        "column": 33
                      },
                      "end": {
                        "line": 153,
                        "column": 40
                      },
                      "identifierName": "handler"
                    },
                    "name": "handler"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4471,
                  "end": 4768,
                  "loc": {
                    "start": {
                      "line": 153,
                      "column": 43
                    },
                    "end": {
                      "line": 164,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 4477,
                      "end": 4537,
                      "loc": {
                        "start": {
                          "line": 154,
                          "column": 4
                        },
                        "end": {
                          "line": 156,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 4482,
                        "end": 4514,
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 9
                          },
                          "end": {
                            "line": 154,
                            "column": 41
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "BinaryExpression",
                          "start": 4485,
                          "end": 4512,
                          "loc": {
                            "start": {
                              "line": 154,
                              "column": 12
                            },
                            "end": {
                              "line": 154,
                              "column": 39
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 4485,
                            "end": 4489,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 12
                              },
                              "end": {
                                "line": 154,
                                "column": 16
                              },
                              "identifierName": "node"
                            },
                            "name": "node"
                          },
                          "operator": "instanceof",
                          "right": {
                            "type": "Identifier",
                            "start": 4501,
                            "end": 4512,
                            "loc": {
                              "start": {
                                "line": 154,
                                "column": 28
                              },
                              "end": {
                                "line": 154,
                                "column": 39
                              },
                              "identifierName": "HTMLElement"
                            },
                            "name": "HTMLElement"
                          },
                          "extra": {
                            "parenthesized": true,
                            "parenStart": 4483
                          }
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4517,
                        "end": 4537,
                        "loc": {
                          "start": {
                            "line": 154,
                            "column": 44
                          },
                          "end": {
                            "line": 156,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ReturnStatement",
                            "start": 4525,
                            "end": 4531,
                            "loc": {
                              "start": {
                                "line": 155,
                                "column": 6
                              },
                              "end": {
                                "line": 155,
                                "column": 12
                              }
                            },
                            "argument": null
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 4542,
                      "end": 4578,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 4
                        },
                        "end": {
                          "line": 157,
                          "column": 40
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 4546,
                          "end": 4578,
                          "loc": {
                            "start": {
                              "line": 157,
                              "column": 8
                            },
                            "end": {
                              "line": 157,
                              "column": 40
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 4546,
                            "end": 4550,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 8
                              },
                              "end": {
                                "line": 157,
                                "column": 12
                              },
                              "identifierName": "name"
                            },
                            "name": "name"
                          },
                          "init": {
                            "type": "CallExpression",
                            "start": 4553,
                            "end": 4578,
                            "loc": {
                              "start": {
                                "line": 157,
                                "column": 15
                              },
                              "end": {
                                "line": 157,
                                "column": 40
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4553,
                              "end": 4570,
                              "loc": {
                                "start": {
                                  "line": 157,
                                  "column": 15
                                },
                                "end": {
                                  "line": 157,
                                  "column": 32
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4553,
                                "end": 4557,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 19
                                  },
                                  "identifierName": "node"
                                },
                                "name": "node"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4558,
                                "end": 4570,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 32
                                  },
                                  "identifierName": "getAttribute"
                                },
                                "name": "getAttribute"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 4572,
                                "end": 4576,
                                "loc": {
                                  "start": {
                                    "line": 157,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 157,
                                    "column": 38
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              }
                            ]
                          }
                        }
                      ],
                      "kind": "let"
                    },
                    {
                      "type": "IfStatement",
                      "start": 4583,
                      "end": 4630,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 4
                        },
                        "end": {
                          "line": 160,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 4588,
                        "end": 4592,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 9
                          },
                          "end": {
                            "line": 158,
                            "column": 13
                          },
                          "identifierName": "name"
                        },
                        "name": "name"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 4595,
                        "end": 4630,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 16
                          },
                          "end": {
                            "line": 160,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 4603,
                            "end": 4624,
                            "loc": {
                              "start": {
                                "line": 159,
                                "column": 6
                              },
                              "end": {
                                "line": 159,
                                "column": 27
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 4603,
                              "end": 4624,
                              "loc": {
                                "start": {
                                  "line": 159,
                                  "column": 6
                                },
                                "end": {
                                  "line": 159,
                                  "column": 27
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 4603,
                                "end": 4610,
                                "loc": {
                                  "start": {
                                    "line": 159,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 159,
                                    "column": 13
                                  },
                                  "identifierName": "handler"
                                },
                                "name": "handler"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 4612,
                                  "end": 4616,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 19
                                    },
                                    "identifierName": "node"
                                  },
                                  "name": "node"
                                },
                                {
                                  "type": "Identifier",
                                  "start": 4618,
                                  "end": 4622,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 25
                                    },
                                    "identifierName": "name"
                                  },
                                  "name": "name"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": []
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4635,
                      "end": 4764,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 4
                        },
                        "end": {
                          "line": 163,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4635,
                        "end": 4764,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 4
                          },
                          "end": {
                            "line": 163,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "Identifier",
                          "start": 4635,
                          "end": 4639,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 4
                            },
                            "end": {
                              "line": 161,
                              "column": 8
                            },
                            "identifierName": "loop"
                          },
                          "name": "loop"
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 4641,
                            "end": 4683,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 10
                              },
                              "end": {
                                "line": 161,
                                "column": 52
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4641,
                              "end": 4662,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 10
                                },
                                "end": {
                                  "line": 161,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 4641,
                                "end": 4645,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 10
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 14
                                  },
                                  "identifierName": "node"
                                },
                                "name": "node"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4646,
                                "end": 4662,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 31
                                  },
                                  "identifierName": "querySelectorAll"
                                },
                                "name": "querySelectorAll"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "BinaryExpression",
                                "start": 4664,
                                "end": 4681,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 50
                                  }
                                },
                                "left": {
                                  "type": "BinaryExpression",
                                  "start": 4664,
                                  "end": 4675,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 44
                                    }
                                  },
                                  "left": {
                                    "type": "StringLiteral",
                                    "start": 4664,
                                    "end": 4668,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 37
                                      }
                                    },
                                    "extra": {
                                      "rawValue": "*[",
                                      "raw": "'*['"
                                    },
                                    "value": "*["
                                  },
                                  "operator": "+",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 4671,
                                    "end": 4675,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 40
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 44
                                      },
                                      "identifierName": "attr"
                                    },
                                    "name": "attr"
                                  }
                                },
                                "operator": "+",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 4678,
                                  "end": 4681,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 50
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "]",
                                    "raw": "']'"
                                  },
                                  "value": "]"
                                }
                              }
                            ]
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4685,
                            "end": 4762,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 54
                              },
                              "end": {
                                "line": 163,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 4687,
                                "end": 4694,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 63
                                  },
                                  "identifierName": "element"
                                },
                                "name": "element"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4700,
                              "end": 4762,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 69
                                },
                                "end": {
                                  "line": 163,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4708,
                                  "end": 4756,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 54
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4708,
                                    "end": 4756,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 54
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 4708,
                                      "end": 4715,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 13
                                        },
                                        "identifierName": "handler"
                                      },
                                      "name": "handler"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4717,
                                        "end": 4724,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 22
                                          },
                                          "identifierName": "element"
                                        },
                                        "name": "element"
                                      },
                                      {
                                        "type": "CallExpression",
                                        "start": 4726,
                                        "end": 4754,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 52
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4726,
                                          "end": 4746,
                                          "loc": {
                                            "start": {
                                              "line": 162,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 162,
                                              "column": 44
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4726,
                                            "end": 4733,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 31
                                              },
                                              "identifierName": "element"
                                            },
                                            "name": "element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4734,
                                            "end": 4746,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 44
                                              },
                                              "identifierName": "getAttribute"
                                            },
                                            "name": "getAttribute"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4748,
                                            "end": 4752,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 162,
                                                "column": 50
                                              },
                                              "identifierName": "attr"
                                            },
                                            "name": "attr"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Checks if the current element needs a Component instance\n   * @param {HTMLElement} node HTMLElement what we are checking\n   * @param {String} attr The attribute to watch out for\n   * @param {Function} handler The callback function which will be called after the checks are made\n   * @private\n   ",
                    "start": 4121,
                    "end": 4427,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 2
                      },
                      "end": {
                        "line": 152,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Renders an HTMLElement to a Component as if it was a part of this module\n   * @param {HTMLElement} node The HTMLElement to be converted to a Component\n   ",
                    "start": 4772,
                    "end": 4937,
                    "loc": {
                      "start": {
                        "line": 166,
                        "column": 2
                      },
                      "end": {
                        "line": 169,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 4940,
                "end": 5261,
                "loc": {
                  "start": {
                    "line": 170,
                    "column": 2
                  },
                  "end": {
                    "line": 179,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4940,
                  "end": 4955,
                  "loc": {
                    "start": {
                      "line": 170,
                      "column": 2
                    },
                    "end": {
                      "line": 170,
                      "column": 17
                    },
                    "identifierName": "createComponent"
                  },
                  "name": "createComponent",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 4958,
                    "end": 4962,
                    "loc": {
                      "start": {
                        "line": 170,
                        "column": 20
                      },
                      "end": {
                        "line": 170,
                        "column": 24
                      },
                      "identifierName": "node"
                    },
                    "name": "node"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 4965,
                  "end": 5261,
                  "loc": {
                    "start": {
                      "line": 170,
                      "column": 27
                    },
                    "end": {
                      "line": 179,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4971,
                      "end": 5156,
                      "loc": {
                        "start": {
                          "line": 171,
                          "column": 4
                        },
                        "end": {
                          "line": 175,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4971,
                        "end": 5156,
                        "loc": {
                          "start": {
                            "line": 171,
                            "column": 4
                          },
                          "end": {
                            "line": 175,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4971,
                          "end": 4992,
                          "loc": {
                            "start": {
                              "line": 171,
                              "column": 4
                            },
                            "end": {
                              "line": 171,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4971,
                            "end": 4975,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 4
                              },
                              "end": {
                                "line": 171,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4976,
                            "end": 4992,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 9
                              },
                              "end": {
                                "line": 171,
                                "column": 25
                              },
                              "identifierName": "__loopOnElements"
                            },
                            "name": "__loopOnElements"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 4994,
                            "end": 4998,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 27
                              },
                              "end": {
                                "line": 171,
                                "column": 31
                              },
                              "identifierName": "node"
                            },
                            "name": "node"
                          },
                          {
                            "type": "Identifier",
                            "start": 5000,
                            "end": 5014,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 33
                              },
                              "end": {
                                "line": 171,
                                "column": 47
                              },
                              "identifierName": "_attrComponent"
                            },
                            "name": "_attrComponent"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 5016,
                            "end": 5154,
                            "loc": {
                              "start": {
                                "line": 171,
                                "column": 49
                              },
                              "end": {
                                "line": 175,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 5018,
                                "end": 5019,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 52
                                  },
                                  "identifierName": "e"
                                },
                                "name": "e"
                              },
                              {
                                "type": "Identifier",
                                "start": 5021,
                                "end": 5025,
                                "loc": {
                                  "start": {
                                    "line": 171,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 171,
                                    "column": 58
                                  },
                                  "identifierName": "attr"
                                },
                                "name": "attr"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 5031,
                              "end": 5154,
                              "loc": {
                                "start": {
                                  "line": 171,
                                  "column": 64
                                },
                                "end": {
                                  "line": 175,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 5039,
                                  "end": 5148,
                                  "loc": {
                                    "start": {
                                      "line": 172,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 174,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 5044,
                                    "end": 5071,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 172,
                                        "column": 38
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5044,
                                      "end": 5063,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5044,
                                        "end": 5048,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5049,
                                        "end": 5063,
                                        "loc": {
                                          "start": {
                                            "line": 172,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 172,
                                            "column": 30
                                          },
                                          "identifierName": "__dependencies"
                                        },
                                        "name": "__dependencies"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5065,
                                      "end": 5069,
                                      "loc": {
                                        "start": {
                                          "line": 172,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 172,
                                          "column": 36
                                        },
                                        "identifierName": "attr"
                                      },
                                      "name": "attr"
                                    },
                                    "computed": true
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5074,
                                    "end": 5148,
                                    "loc": {
                                      "start": {
                                        "line": 172,
                                        "column": 41
                                      },
                                      "end": {
                                        "line": 174,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5084,
                                        "end": 5140,
                                        "loc": {
                                          "start": {
                                            "line": 173,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 173,
                                            "column": 64
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 5084,
                                          "end": 5140,
                                          "loc": {
                                            "start": {
                                              "line": 173,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 173,
                                              "column": 64
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5084,
                                            "end": 5106,
                                            "loc": {
                                              "start": {
                                                "line": 173,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 173,
                                                "column": 30
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 5084,
                                              "end": 5088,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 12
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5089,
                                              "end": 5106,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 30
                                                },
                                                "identifierName": "__createComponent"
                                              },
                                              "name": "__createComponent"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 5108,
                                              "end": 5109,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 33
                                                },
                                                "identifierName": "e"
                                              },
                                              "name": "e"
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "start": 5111,
                                              "end": 5138,
                                              "loc": {
                                                "start": {
                                                  "line": 173,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 173,
                                                  "column": 62
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5111,
                                                "end": 5130,
                                                "loc": {
                                                  "start": {
                                                    "line": 173,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 173,
                                                    "column": 54
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5111,
                                                  "end": 5115,
                                                  "loc": {
                                                    "start": {
                                                      "line": 173,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 173,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5116,
                                                  "end": 5130,
                                                  "loc": {
                                                    "start": {
                                                      "line": 173,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 173,
                                                      "column": 54
                                                    },
                                                    "identifierName": "__dependencies"
                                                  },
                                                  "name": "__dependencies"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5132,
                                                "end": 5136,
                                                "loc": {
                                                  "start": {
                                                    "line": 173,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 173,
                                                    "column": 60
                                                  },
                                                  "identifierName": "attr"
                                                },
                                                "name": "attr"
                                              },
                                              "computed": true
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5161,
                      "end": 5257,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 4
                        },
                        "end": {
                          "line": 178,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 5161,
                        "end": 5257,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 4
                          },
                          "end": {
                            "line": 178,
                            "column": 7
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5161,
                          "end": 5182,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 4
                            },
                            "end": {
                              "line": 176,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5161,
                            "end": 5165,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 4
                              },
                              "end": {
                                "line": 176,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5166,
                            "end": 5182,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 9
                              },
                              "end": {
                                "line": 176,
                                "column": 25
                              },
                              "identifierName": "__loopOnElements"
                            },
                            "name": "__loopOnElements"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5184,
                            "end": 5188,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 27
                              },
                              "end": {
                                "line": 176,
                                "column": 31
                              },
                              "identifierName": "node"
                            },
                            "name": "node"
                          },
                          {
                            "type": "Identifier",
                            "start": 5190,
                            "end": 5199,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 33
                              },
                              "end": {
                                "line": 176,
                                "column": 42
                              },
                              "identifierName": "_attrLink"
                            },
                            "name": "_attrLink"
                          },
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 5201,
                            "end": 5255,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 44
                              },
                              "end": {
                                "line": 178,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 5203,
                                "end": 5204,
                                "loc": {
                                  "start": {
                                    "line": 176,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 176,
                                    "column": 47
                                  },
                                  "identifierName": "e"
                                },
                                "name": "e"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 5210,
                              "end": 5255,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 53
                                },
                                "end": {
                                  "line": 178,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5218,
                                  "end": 5249,
                                  "loc": {
                                    "start": {
                                      "line": 177,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 177,
                                      "column": 37
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5218,
                                    "end": 5249,
                                    "loc": {
                                      "start": {
                                        "line": 177,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 177,
                                        "column": 37
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5218,
                                      "end": 5244,
                                      "loc": {
                                        "start": {
                                          "line": 177,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 177,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5218,
                                        "end": 5222,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 10
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5223,
                                        "end": 5244,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 32
                                          },
                                          "identifierName": "__createComponentLink"
                                        },
                                        "name": "__createComponentLink"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5246,
                                        "end": 5247,
                                        "loc": {
                                          "start": {
                                            "line": 177,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 177,
                                            "column": 35
                                          },
                                          "identifierName": "e"
                                        },
                                        "name": "e"
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Renders an HTMLElement to a Component as if it was a part of this module\n   * @param {HTMLElement} node The HTMLElement to be converted to a Component\n   ",
                    "start": 4772,
                    "end": 4937,
                    "loc": {
                      "start": {
                        "line": 166,
                        "column": 2
                      },
                      "end": {
                        "line": 169,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Initializes the Module on a specific HTMLElement and loads the specified Component for it\n   * @param {HTMLElement} element The HTMLElement used as the wrapper for the Module\n   * @param {Component} component The Component to be used as the main Component\n   ",
                    "start": 5265,
                    "end": 5535,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 2
                      },
                      "end": {
                        "line": 185,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 5538,
                "end": 7828,
                "loc": {
                  "start": {
                    "line": 186,
                    "column": 2
                  },
                  "end": {
                    "line": 241,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 5538,
                  "end": 5547,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 2
                    },
                    "end": {
                      "line": 186,
                      "column": 11
                    },
                    "identifierName": "bootstrap"
                  },
                  "name": "bootstrap",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5550,
                    "end": 5557,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 14
                      },
                      "end": {
                        "line": 186,
                        "column": 21
                      },
                      "identifierName": "element"
                    },
                    "name": "element"
                  },
                  {
                    "type": "Identifier",
                    "start": 5559,
                    "end": 5568,
                    "loc": {
                      "start": {
                        "line": 186,
                        "column": 23
                      },
                      "end": {
                        "line": 186,
                        "column": 32
                      },
                      "identifierName": "component"
                    },
                    "name": "component"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5571,
                  "end": 7828,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 35
                    },
                    "end": {
                      "line": 241,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 5673,
                      "end": 7322,
                      "loc": {
                        "start": {
                          "line": 190,
                          "column": 4
                        },
                        "end": {
                          "line": 229,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5673,
                        "end": 7322,
                        "loc": {
                          "start": {
                            "line": 190,
                            "column": 4
                          },
                          "end": {
                            "line": 229,
                            "column": 7
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5673,
                          "end": 5691,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 4
                            },
                            "end": {
                              "line": 190,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5673,
                            "end": 5677,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 4
                              },
                              "end": {
                                "line": 190,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5678,
                            "end": 5691,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 9
                              },
                              "end": {
                                "line": 190,
                                "column": 22
                              },
                              "identifierName": "__htmlWatcher"
                            },
                            "name": "__htmlWatcher"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 5694,
                          "end": 7322,
                          "loc": {
                            "start": {
                              "line": 190,
                              "column": 25
                            },
                            "end": {
                              "line": 229,
                              "column": 7
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 5698,
                            "end": 5714,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 29
                              },
                              "end": {
                                "line": 190,
                                "column": 45
                              },
                              "identifierName": "MutationObserver"
                            },
                            "name": "MutationObserver"
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 5716,
                              "end": 7320,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 47
                                },
                                "end": {
                                  "line": 229,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 5718,
                                  "end": 5727,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 58
                                    },
                                    "identifierName": "mutations"
                                  },
                                  "name": "mutations"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 5733,
                                "end": 7320,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 229,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 5741,
                                    "end": 7314,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 228,
                                        "column": 9
                                      }
                                    },
                                    "expression": {
                                      "type": "CallExpression",
                                      "start": 5741,
                                      "end": 7314,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 6
                                        },
                                        "end": {
                                          "line": 228,
                                          "column": 9
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5741,
                                        "end": 5758,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 6
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5741,
                                          "end": 5750,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 6
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 15
                                            },
                                            "identifierName": "mutations"
                                          },
                                          "name": "mutations"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5751,
                                          "end": 5758,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 23
                                            },
                                            "identifierName": "forEach"
                                          },
                                          "name": "forEach"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "ArrowFunctionExpression",
                                          "start": 5760,
                                          "end": 7312,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 7
                                            }
                                          },
                                          "id": null,
                                          "generator": false,
                                          "expression": false,
                                          "async": false,
                                          "params": [
                                            {
                                              "type": "Identifier",
                                              "start": 5762,
                                              "end": 5770,
                                              "loc": {
                                                "start": {
                                                  "line": 191,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 191,
                                                  "column": 35
                                                },
                                                "identifierName": "mutation"
                                              },
                                              "name": "mutation"
                                            }
                                          ],
                                          "body": {
                                            "type": "BlockStatement",
                                            "start": 5776,
                                            "end": 7312,
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 228,
                                                "column": 7
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 5786,
                                                "end": 6271,
                                                "loc": {
                                                  "start": {
                                                    "line": 192,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 201,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 5791,
                                                  "end": 5821,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 192,
                                                      "column": 43
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 5791,
                                                    "end": 5804,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 5791,
                                                      "end": 5799,
                                                      "loc": {
                                                        "start": {
                                                          "line": 192,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 192,
                                                          "column": 21
                                                        },
                                                        "identifierName": "mutation"
                                                      },
                                                      "name": "mutation"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5800,
                                                      "end": 5804,
                                                      "loc": {
                                                        "start": {
                                                          "line": 192,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 192,
                                                          "column": 26
                                                        },
                                                        "identifierName": "type"
                                                      },
                                                      "name": "type"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 5809,
                                                    "end": 5821,
                                                    "loc": {
                                                      "start": {
                                                        "line": 192,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 192,
                                                        "column": 43
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "attributes",
                                                      "raw": "'attributes'"
                                                    },
                                                    "value": "attributes"
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 5824,
                                                  "end": 6271,
                                                  "loc": {
                                                    "start": {
                                                      "line": 192,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 201,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 5836,
                                                      "end": 6077,
                                                      "loc": {
                                                        "start": {
                                                          "line": 193,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 196,
                                                          "column": 11
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "BinaryExpression",
                                                        "start": 5841,
                                                        "end": 5882,
                                                        "loc": {
                                                          "start": {
                                                            "line": 193,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 193,
                                                            "column": 56
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 5841,
                                                          "end": 5863,
                                                          "loc": {
                                                            "start": {
                                                              "line": 193,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 193,
                                                              "column": 37
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5841,
                                                            "end": 5849,
                                                            "loc": {
                                                              "start": {
                                                                "line": 193,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 193,
                                                                "column": 23
                                                              },
                                                              "identifierName": "mutation"
                                                            },
                                                            "name": "mutation"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5850,
                                                            "end": 5863,
                                                            "loc": {
                                                              "start": {
                                                                "line": 193,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 193,
                                                                "column": 37
                                                              },
                                                              "identifierName": "attributeName"
                                                            },
                                                            "name": "attributeName"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "===",
                                                        "right": {
                                                          "type": "Identifier",
                                                          "start": 5868,
                                                          "end": 5882,
                                                          "loc": {
                                                            "start": {
                                                              "line": 193,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 193,
                                                              "column": 56
                                                            },
                                                            "identifierName": "_attrComponent"
                                                          },
                                                          "name": "_attrComponent"
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "BlockStatement",
                                                        "start": 5885,
                                                        "end": 6077,
                                                        "loc": {
                                                          "start": {
                                                            "line": 193,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 196,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 5899,
                                                            "end": 5940,
                                                            "loc": {
                                                              "start": {
                                                                "line": 194,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 194,
                                                                "column": 53
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 5899,
                                                              "end": 5940,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 194,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 194,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 5899,
                                                                "end": 5921,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 194,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 194,
                                                                    "column": 34
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 5899,
                                                                  "end": 5903,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 194,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 194,
                                                                      "column": 16
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5904,
                                                                  "end": 5921,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 194,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 194,
                                                                      "column": 34
                                                                    },
                                                                    "identifierName": "__removeComponent"
                                                                  },
                                                                  "name": "__removeComponent"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 5923,
                                                                  "end": 5938,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 194,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 194,
                                                                      "column": 51
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 5923,
                                                                    "end": 5931,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 194,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 194,
                                                                        "column": 44
                                                                      },
                                                                      "identifierName": "mutation"
                                                                    },
                                                                    "name": "mutation"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 5932,
                                                                    "end": 5938,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 194,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 194,
                                                                        "column": 51
                                                                      },
                                                                      "identifierName": "target"
                                                                    },
                                                                    "name": "target"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ]
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 5953,
                                                            "end": 6065,
                                                            "loc": {
                                                              "start": {
                                                                "line": 195,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 195,
                                                                "column": 124
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 5953,
                                                              "end": 6065,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 195,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 195,
                                                                  "column": 124
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 5953,
                                                                "end": 5975,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 195,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 195,
                                                                    "column": 34
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 5953,
                                                                  "end": 5957,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 195,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 195,
                                                                      "column": 16
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5958,
                                                                  "end": 5975,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 195,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 195,
                                                                      "column": 34
                                                                    },
                                                                    "identifierName": "__createComponent"
                                                                  },
                                                                  "name": "__createComponent"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 5977,
                                                                  "end": 5992,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 195,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 195,
                                                                      "column": 51
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 5977,
                                                                    "end": 5985,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 195,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 195,
                                                                        "column": 44
                                                                      },
                                                                      "identifierName": "mutation"
                                                                    },
                                                                    "name": "mutation"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 5986,
                                                                    "end": 5992,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 195,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 195,
                                                                        "column": 51
                                                                      },
                                                                      "identifierName": "target"
                                                                    },
                                                                    "name": "target"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 5994,
                                                                  "end": 6063,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 195,
                                                                      "column": 53
                                                                    },
                                                                    "end": {
                                                                      "line": 195,
                                                                      "column": 122
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 5994,
                                                                    "end": 6013,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 195,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 195,
                                                                        "column": 72
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 5994,
                                                                      "end": 5998,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 195,
                                                                          "column": 53
                                                                        },
                                                                        "end": {
                                                                          "line": 195,
                                                                          "column": 57
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 5999,
                                                                      "end": 6013,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 195,
                                                                          "column": 58
                                                                        },
                                                                        "end": {
                                                                          "line": 195,
                                                                          "column": 72
                                                                        },
                                                                        "identifierName": "__dependencies"
                                                                      },
                                                                      "name": "__dependencies"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "CallExpression",
                                                                    "start": 6015,
                                                                    "end": 6061,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 195,
                                                                        "column": 74
                                                                      },
                                                                      "end": {
                                                                        "line": 195,
                                                                        "column": 120
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6015,
                                                                      "end": 6043,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 195,
                                                                          "column": 74
                                                                        },
                                                                        "end": {
                                                                          "line": 195,
                                                                          "column": 102
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 6015,
                                                                        "end": 6030,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 195,
                                                                            "column": 74
                                                                          },
                                                                          "end": {
                                                                            "line": 195,
                                                                            "column": 89
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 6015,
                                                                          "end": 6023,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 195,
                                                                              "column": 74
                                                                            },
                                                                            "end": {
                                                                              "line": 195,
                                                                              "column": 82
                                                                            },
                                                                            "identifierName": "mutation"
                                                                          },
                                                                          "name": "mutation"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 6024,
                                                                          "end": 6030,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 195,
                                                                              "column": 83
                                                                            },
                                                                            "end": {
                                                                              "line": 195,
                                                                              "column": 89
                                                                            },
                                                                            "identifierName": "target"
                                                                          },
                                                                          "name": "target"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6031,
                                                                        "end": 6043,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 195,
                                                                            "column": 90
                                                                          },
                                                                          "end": {
                                                                            "line": 195,
                                                                            "column": 102
                                                                          },
                                                                          "identifierName": "getAttribute"
                                                                        },
                                                                        "name": "getAttribute"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "start": 6045,
                                                                        "end": 6059,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 195,
                                                                            "column": 104
                                                                          },
                                                                          "end": {
                                                                            "line": 195,
                                                                            "column": 118
                                                                          },
                                                                          "identifierName": "_attrComponent"
                                                                        },
                                                                        "name": "_attrComponent"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "computed": true
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      },
                                                      "alternate": null
                                                    },
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 6088,
                                                      "end": 6261,
                                                      "loc": {
                                                        "start": {
                                                          "line": 197,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 200,
                                                          "column": 11
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "BinaryExpression",
                                                        "start": 6093,
                                                        "end": 6129,
                                                        "loc": {
                                                          "start": {
                                                            "line": 197,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 197,
                                                            "column": 51
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 6093,
                                                          "end": 6115,
                                                          "loc": {
                                                            "start": {
                                                              "line": 197,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 197,
                                                              "column": 37
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6093,
                                                            "end": 6101,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 23
                                                              },
                                                              "identifierName": "mutation"
                                                            },
                                                            "name": "mutation"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6102,
                                                            "end": 6115,
                                                            "loc": {
                                                              "start": {
                                                                "line": 197,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 197,
                                                                "column": 37
                                                              },
                                                              "identifierName": "attributeName"
                                                            },
                                                            "name": "attributeName"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "===",
                                                        "right": {
                                                          "type": "Identifier",
                                                          "start": 6120,
                                                          "end": 6129,
                                                          "loc": {
                                                            "start": {
                                                              "line": 197,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 197,
                                                              "column": 51
                                                            },
                                                            "identifierName": "_attrLink"
                                                          },
                                                          "name": "_attrLink"
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "BlockStatement",
                                                        "start": 6132,
                                                        "end": 6261,
                                                        "loc": {
                                                          "start": {
                                                            "line": 197,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 200,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 6146,
                                                            "end": 6191,
                                                            "loc": {
                                                              "start": {
                                                                "line": 198,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 198,
                                                                "column": 57
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 6146,
                                                              "end": 6191,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 198,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 198,
                                                                  "column": 57
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 6146,
                                                                "end": 6172,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 198,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 198,
                                                                    "column": 38
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 6146,
                                                                  "end": 6150,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 198,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 198,
                                                                      "column": 16
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6151,
                                                                  "end": 6172,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 198,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 198,
                                                                      "column": 38
                                                                    },
                                                                    "identifierName": "__removeComponentLink"
                                                                  },
                                                                  "name": "__removeComponentLink"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 6174,
                                                                  "end": 6189,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 198,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 198,
                                                                      "column": 55
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 6174,
                                                                    "end": 6182,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 198,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 198,
                                                                        "column": 48
                                                                      },
                                                                      "identifierName": "mutation"
                                                                    },
                                                                    "name": "mutation"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6183,
                                                                    "end": 6189,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 198,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 198,
                                                                        "column": 55
                                                                      },
                                                                      "identifierName": "target"
                                                                    },
                                                                    "name": "target"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ]
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 6204,
                                                            "end": 6249,
                                                            "loc": {
                                                              "start": {
                                                                "line": 199,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 199,
                                                                "column": 57
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 6204,
                                                              "end": 6249,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 199,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 199,
                                                                  "column": 57
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 6204,
                                                                "end": 6230,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 199,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 199,
                                                                    "column": 38
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 6204,
                                                                  "end": 6208,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 199,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 199,
                                                                      "column": 16
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6209,
                                                                  "end": 6230,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 199,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 199,
                                                                      "column": 38
                                                                    },
                                                                    "identifierName": "__createComponentLink"
                                                                  },
                                                                  "name": "__createComponentLink"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 6232,
                                                                  "end": 6247,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 199,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 199,
                                                                      "column": 55
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 6232,
                                                                    "end": 6240,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 199,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 199,
                                                                        "column": 48
                                                                      },
                                                                      "identifierName": "mutation"
                                                                    },
                                                                    "name": "mutation"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6241,
                                                                    "end": 6247,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 199,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 199,
                                                                        "column": 55
                                                                      },
                                                                      "identifierName": "target"
                                                                    },
                                                                    "name": "target"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      },
                                                      "alternate": null
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null
                                              },
                                              {
                                                "type": "IfStatement",
                                                "start": 6280,
                                                "end": 7304,
                                                "loc": {
                                                  "start": {
                                                    "line": 202,
                                                    "column": 8
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 9
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 6285,
                                                  "end": 6314,
                                                  "loc": {
                                                    "start": {
                                                      "line": 202,
                                                      "column": 13
                                                    },
                                                    "end": {
                                                      "line": 202,
                                                      "column": 42
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 6285,
                                                    "end": 6298,
                                                    "loc": {
                                                      "start": {
                                                        "line": 202,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 202,
                                                        "column": 26
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 6285,
                                                      "end": 6293,
                                                      "loc": {
                                                        "start": {
                                                          "line": 202,
                                                          "column": 13
                                                        },
                                                        "end": {
                                                          "line": 202,
                                                          "column": 21
                                                        },
                                                        "identifierName": "mutation"
                                                      },
                                                      "name": "mutation"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6294,
                                                      "end": 6298,
                                                      "loc": {
                                                        "start": {
                                                          "line": 202,
                                                          "column": 22
                                                        },
                                                        "end": {
                                                          "line": 202,
                                                          "column": 26
                                                        },
                                                        "identifierName": "type"
                                                      },
                                                      "name": "type"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "===",
                                                  "right": {
                                                    "type": "StringLiteral",
                                                    "start": 6303,
                                                    "end": 6314,
                                                    "loc": {
                                                      "start": {
                                                        "line": 202,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 202,
                                                        "column": 42
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": "childList",
                                                      "raw": "'childList'"
                                                    },
                                                    "value": "childList"
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 6317,
                                                  "end": 7304,
                                                  "loc": {
                                                    "start": {
                                                      "line": 202,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 227,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 6329,
                                                      "end": 6857,
                                                      "loc": {
                                                        "start": {
                                                          "line": 203,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 215,
                                                          "column": 11
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "BinaryExpression",
                                                        "start": 6334,
                                                        "end": 6364,
                                                        "loc": {
                                                          "start": {
                                                            "line": 203,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 203,
                                                            "column": 45
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 6334,
                                                          "end": 6360,
                                                          "loc": {
                                                            "start": {
                                                              "line": 203,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 203,
                                                              "column": 41
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 6334,
                                                            "end": 6353,
                                                            "loc": {
                                                              "start": {
                                                                "line": 203,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 203,
                                                                "column": 34
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 6334,
                                                              "end": 6342,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 203,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 203,
                                                                  "column": 23
                                                                },
                                                                "identifierName": "mutation"
                                                              },
                                                              "name": "mutation"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6343,
                                                              "end": 6353,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 203,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 203,
                                                                  "column": 34
                                                                },
                                                                "identifierName": "addedNodes"
                                                              },
                                                              "name": "addedNodes"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6354,
                                                            "end": 6360,
                                                            "loc": {
                                                              "start": {
                                                                "line": 203,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 203,
                                                                "column": 41
                                                              },
                                                              "identifierName": "length"
                                                            },
                                                            "name": "length"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": ">",
                                                        "right": {
                                                          "type": "NumericLiteral",
                                                          "start": 6363,
                                                          "end": 6364,
                                                          "loc": {
                                                            "start": {
                                                              "line": 203,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 203,
                                                              "column": 45
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          },
                                                          "value": 0
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "BlockStatement",
                                                        "start": 6367,
                                                        "end": 6857,
                                                        "loc": {
                                                          "start": {
                                                            "line": 203,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 215,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 6418,
                                                            "end": 6845,
                                                            "loc": {
                                                              "start": {
                                                                "line": 205,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 214,
                                                                "column": 15
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 6418,
                                                              "end": 6845,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 205,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 214,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 6418,
                                                                "end": 6422,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 205,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 205,
                                                                    "column": 16
                                                                  },
                                                                  "identifierName": "loop"
                                                                },
                                                                "name": "loop",
                                                                "leadingComments": null
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 6424,
                                                                  "end": 6443,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 205,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 205,
                                                                      "column": 37
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 6424,
                                                                    "end": 6432,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 205,
                                                                        "column": 18
                                                                      },
                                                                      "end": {
                                                                        "line": 205,
                                                                        "column": 26
                                                                      },
                                                                      "identifierName": "mutation"
                                                                    },
                                                                    "name": "mutation"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6433,
                                                                    "end": 6443,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 205,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 205,
                                                                        "column": 37
                                                                      },
                                                                      "identifierName": "addedNodes"
                                                                    },
                                                                    "name": "addedNodes"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 6445,
                                                                  "end": 6843,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 205,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 214,
                                                                      "column": 13
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 6447,
                                                                      "end": 6451,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 205,
                                                                          "column": 41
                                                                        },
                                                                        "end": {
                                                                          "line": 205,
                                                                          "column": 45
                                                                        },
                                                                        "identifierName": "node"
                                                                      },
                                                                      "name": "node"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 6457,
                                                                    "end": 6843,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 205,
                                                                        "column": 51
                                                                      },
                                                                      "end": {
                                                                        "line": 214,
                                                                        "column": 13
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 6473,
                                                                        "end": 6698,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 206,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 210,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 6473,
                                                                          "end": 6698,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 206,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 210,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 6473,
                                                                            "end": 6494,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 206,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 206,
                                                                                "column": 35
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "ThisExpression",
                                                                              "start": 6473,
                                                                              "end": 6477,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 206,
                                                                                  "column": 14
                                                                                },
                                                                                "end": {
                                                                                  "line": 206,
                                                                                  "column": 18
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 6478,
                                                                              "end": 6494,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 206,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 206,
                                                                                  "column": 35
                                                                                },
                                                                                "identifierName": "__loopOnElements"
                                                                              },
                                                                              "name": "__loopOnElements"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 6496,
                                                                              "end": 6500,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 206,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 206,
                                                                                  "column": 41
                                                                                },
                                                                                "identifierName": "node"
                                                                              },
                                                                              "name": "node"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 6502,
                                                                              "end": 6516,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 206,
                                                                                  "column": 43
                                                                                },
                                                                                "end": {
                                                                                  "line": 206,
                                                                                  "column": 57
                                                                                },
                                                                                "identifierName": "_attrComponent"
                                                                              },
                                                                              "name": "_attrComponent"
                                                                            },
                                                                            {
                                                                              "type": "ArrowFunctionExpression",
                                                                              "start": 6518,
                                                                              "end": 6696,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 206,
                                                                                  "column": 59
                                                                                },
                                                                                "end": {
                                                                                  "line": 210,
                                                                                  "column": 15
                                                                                }
                                                                              },
                                                                              "id": null,
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "async": false,
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 6520,
                                                                                  "end": 6521,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 206,
                                                                                      "column": 61
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 206,
                                                                                      "column": 62
                                                                                    },
                                                                                    "identifierName": "e"
                                                                                  },
                                                                                  "name": "e"
                                                                                },
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 6523,
                                                                                  "end": 6527,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 206,
                                                                                      "column": 64
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 206,
                                                                                      "column": 68
                                                                                    },
                                                                                    "identifierName": "attr"
                                                                                  },
                                                                                  "name": "attr"
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "start": 6533,
                                                                                "end": 6696,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 206,
                                                                                    "column": 74
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 210,
                                                                                    "column": 15
                                                                                  }
                                                                                },
                                                                                "body": [
                                                                                  {
                                                                                    "type": "IfStatement",
                                                                                    "start": 6551,
                                                                                    "end": 6680,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 207,
                                                                                        "column": 16
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 209,
                                                                                        "column": 17
                                                                                      }
                                                                                    },
                                                                                    "test": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 6556,
                                                                                      "end": 6583,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 207,
                                                                                          "column": 21
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 207,
                                                                                          "column": 48
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 6556,
                                                                                        "end": 6575,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 207,
                                                                                            "column": 21
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 207,
                                                                                            "column": 40
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "ThisExpression",
                                                                                          "start": 6556,
                                                                                          "end": 6560,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 207,
                                                                                              "column": 21
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 207,
                                                                                              "column": 25
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 6561,
                                                                                          "end": 6575,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 207,
                                                                                              "column": 26
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 207,
                                                                                              "column": 40
                                                                                            },
                                                                                            "identifierName": "__dependencies"
                                                                                          },
                                                                                          "name": "__dependencies"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 6577,
                                                                                        "end": 6581,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 207,
                                                                                            "column": 42
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 207,
                                                                                            "column": 46
                                                                                          },
                                                                                          "identifierName": "attr"
                                                                                        },
                                                                                        "name": "attr"
                                                                                      },
                                                                                      "computed": true
                                                                                    },
                                                                                    "consequent": {
                                                                                      "type": "BlockStatement",
                                                                                      "start": 6586,
                                                                                      "end": 6680,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 207,
                                                                                          "column": 51
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 209,
                                                                                          "column": 17
                                                                                        }
                                                                                      },
                                                                                      "body": [
                                                                                        {
                                                                                          "type": "ExpressionStatement",
                                                                                          "start": 6606,
                                                                                          "end": 6662,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 208,
                                                                                              "column": 18
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 208,
                                                                                              "column": 74
                                                                                            }
                                                                                          },
                                                                                          "expression": {
                                                                                            "type": "CallExpression",
                                                                                            "start": 6606,
                                                                                            "end": 6662,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 208,
                                                                                                "column": 18
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 208,
                                                                                                "column": 74
                                                                                              }
                                                                                            },
                                                                                            "callee": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 6606,
                                                                                              "end": 6628,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 208,
                                                                                                  "column": 18
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 208,
                                                                                                  "column": 40
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 6606,
                                                                                                "end": 6610,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 208,
                                                                                                    "column": 18
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 208,
                                                                                                    "column": 22
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 6611,
                                                                                                "end": 6628,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 208,
                                                                                                    "column": 23
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 208,
                                                                                                    "column": 40
                                                                                                  },
                                                                                                  "identifierName": "__createComponent"
                                                                                                },
                                                                                                "name": "__createComponent"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "arguments": [
                                                                                              {
                                                                                                "type": "Identifier",
                                                                                                "start": 6630,
                                                                                                "end": 6631,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 208,
                                                                                                    "column": 42
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 208,
                                                                                                    "column": 43
                                                                                                  },
                                                                                                  "identifierName": "e"
                                                                                                },
                                                                                                "name": "e"
                                                                                              },
                                                                                              {
                                                                                                "type": "MemberExpression",
                                                                                                "start": 6633,
                                                                                                "end": 6660,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 208,
                                                                                                    "column": 45
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 208,
                                                                                                    "column": 72
                                                                                                  }
                                                                                                },
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "start": 6633,
                                                                                                  "end": 6652,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 208,
                                                                                                      "column": 45
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 208,
                                                                                                      "column": 64
                                                                                                    }
                                                                                                  },
                                                                                                  "object": {
                                                                                                    "type": "ThisExpression",
                                                                                                    "start": 6633,
                                                                                                    "end": 6637,
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 208,
                                                                                                        "column": 45
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 208,
                                                                                                        "column": 49
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "start": 6638,
                                                                                                    "end": 6652,
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 208,
                                                                                                        "column": 50
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 208,
                                                                                                        "column": 64
                                                                                                      },
                                                                                                      "identifierName": "__dependencies"
                                                                                                    },
                                                                                                    "name": "__dependencies"
                                                                                                  },
                                                                                                  "computed": false
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "start": 6654,
                                                                                                  "end": 6658,
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 208,
                                                                                                      "column": 66
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 208,
                                                                                                      "column": 70
                                                                                                    },
                                                                                                    "identifierName": "attr"
                                                                                                  },
                                                                                                  "name": "attr"
                                                                                                },
                                                                                                "computed": true
                                                                                              }
                                                                                            ]
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "directives": []
                                                                                    },
                                                                                    "alternate": null
                                                                                  }
                                                                                ],
                                                                                "directives": []
                                                                              }
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 6713,
                                                                        "end": 6829,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 211,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 213,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 6713,
                                                                          "end": 6829,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 211,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 213,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 6713,
                                                                            "end": 6734,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 211,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 211,
                                                                                "column": 35
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "ThisExpression",
                                                                              "start": 6713,
                                                                              "end": 6717,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 211,
                                                                                  "column": 14
                                                                                },
                                                                                "end": {
                                                                                  "line": 211,
                                                                                  "column": 18
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 6718,
                                                                              "end": 6734,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 211,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 211,
                                                                                  "column": 35
                                                                                },
                                                                                "identifierName": "__loopOnElements"
                                                                              },
                                                                              "name": "__loopOnElements"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 6736,
                                                                              "end": 6740,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 211,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 211,
                                                                                  "column": 41
                                                                                },
                                                                                "identifierName": "node"
                                                                              },
                                                                              "name": "node"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 6742,
                                                                              "end": 6751,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 211,
                                                                                  "column": 43
                                                                                },
                                                                                "end": {
                                                                                  "line": 211,
                                                                                  "column": 52
                                                                                },
                                                                                "identifierName": "_attrLink"
                                                                              },
                                                                              "name": "_attrLink"
                                                                            },
                                                                            {
                                                                              "type": "ArrowFunctionExpression",
                                                                              "start": 6753,
                                                                              "end": 6827,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 211,
                                                                                  "column": 54
                                                                                },
                                                                                "end": {
                                                                                  "line": 213,
                                                                                  "column": 15
                                                                                }
                                                                              },
                                                                              "id": null,
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "async": false,
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 6755,
                                                                                  "end": 6756,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 211,
                                                                                      "column": 56
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 211,
                                                                                      "column": 57
                                                                                    },
                                                                                    "identifierName": "e"
                                                                                  },
                                                                                  "name": "e"
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "start": 6762,
                                                                                "end": 6827,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 211,
                                                                                    "column": 63
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 213,
                                                                                    "column": 15
                                                                                  }
                                                                                },
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ExpressionStatement",
                                                                                    "start": 6780,
                                                                                    "end": 6811,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 212,
                                                                                        "column": 16
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 212,
                                                                                        "column": 47
                                                                                      }
                                                                                    },
                                                                                    "expression": {
                                                                                      "type": "CallExpression",
                                                                                      "start": 6780,
                                                                                      "end": 6811,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 212,
                                                                                          "column": 16
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 212,
                                                                                          "column": 47
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 6780,
                                                                                        "end": 6806,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 212,
                                                                                            "column": 16
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 212,
                                                                                            "column": 42
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "ThisExpression",
                                                                                          "start": 6780,
                                                                                          "end": 6784,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 212,
                                                                                              "column": 16
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 212,
                                                                                              "column": 20
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 6785,
                                                                                          "end": 6806,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 212,
                                                                                              "column": 21
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 212,
                                                                                              "column": 42
                                                                                            },
                                                                                            "identifierName": "__createComponentLink"
                                                                                          },
                                                                                          "name": "__createComponentLink"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 6808,
                                                                                          "end": 6809,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 212,
                                                                                              "column": 44
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 212,
                                                                                              "column": 45
                                                                                            },
                                                                                            "identifierName": "e"
                                                                                          },
                                                                                          "name": "e"
                                                                                        }
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "directives": []
                                                                              }
                                                                            }
                                                                          ]
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ],
                                                              "leadingComments": null
                                                            },
                                                            "leadingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " Nodes that were added",
                                                                "start": 6381,
                                                                "end": 6405,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 204,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 204,
                                                                    "column": 36
                                                                  }
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        ],
                                                        "directives": []
                                                      },
                                                      "alternate": null
                                                    },
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 6868,
                                                      "end": 7294,
                                                      "loc": {
                                                        "start": {
                                                          "line": 216,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 226,
                                                          "column": 11
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "BinaryExpression",
                                                        "start": 6873,
                                                        "end": 6905,
                                                        "loc": {
                                                          "start": {
                                                            "line": 216,
                                                            "column": 15
                                                          },
                                                          "end": {
                                                            "line": 216,
                                                            "column": 47
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 6873,
                                                          "end": 6901,
                                                          "loc": {
                                                            "start": {
                                                              "line": 216,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 216,
                                                              "column": 43
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 6873,
                                                            "end": 6894,
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 36
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 6873,
                                                              "end": 6881,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 15
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 23
                                                                },
                                                                "identifierName": "mutation"
                                                              },
                                                              "name": "mutation"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 6882,
                                                              "end": 6894,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 36
                                                                },
                                                                "identifierName": "removedNodes"
                                                              },
                                                              "name": "removedNodes"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6895,
                                                            "end": 6901,
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 43
                                                              },
                                                              "identifierName": "length"
                                                            },
                                                            "name": "length"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": ">",
                                                        "right": {
                                                          "type": "NumericLiteral",
                                                          "start": 6904,
                                                          "end": 6905,
                                                          "loc": {
                                                            "start": {
                                                              "line": 216,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 216,
                                                              "column": 47
                                                            }
                                                          },
                                                          "extra": {
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          },
                                                          "value": 0
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "BlockStatement",
                                                        "start": 6908,
                                                        "end": 7294,
                                                        "loc": {
                                                          "start": {
                                                            "line": 216,
                                                            "column": 50
                                                          },
                                                          "end": {
                                                            "line": 226,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 6961,
                                                            "end": 7282,
                                                            "loc": {
                                                              "start": {
                                                                "line": 218,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 225,
                                                                "column": 15
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 6961,
                                                              "end": 7282,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 218,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 225,
                                                                  "column": 15
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "Identifier",
                                                                "start": 6961,
                                                                "end": 6965,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 218,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 218,
                                                                    "column": 16
                                                                  },
                                                                  "identifierName": "loop"
                                                                },
                                                                "name": "loop",
                                                                "leadingComments": null
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 6967,
                                                                  "end": 6988,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 218,
                                                                      "column": 18
                                                                    },
                                                                    "end": {
                                                                      "line": 218,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 6967,
                                                                    "end": 6975,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 18
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 26
                                                                      },
                                                                      "identifierName": "mutation"
                                                                    },
                                                                    "name": "mutation"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6976,
                                                                    "end": 6988,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 218,
                                                                        "column": 39
                                                                      },
                                                                      "identifierName": "removedNodes"
                                                                    },
                                                                    "name": "removedNodes"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 6990,
                                                                  "end": 7280,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 218,
                                                                      "column": 41
                                                                    },
                                                                    "end": {
                                                                      "line": 225,
                                                                      "column": 13
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 6992,
                                                                      "end": 6996,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 218,
                                                                          "column": 43
                                                                        },
                                                                        "end": {
                                                                          "line": 218,
                                                                          "column": 47
                                                                        },
                                                                        "identifierName": "node"
                                                                      },
                                                                      "name": "node"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 7002,
                                                                    "end": 7280,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 218,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 225,
                                                                        "column": 13
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 7018,
                                                                        "end": 7135,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 219,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 221,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 7018,
                                                                          "end": 7135,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 219,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 221,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 7018,
                                                                            "end": 7039,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 219,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 219,
                                                                                "column": 35
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "ThisExpression",
                                                                              "start": 7018,
                                                                              "end": 7022,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 219,
                                                                                  "column": 14
                                                                                },
                                                                                "end": {
                                                                                  "line": 219,
                                                                                  "column": 18
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 7023,
                                                                              "end": 7039,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 219,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 219,
                                                                                  "column": 35
                                                                                },
                                                                                "identifierName": "__loopOnElements"
                                                                              },
                                                                              "name": "__loopOnElements"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 7041,
                                                                              "end": 7045,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 219,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 219,
                                                                                  "column": 41
                                                                                },
                                                                                "identifierName": "node"
                                                                              },
                                                                              "name": "node"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 7047,
                                                                              "end": 7061,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 219,
                                                                                  "column": 43
                                                                                },
                                                                                "end": {
                                                                                  "line": 219,
                                                                                  "column": 57
                                                                                },
                                                                                "identifierName": "_attrComponent"
                                                                              },
                                                                              "name": "_attrComponent"
                                                                            },
                                                                            {
                                                                              "type": "ArrowFunctionExpression",
                                                                              "start": 7063,
                                                                              "end": 7133,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 219,
                                                                                  "column": 59
                                                                                },
                                                                                "end": {
                                                                                  "line": 221,
                                                                                  "column": 15
                                                                                }
                                                                              },
                                                                              "id": null,
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "async": false,
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 7065,
                                                                                  "end": 7066,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 219,
                                                                                      "column": 61
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 219,
                                                                                      "column": 62
                                                                                    },
                                                                                    "identifierName": "e"
                                                                                  },
                                                                                  "name": "e"
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "start": 7072,
                                                                                "end": 7133,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 219,
                                                                                    "column": 68
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 221,
                                                                                    "column": 15
                                                                                  }
                                                                                },
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ExpressionStatement",
                                                                                    "start": 7090,
                                                                                    "end": 7117,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 220,
                                                                                        "column": 16
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 220,
                                                                                        "column": 43
                                                                                      }
                                                                                    },
                                                                                    "expression": {
                                                                                      "type": "CallExpression",
                                                                                      "start": 7090,
                                                                                      "end": 7117,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 220,
                                                                                          "column": 16
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 220,
                                                                                          "column": 43
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 7090,
                                                                                        "end": 7112,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 220,
                                                                                            "column": 16
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 220,
                                                                                            "column": 38
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "ThisExpression",
                                                                                          "start": 7090,
                                                                                          "end": 7094,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 220,
                                                                                              "column": 16
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 220,
                                                                                              "column": 20
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 7095,
                                                                                          "end": 7112,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 220,
                                                                                              "column": 21
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 220,
                                                                                              "column": 38
                                                                                            },
                                                                                            "identifierName": "__removeComponent"
                                                                                          },
                                                                                          "name": "__removeComponent"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 7114,
                                                                                          "end": 7115,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 220,
                                                                                              "column": 40
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 220,
                                                                                              "column": 41
                                                                                            },
                                                                                            "identifierName": "e"
                                                                                          },
                                                                                          "name": "e"
                                                                                        }
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "directives": []
                                                                              }
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ExpressionStatement",
                                                                        "start": 7150,
                                                                        "end": 7266,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 222,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 224,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "expression": {
                                                                          "type": "CallExpression",
                                                                          "start": 7150,
                                                                          "end": 7266,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 222,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 224,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 7150,
                                                                            "end": 7171,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 222,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 222,
                                                                                "column": 35
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "ThisExpression",
                                                                              "start": 7150,
                                                                              "end": 7154,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 222,
                                                                                  "column": 14
                                                                                },
                                                                                "end": {
                                                                                  "line": 222,
                                                                                  "column": 18
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 7155,
                                                                              "end": 7171,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 222,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 222,
                                                                                  "column": 35
                                                                                },
                                                                                "identifierName": "__loopOnElements"
                                                                              },
                                                                              "name": "__loopOnElements"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 7173,
                                                                              "end": 7177,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 222,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 222,
                                                                                  "column": 41
                                                                                },
                                                                                "identifierName": "node"
                                                                              },
                                                                              "name": "node"
                                                                            },
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 7179,
                                                                              "end": 7188,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 222,
                                                                                  "column": 43
                                                                                },
                                                                                "end": {
                                                                                  "line": 222,
                                                                                  "column": 52
                                                                                },
                                                                                "identifierName": "_attrLink"
                                                                              },
                                                                              "name": "_attrLink"
                                                                            },
                                                                            {
                                                                              "type": "ArrowFunctionExpression",
                                                                              "start": 7190,
                                                                              "end": 7264,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 222,
                                                                                  "column": 54
                                                                                },
                                                                                "end": {
                                                                                  "line": 224,
                                                                                  "column": 15
                                                                                }
                                                                              },
                                                                              "id": null,
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "async": false,
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "start": 7192,
                                                                                  "end": 7193,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 222,
                                                                                      "column": 56
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 222,
                                                                                      "column": 57
                                                                                    },
                                                                                    "identifierName": "e"
                                                                                  },
                                                                                  "name": "e"
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "start": 7199,
                                                                                "end": 7264,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 222,
                                                                                    "column": 63
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 224,
                                                                                    "column": 15
                                                                                  }
                                                                                },
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ExpressionStatement",
                                                                                    "start": 7217,
                                                                                    "end": 7248,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 223,
                                                                                        "column": 16
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 223,
                                                                                        "column": 47
                                                                                      }
                                                                                    },
                                                                                    "expression": {
                                                                                      "type": "CallExpression",
                                                                                      "start": 7217,
                                                                                      "end": 7248,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 223,
                                                                                          "column": 16
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 223,
                                                                                          "column": 47
                                                                                        }
                                                                                      },
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 7217,
                                                                                        "end": 7243,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 223,
                                                                                            "column": 16
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 223,
                                                                                            "column": 42
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "ThisExpression",
                                                                                          "start": 7217,
                                                                                          "end": 7221,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 223,
                                                                                              "column": 16
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 223,
                                                                                              "column": 20
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 7222,
                                                                                          "end": 7243,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 223,
                                                                                              "column": 21
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 223,
                                                                                              "column": 42
                                                                                            },
                                                                                            "identifierName": "__removeComponentLink"
                                                                                          },
                                                                                          "name": "__removeComponentLink"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "start": 7245,
                                                                                          "end": 7246,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 223,
                                                                                              "column": 44
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 223,
                                                                                              "column": 45
                                                                                            },
                                                                                            "identifierName": "e"
                                                                                          },
                                                                                          "name": "e"
                                                                                        }
                                                                                      ]
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "directives": []
                                                                              }
                                                                            }
                                                                          ]
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ],
                                                              "leadingComments": null
                                                            },
                                                            "leadingComments": [
                                                              {
                                                                "type": "CommentLine",
                                                                "value": " Nodes that were removed",
                                                                "start": 6922,
                                                                "end": 6948,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 217,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 217,
                                                                    "column": 38
                                                                  }
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        ],
                                                        "directives": []
                                                      },
                                                      "alternate": null
                                                    }
                                                  ],
                                                  "directives": []
                                                },
                                                "alternate": null
                                              }
                                            ],
                                            "directives": []
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Holds the MutationObserver which is used to check for changes in the DOM\n     ",
                          "start": 5577,
                          "end": 5668,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 4
                            },
                            "end": {
                              "line": 189,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7327,
                      "end": 7440,
                      "loc": {
                        "start": {
                          "line": 230,
                          "column": 4
                        },
                        "end": {
                          "line": 230,
                          "column": 117
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7327,
                        "end": 7440,
                        "loc": {
                          "start": {
                            "line": 230,
                            "column": 4
                          },
                          "end": {
                            "line": 230,
                            "column": 117
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7327,
                          "end": 7353,
                          "loc": {
                            "start": {
                              "line": 230,
                              "column": 4
                            },
                            "end": {
                              "line": 230,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7327,
                            "end": 7345,
                            "loc": {
                              "start": {
                                "line": 230,
                                "column": 4
                              },
                              "end": {
                                "line": 230,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7327,
                              "end": 7331,
                              "loc": {
                                "start": {
                                  "line": 230,
                                  "column": 4
                                },
                                "end": {
                                  "line": 230,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7332,
                              "end": 7345,
                              "loc": {
                                "start": {
                                  "line": 230,
                                  "column": 9
                                },
                                "end": {
                                  "line": 230,
                                  "column": 22
                                },
                                "identifierName": "__htmlWatcher"
                              },
                              "name": "__htmlWatcher"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7346,
                            "end": 7353,
                            "loc": {
                              "start": {
                                "line": 230,
                                "column": 23
                              },
                              "end": {
                                "line": 230,
                                "column": 30
                              },
                              "identifierName": "observe"
                            },
                            "name": "observe"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 7355,
                            "end": 7362,
                            "loc": {
                              "start": {
                                "line": 230,
                                "column": 32
                              },
                              "end": {
                                "line": 230,
                                "column": 39
                              },
                              "identifierName": "element"
                            },
                            "name": "element"
                          },
                          {
                            "type": "ObjectExpression",
                            "start": 7364,
                            "end": 7438,
                            "loc": {
                              "start": {
                                "line": 230,
                                "column": 41
                              },
                              "end": {
                                "line": 230,
                                "column": 115
                              }
                            },
                            "properties": [
                              {
                                "type": "ObjectProperty",
                                "start": 7366,
                                "end": 7382,
                                "loc": {
                                  "start": {
                                    "line": 230,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 230,
                                    "column": 59
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 7366,
                                  "end": 7376,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 53
                                    },
                                    "identifierName": "attributes"
                                  },
                                  "name": "attributes"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 7378,
                                  "end": 7382,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 59
                                    }
                                  },
                                  "value": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 7384,
                                "end": 7399,
                                "loc": {
                                  "start": {
                                    "line": 230,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 230,
                                    "column": 76
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 7384,
                                  "end": 7393,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 70
                                    },
                                    "identifierName": "childList"
                                  },
                                  "name": "childList"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 7395,
                                  "end": 7399,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 76
                                    }
                                  },
                                  "value": true
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 7401,
                                "end": 7421,
                                "loc": {
                                  "start": {
                                    "line": 230,
                                    "column": 78
                                  },
                                  "end": {
                                    "line": 230,
                                    "column": 98
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 7401,
                                  "end": 7414,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 78
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 91
                                    },
                                    "identifierName": "characterData"
                                  },
                                  "name": "characterData"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 7416,
                                  "end": 7421,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 93
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 98
                                    }
                                  },
                                  "value": false
                                }
                              },
                              {
                                "type": "ObjectProperty",
                                "start": 7423,
                                "end": 7436,
                                "loc": {
                                  "start": {
                                    "line": 230,
                                    "column": 100
                                  },
                                  "end": {
                                    "line": 230,
                                    "column": 113
                                  }
                                },
                                "method": false,
                                "shorthand": false,
                                "computed": false,
                                "key": {
                                  "type": "Identifier",
                                  "start": 7423,
                                  "end": 7430,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 100
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 107
                                    },
                                    "identifierName": "subtree"
                                  },
                                  "name": "subtree"
                                },
                                "value": {
                                  "type": "BooleanLiteral",
                                  "start": 7432,
                                  "end": 7436,
                                  "loc": {
                                    "start": {
                                      "line": 230,
                                      "column": 109
                                    },
                                    "end": {
                                      "line": 230,
                                      "column": 113
                                    }
                                  },
                                  "value": true
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 7446,
                      "end": 7574,
                      "loc": {
                        "start": {
                          "line": 232,
                          "column": 4
                        },
                        "end": {
                          "line": 234,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 7451,
                        "end": 7484,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 9
                          },
                          "end": {
                            "line": 232,
                            "column": 42
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 7452,
                          "end": 7484,
                          "loc": {
                            "start": {
                              "line": 232,
                              "column": 10
                            },
                            "end": {
                              "line": 232,
                              "column": 42
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7452,
                            "end": 7471,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 10
                              },
                              "end": {
                                "line": 232,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7452,
                              "end": 7456,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 10
                                },
                                "end": {
                                  "line": 232,
                                  "column": 14
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7457,
                              "end": 7471,
                              "loc": {
                                "start": {
                                  "line": 232,
                                  "column": 15
                                },
                                "end": {
                                  "line": 232,
                                  "column": 29
                                },
                                "identifierName": "__dependencies"
                              },
                              "name": "__dependencies"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7473,
                            "end": 7482,
                            "loc": {
                              "start": {
                                "line": 232,
                                "column": 31
                              },
                              "end": {
                                "line": 232,
                                "column": 40
                              },
                              "identifierName": "component"
                            },
                            "name": "component"
                          },
                          "computed": true
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7487,
                        "end": 7574,
                        "loc": {
                          "start": {
                            "line": 232,
                            "column": 45
                          },
                          "end": {
                            "line": 234,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ThrowStatement",
                            "start": 7495,
                            "end": 7568,
                            "loc": {
                              "start": {
                                "line": 233,
                                "column": 6
                              },
                              "end": {
                                "line": 233,
                                "column": 79
                              }
                            },
                            "argument": {
                              "type": "NewExpression",
                              "start": 7501,
                              "end": 7568,
                              "loc": {
                                "start": {
                                  "line": 233,
                                  "column": 12
                                },
                                "end": {
                                  "line": 233,
                                  "column": 79
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 7505,
                                "end": 7510,
                                "loc": {
                                  "start": {
                                    "line": 233,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 233,
                                    "column": 21
                                  },
                                  "identifierName": "Error"
                                },
                                "name": "Error"
                              },
                              "arguments": [
                                {
                                  "type": "StringLiteral",
                                  "start": 7512,
                                  "end": 7566,
                                  "loc": {
                                    "start": {
                                      "line": 233,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 233,
                                      "column": 77
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "Initial component cannot be found in dependency list",
                                    "raw": "'Initial component cannot be found in dependency list'"
                                  },
                                  "value": "Initial component cannot be found in dependency list"
                                }
                              ]
                            }
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Holds the main Component which is used for the Module.\n     ",
                          "start": 7579,
                          "end": 7652,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 4
                            },
                            "end": {
                              "line": 237,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7657,
                      "end": 7741,
                      "loc": {
                        "start": {
                          "line": 238,
                          "column": 4
                        },
                        "end": {
                          "line": 238,
                          "column": 88
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 7657,
                        "end": 7741,
                        "loc": {
                          "start": {
                            "line": 238,
                            "column": 4
                          },
                          "end": {
                            "line": 238,
                            "column": 88
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 7657,
                          "end": 7673,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 4
                            },
                            "end": {
                              "line": 238,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7657,
                            "end": 7661,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 4
                              },
                              "end": {
                                "line": 238,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7662,
                            "end": 7673,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 9
                              },
                              "end": {
                                "line": 238,
                                "column": 20
                              },
                              "identifierName": "__component"
                            },
                            "name": "__component"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 7676,
                          "end": 7741,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 23
                            },
                            "end": {
                              "line": 238,
                              "column": 88
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7680,
                            "end": 7712,
                            "loc": {
                              "start": {
                                "line": 238,
                                "column": 27
                              },
                              "end": {
                                "line": 238,
                                "column": 59
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 7680,
                              "end": 7699,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 27
                                },
                                "end": {
                                  "line": 238,
                                  "column": 46
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 7680,
                                "end": 7684,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 31
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7685,
                                "end": 7699,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 46
                                  },
                                  "identifierName": "__dependencies"
                                },
                                "name": "__dependencies"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7701,
                              "end": 7710,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 48
                                },
                                "end": {
                                  "line": 238,
                                  "column": 57
                                },
                                "identifierName": "component"
                              },
                              "name": "component"
                            },
                            "computed": true
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7714,
                              "end": 7721,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 61
                                },
                                "end": {
                                  "line": 238,
                                  "column": 68
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            {
                              "type": "ThisExpression",
                              "start": 7723,
                              "end": 7727,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 70
                                },
                                "end": {
                                  "line": 238,
                                  "column": 74
                                }
                              }
                            },
                            {
                              "type": "MemberExpression",
                              "start": 7729,
                              "end": 7739,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 76
                                },
                                "end": {
                                  "line": 238,
                                  "column": 86
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 7729,
                                "end": 7733,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 76
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 80
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7734,
                                "end": 7739,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 81
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 86
                                  },
                                  "identifierName": "store"
                                },
                                "name": "store"
                              },
                              "computed": false
                            }
                          ]
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * Holds the main Component which is used for the Module.\n     ",
                          "start": 7579,
                          "end": 7652,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 4
                            },
                            "end": {
                              "line": 237,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7746,
                      "end": 7787,
                      "loc": {
                        "start": {
                          "line": 239,
                          "column": 4
                        },
                        "end": {
                          "line": 239,
                          "column": 45
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 7746,
                        "end": 7787,
                        "loc": {
                          "start": {
                            "line": 239,
                            "column": 4
                          },
                          "end": {
                            "line": 239,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 7746,
                          "end": 7768,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 4
                            },
                            "end": {
                              "line": 239,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7746,
                            "end": 7753,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 4
                              },
                              "end": {
                                "line": 239,
                                "column": 11
                              },
                              "identifierName": "element"
                            },
                            "name": "element"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7754,
                            "end": 7768,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 12
                              },
                              "end": {
                                "line": 239,
                                "column": 26
                              },
                              "identifierName": "moduxComponent"
                            },
                            "name": "moduxComponent"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 7771,
                          "end": 7787,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 29
                            },
                            "end": {
                              "line": 239,
                              "column": 45
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 7771,
                            "end": 7775,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 29
                              },
                              "end": {
                                "line": 239,
                                "column": 33
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7776,
                            "end": 7787,
                            "loc": {
                              "start": {
                                "line": 239,
                                "column": 34
                              },
                              "end": {
                                "line": 239,
                                "column": 45
                              },
                              "identifierName": "__component"
                            },
                            "name": "__component"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 7792,
                      "end": 7824,
                      "loc": {
                        "start": {
                          "line": 240,
                          "column": 4
                        },
                        "end": {
                          "line": 240,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7792,
                        "end": 7824,
                        "loc": {
                          "start": {
                            "line": 240,
                            "column": 4
                          },
                          "end": {
                            "line": 240,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7792,
                          "end": 7822,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 4
                            },
                            "end": {
                              "line": 240,
                              "column": 34
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7792,
                            "end": 7814,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 4
                              },
                              "end": {
                                "line": 240,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7792,
                              "end": 7799,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 4
                                },
                                "end": {
                                  "line": 240,
                                  "column": 11
                                },
                                "identifierName": "element"
                              },
                              "name": "element"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7800,
                              "end": 7814,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 12
                                },
                                "end": {
                                  "line": 240,
                                  "column": 26
                                },
                                "identifierName": "moduxComponent"
                              },
                              "name": "moduxComponent"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7815,
                            "end": 7822,
                            "loc": {
                              "start": {
                                "line": 240,
                                "column": 27
                              },
                              "end": {
                                "line": 240,
                                "column": 34
                              },
                              "identifierName": "execute"
                            },
                            "name": "execute"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Initializes the Module on a specific HTMLElement and loads the specified Component for it\n   * @param {HTMLElement} element The HTMLElement used as the wrapper for the Module\n   * @param {Component} component The Component to be used as the main Component\n   ",
                    "start": 5265,
                    "end": 5535,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 2
                      },
                      "end": {
                        "line": 185,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Destroy the current module. This will also destroy all the components created and disconnect the MutationObserver\n   ",
                    "start": 7832,
                    "end": 7960,
                    "loc": {
                      "start": {
                        "line": 243,
                        "column": 2
                      },
                      "end": {
                        "line": 245,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 7963,
                "end": 8048,
                "loc": {
                  "start": {
                    "line": 246,
                    "column": 2
                  },
                  "end": {
                    "line": 249,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 7963,
                  "end": 7970,
                  "loc": {
                    "start": {
                      "line": 246,
                      "column": 2
                    },
                    "end": {
                      "line": 246,
                      "column": 9
                    },
                    "identifierName": "destroy"
                  },
                  "name": "destroy",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7974,
                  "end": 8048,
                  "loc": {
                    "start": {
                      "line": 246,
                      "column": 13
                    },
                    "end": {
                      "line": 249,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7980,
                      "end": 8008,
                      "loc": {
                        "start": {
                          "line": 247,
                          "column": 4
                        },
                        "end": {
                          "line": 247,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 7980,
                        "end": 8008,
                        "loc": {
                          "start": {
                            "line": 247,
                            "column": 4
                          },
                          "end": {
                            "line": 247,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7980,
                          "end": 8006,
                          "loc": {
                            "start": {
                              "line": 247,
                              "column": 4
                            },
                            "end": {
                              "line": 247,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7980,
                            "end": 7996,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 4
                              },
                              "end": {
                                "line": 247,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7980,
                              "end": 7984,
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 4
                                },
                                "end": {
                                  "line": 247,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7985,
                              "end": 7996,
                              "loc": {
                                "start": {
                                  "line": 247,
                                  "column": 9
                                },
                                "end": {
                                  "line": 247,
                                  "column": 20
                                },
                                "identifierName": "__component"
                              },
                              "name": "__component"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7997,
                            "end": 8006,
                            "loc": {
                              "start": {
                                "line": 247,
                                "column": 21
                              },
                              "end": {
                                "line": 247,
                                "column": 30
                              },
                              "identifierName": "__destroy"
                            },
                            "name": "__destroy"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 8013,
                      "end": 8044,
                      "loc": {
                        "start": {
                          "line": 248,
                          "column": 4
                        },
                        "end": {
                          "line": 248,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 8013,
                        "end": 8044,
                        "loc": {
                          "start": {
                            "line": 248,
                            "column": 4
                          },
                          "end": {
                            "line": 248,
                            "column": 35
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 8013,
                          "end": 8042,
                          "loc": {
                            "start": {
                              "line": 248,
                              "column": 4
                            },
                            "end": {
                              "line": 248,
                              "column": 33
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 8013,
                            "end": 8031,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 4
                              },
                              "end": {
                                "line": 248,
                                "column": 22
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 8013,
                              "end": 8017,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 4
                                },
                                "end": {
                                  "line": 248,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8018,
                              "end": 8031,
                              "loc": {
                                "start": {
                                  "line": 248,
                                  "column": 9
                                },
                                "end": {
                                  "line": 248,
                                  "column": 22
                                },
                                "identifierName": "__htmlWatcher"
                              },
                              "name": "__htmlWatcher"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 8032,
                            "end": 8042,
                            "loc": {
                              "start": {
                                "line": 248,
                                "column": 23
                              },
                              "end": {
                                "line": 248,
                                "column": 33
                              },
                              "identifierName": "disconnect"
                            },
                            "name": "disconnect"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Destroy the current module. This will also destroy all the components created and disconnect the MutationObserver\n   ",
                    "start": 7832,
                    "end": 7960,
                    "loc": {
                      "start": {
                        "line": 243,
                        "column": 2
                      },
                      "end": {
                        "line": 245,
                        "column": 5
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * The main class, used to create a Modux module. You can think of this as the main application\n ",
              "start": 811,
              "end": 914,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 0
                },
                "end": {
                  "line": 38,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * The main class, used to create a Modux module. You can think of this as the main application\n ",
            "start": 811,
            "end": 914,
            "loc": {
              "start": {
                "line": 36,
                "column": 0
              },
              "end": {
                "line": 38,
                "column": 3
              }
            }
          }
        ]
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 45,
        "end": 57,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 12
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 45,
          "end": 57,
          "loc": {
            "start": {
              "line": 3,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          },
          "leadingComments": null
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": " globals MutationObserver, HTMLElement ",
            "start": 0,
            "end": 43,
            "loc": {
              "start": {
                "line": 1,
                "column": 0
              },
              "end": {
                "line": 1,
                "column": 43
              }
            }
          }
        ]
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": " globals MutationObserver, HTMLElement ",
      "start": 0,
      "end": 43,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The attribute name used to determine if an HTMLElement is a component\n * @type {String}\n * @private\n ",
      "start": 185,
      "end": 295,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The attribute name used to determine if an HTMLElement ( usually an anchor tag ) is a state change component. This will prevent server reload on anchor tags.\n * @type {String}\n * @private\n ",
      "start": 342,
      "end": 540,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A shorthand for the link element handler\n * @param {Event} e\n * @private\n ",
      "start": 578,
      "end": 661,
      "loc": {
        "start": {
          "line": 23,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The main class, used to create a Modux module. You can think of this as the main application\n ",
      "start": 811,
      "end": 914,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A method used to add components to the Module\n   * @param {String} name The name under which the Component will be known as\n   * @param {Component} dependency The Component to be added\n   * @return {Module} The instance of Module\n   ",
      "start": 939,
      "end": 1183,
      "loc": {
        "start": {
          "line": 40,
          "column": 2
        },
        "end": {
          "line": 45,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A method used to remove components from the Module\n   * @param {String} name The name of the Component to be removed\n   * @return {Module} The instance of Module\n   ",
      "start": 1290,
      "end": 1466,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 54,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of Module\n   * @param {String} [name] A unique name for the module, for easier management\n   ",
      "start": 1608,
      "end": 1732,
      "loc": {
        "start": {
          "line": 62,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * A unique name for the module, for easier management\n     * @type {String}\n     * @private\n     ",
      "start": 1762,
      "end": 1870,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Contains all the components added to the module\n     * @type {Object}\n     * @private\n     ",
      "start": 1898,
      "end": 2002,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Contains a new instance of @crispcode/pushstore which is passed on to all components. See https://www.npmjs.com/package/@crispcode/pushstore\n     * @type {Store}\n     * @public\n     ",
      "start": 2036,
      "end": 2231,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the Component to\n   * @param {Component} Component The Component to be bound\n   * @private\n   ",
      "start": 2271,
      "end": 2503,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Removes a component from an HTMLElement if it has one, and removes all subcomponents\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the Component\n   * @private\n   ",
      "start": 2712,
      "end": 2917,
      "loc": {
        "start": {
          "line": 100,
          "column": 2
        },
        "end": {
          "line": 104,
          "column": 5
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Destroy all children to prevent memory leak",
      "start": 2994,
      "end": 3040,
      "loc": {
        "start": {
          "line": 107,
          "column": 6
        },
        "end": {
          "line": 107,
          "column": 52
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a link component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the link to\n   * @private\n   ",
      "start": 3434,
      "end": 3606,
      "loc": {
        "start": {
          "line": 123,
          "column": 2
        },
        "end": {
          "line": 127,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Removes a link component from an HTMLElement if it has one\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the link\n   * @private\n   ",
      "start": 3775,
      "end": 3949,
      "loc": {
        "start": {
          "line": 134,
          "column": 2
        },
        "end": {
          "line": 138,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Checks if the current element needs a Component instance\n   * @param {HTMLElement} node HTMLElement what we are checking\n   * @param {String} attr The attribute to watch out for\n   * @param {Function} handler The callback function which will be called after the checks are made\n   * @private\n   ",
      "start": 4121,
      "end": 4427,
      "loc": {
        "start": {
          "line": 146,
          "column": 2
        },
        "end": {
          "line": 152,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Renders an HTMLElement to a Component as if it was a part of this module\n   * @param {HTMLElement} node The HTMLElement to be converted to a Component\n   ",
      "start": 4772,
      "end": 4937,
      "loc": {
        "start": {
          "line": 166,
          "column": 2
        },
        "end": {
          "line": 169,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Initializes the Module on a specific HTMLElement and loads the specified Component for it\n   * @param {HTMLElement} element The HTMLElement used as the wrapper for the Module\n   * @param {Component} component The Component to be used as the main Component\n   ",
      "start": 5265,
      "end": 5535,
      "loc": {
        "start": {
          "line": 181,
          "column": 2
        },
        "end": {
          "line": 185,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Holds the MutationObserver which is used to check for changes in the DOM\n     ",
      "start": 5577,
      "end": 5668,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 7
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Nodes that were added",
      "start": 6381,
      "end": 6405,
      "loc": {
        "start": {
          "line": 204,
          "column": 12
        },
        "end": {
          "line": 204,
          "column": 36
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Nodes that were removed",
      "start": 6922,
      "end": 6948,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 38
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Holds the main Component which is used for the Module.\n     ",
      "start": 7579,
      "end": 7652,
      "loc": {
        "start": {
          "line": 235,
          "column": 4
        },
        "end": {
          "line": 237,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Destroy the current module. This will also destroy all the components created and disconnect the MutationObserver\n   ",
      "start": 7832,
      "end": 7960,
      "loc": {
        "start": {
          "line": 243,
          "column": 2
        },
        "end": {
          "line": 245,
          "column": 5
        }
      }
    }
  ],
  "tokens": [
    {
      "type": "CommentBlock",
      "value": " globals MutationObserver, HTMLElement ",
      "start": 0,
      "end": 43,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "use strict",
      "start": 45,
      "end": 57,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 59,
      "end": 65,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 66,
      "end": 67,
      "loc": {
        "start": {
          "line": 5,
          "column": 7
        },
        "end": {
          "line": 5,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 68,
      "end": 72,
      "loc": {
        "start": {
          "line": 5,
          "column": 9
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 73,
      "end": 74,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 75,
      "end": 79,
      "loc": {
        "start": {
          "line": 5,
          "column": 16
        },
        "end": {
          "line": 5,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./../utils/loop.js",
      "start": 80,
      "end": 100,
      "loc": {
        "start": {
          "line": 5,
          "column": 21
        },
        "end": {
          "line": 5,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 101,
      "end": 107,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 108,
      "end": 109,
      "loc": {
        "start": {
          "line": 6,
          "column": 7
        },
        "end": {
          "line": 6,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Router",
      "start": 110,
      "end": 116,
      "loc": {
        "start": {
          "line": 6,
          "column": 9
        },
        "end": {
          "line": 6,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 117,
      "end": 118,
      "loc": {
        "start": {
          "line": 6,
          "column": 16
        },
        "end": {
          "line": 6,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 119,
      "end": 123,
      "loc": {
        "start": {
          "line": 6,
          "column": 18
        },
        "end": {
          "line": 6,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./router.js",
      "start": 124,
      "end": 137,
      "loc": {
        "start": {
          "line": 6,
          "column": 23
        },
        "end": {
          "line": 6,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 139,
      "end": 145,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 146,
      "end": 147,
      "loc": {
        "start": {
          "line": 8,
          "column": 7
        },
        "end": {
          "line": 8,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "store",
      "start": 148,
      "end": 153,
      "loc": {
        "start": {
          "line": 8,
          "column": 9
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 154,
      "end": 155,
      "loc": {
        "start": {
          "line": 8,
          "column": 15
        },
        "end": {
          "line": 8,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 156,
      "end": 160,
      "loc": {
        "start": {
          "line": 8,
          "column": 17
        },
        "end": {
          "line": 8,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "@crispcode/pushstore",
      "start": 161,
      "end": 183,
      "loc": {
        "start": {
          "line": 8,
          "column": 22
        },
        "end": {
          "line": 8,
          "column": 44
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The attribute name used to determine if an HTMLElement is a component\n * @type {String}\n * @private\n ",
      "start": 185,
      "end": 295,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 296,
      "end": 301,
      "loc": {
        "start": {
          "line": 15,
          "column": 0
        },
        "end": {
          "line": 15,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrComponent",
      "start": 302,
      "end": 316,
      "loc": {
        "start": {
          "line": 15,
          "column": 6
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 317,
      "end": 318,
      "loc": {
        "start": {
          "line": 15,
          "column": 21
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "data-modux-component",
      "start": 319,
      "end": 341,
      "loc": {
        "start": {
          "line": 15,
          "column": 23
        },
        "end": {
          "line": 15,
          "column": 45
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The attribute name used to determine if an HTMLElement ( usually an anchor tag ) is a state change component. This will prevent server reload on anchor tags.\n * @type {String}\n * @private\n ",
      "start": 342,
      "end": 540,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 20,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 541,
      "end": 546,
      "loc": {
        "start": {
          "line": 21,
          "column": 0
        },
        "end": {
          "line": 21,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrLink",
      "start": 547,
      "end": 556,
      "loc": {
        "start": {
          "line": 21,
          "column": 6
        },
        "end": {
          "line": 21,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 557,
      "end": 558,
      "loc": {
        "start": {
          "line": 21,
          "column": 16
        },
        "end": {
          "line": 21,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "data-modux-link",
      "start": 559,
      "end": 576,
      "loc": {
        "start": {
          "line": 21,
          "column": 18
        },
        "end": {
          "line": 21,
          "column": 35
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * A shorthand for the link element handler\n * @param {Event} e\n * @private\n ",
      "start": 578,
      "end": 661,
      "loc": {
        "start": {
          "line": 23,
          "column": 0
        },
        "end": {
          "line": 27,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 662,
      "end": 667,
      "loc": {
        "start": {
          "line": 28,
          "column": 0
        },
        "end": {
          "line": 28,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "linkHandler",
      "start": 668,
      "end": 679,
      "loc": {
        "start": {
          "line": 28,
          "column": 6
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 680,
      "end": 681,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 682,
      "end": 690,
      "loc": {
        "start": {
          "line": 28,
          "column": 20
        },
        "end": {
          "line": 28,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 691,
      "end": 692,
      "loc": {
        "start": {
          "line": 28,
          "column": 29
        },
        "end": {
          "line": 28,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 693,
      "end": 694,
      "loc": {
        "start": {
          "line": 28,
          "column": 31
        },
        "end": {
          "line": 28,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 695,
      "end": 696,
      "loc": {
        "start": {
          "line": 28,
          "column": 33
        },
        "end": {
          "line": 28,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 697,
      "end": 698,
      "loc": {
        "start": {
          "line": 28,
          "column": 35
        },
        "end": {
          "line": 28,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 701,
      "end": 704,
      "loc": {
        "start": {
          "line": 29,
          "column": 2
        },
        "end": {
          "line": 29,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 705,
      "end": 708,
      "loc": {
        "start": {
          "line": 29,
          "column": 6
        },
        "end": {
          "line": 29,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 709,
      "end": 710,
      "loc": {
        "start": {
          "line": 29,
          "column": 10
        },
        "end": {
          "line": 29,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 711,
      "end": 715,
      "loc": {
        "start": {
          "line": 29,
          "column": 12
        },
        "end": {
          "line": 29,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 715,
      "end": 716,
      "loc": {
        "start": {
          "line": 29,
          "column": 16
        },
        "end": {
          "line": 29,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAttribute",
      "start": 716,
      "end": 728,
      "loc": {
        "start": {
          "line": 29,
          "column": 17
        },
        "end": {
          "line": 29,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 728,
      "end": 729,
      "loc": {
        "start": {
          "line": 29,
          "column": 29
        },
        "end": {
          "line": 29,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "href",
      "start": 730,
      "end": 736,
      "loc": {
        "start": {
          "line": 29,
          "column": 31
        },
        "end": {
          "line": 29,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 737,
      "end": 738,
      "loc": {
        "start": {
          "line": 29,
          "column": 38
        },
        "end": {
          "line": 29,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 741,
      "end": 743,
      "loc": {
        "start": {
          "line": 30,
          "column": 2
        },
        "end": {
          "line": 30,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 744,
      "end": 745,
      "loc": {
        "start": {
          "line": 30,
          "column": 5
        },
        "end": {
          "line": 30,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 746,
      "end": 749,
      "loc": {
        "start": {
          "line": 30,
          "column": 7
        },
        "end": {
          "line": 30,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 750,
      "end": 751,
      "loc": {
        "start": {
          "line": 30,
          "column": 11
        },
        "end": {
          "line": 30,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 752,
      "end": 753,
      "loc": {
        "start": {
          "line": 30,
          "column": 13
        },
        "end": {
          "line": 30,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Router",
      "start": 758,
      "end": 764,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 31,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 764,
      "end": 765,
      "loc": {
        "start": {
          "line": 31,
          "column": 10
        },
        "end": {
          "line": 31,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "redirect",
      "start": 765,
      "end": 773,
      "loc": {
        "start": {
          "line": 31,
          "column": 11
        },
        "end": {
          "line": 31,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 773,
      "end": 774,
      "loc": {
        "start": {
          "line": 31,
          "column": 19
        },
        "end": {
          "line": 31,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "url",
      "start": 775,
      "end": 778,
      "loc": {
        "start": {
          "line": 31,
          "column": 21
        },
        "end": {
          "line": 31,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 779,
      "end": 780,
      "loc": {
        "start": {
          "line": 31,
          "column": 25
        },
        "end": {
          "line": 31,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 785,
      "end": 786,
      "loc": {
        "start": {
          "line": 32,
          "column": 4
        },
        "end": {
          "line": 32,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 786,
      "end": 787,
      "loc": {
        "start": {
          "line": 32,
          "column": 5
        },
        "end": {
          "line": 32,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "preventDefault",
      "start": 787,
      "end": 801,
      "loc": {
        "start": {
          "line": 32,
          "column": 6
        },
        "end": {
          "line": 32,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 801,
      "end": 802,
      "loc": {
        "start": {
          "line": 32,
          "column": 20
        },
        "end": {
          "line": 32,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 802,
      "end": 803,
      "loc": {
        "start": {
          "line": 32,
          "column": 21
        },
        "end": {
          "line": 32,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 806,
      "end": 807,
      "loc": {
        "start": {
          "line": 33,
          "column": 2
        },
        "end": {
          "line": 33,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 808,
      "end": 809,
      "loc": {
        "start": {
          "line": 34,
          "column": 0
        },
        "end": {
          "line": 34,
          "column": 1
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * The main class, used to create a Modux module. You can think of this as the main application\n ",
      "start": 811,
      "end": 914,
      "loc": {
        "start": {
          "line": 36,
          "column": 0
        },
        "end": {
          "line": 38,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 915,
      "end": 921,
      "loc": {
        "start": {
          "line": 39,
          "column": 0
        },
        "end": {
          "line": 39,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 922,
      "end": 927,
      "loc": {
        "start": {
          "line": 39,
          "column": 7
        },
        "end": {
          "line": 39,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Module",
      "start": 928,
      "end": 934,
      "loc": {
        "start": {
          "line": 39,
          "column": 13
        },
        "end": {
          "line": 39,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 935,
      "end": 936,
      "loc": {
        "start": {
          "line": 39,
          "column": 20
        },
        "end": {
          "line": 39,
          "column": 21
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A method used to add components to the Module\n   * @param {String} name The name under which the Component will be known as\n   * @param {Component} dependency The Component to be added\n   * @return {Module} The instance of Module\n   ",
      "start": 939,
      "end": 1183,
      "loc": {
        "start": {
          "line": 40,
          "column": 2
        },
        "end": {
          "line": 45,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addDependency",
      "start": 1186,
      "end": 1199,
      "loc": {
        "start": {
          "line": 46,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1200,
      "end": 1201,
      "loc": {
        "start": {
          "line": 46,
          "column": 16
        },
        "end": {
          "line": 46,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1202,
      "end": 1206,
      "loc": {
        "start": {
          "line": 46,
          "column": 18
        },
        "end": {
          "line": 46,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 46,
          "column": 22
        },
        "end": {
          "line": 46,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 1208,
      "end": 1218,
      "loc": {
        "start": {
          "line": 46,
          "column": 24
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1219,
      "end": 1220,
      "loc": {
        "start": {
          "line": 46,
          "column": 35
        },
        "end": {
          "line": 46,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1221,
      "end": 1222,
      "loc": {
        "start": {
          "line": 46,
          "column": 37
        },
        "end": {
          "line": 46,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1227,
      "end": 1231,
      "loc": {
        "start": {
          "line": 47,
          "column": 4
        },
        "end": {
          "line": 47,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1231,
      "end": 1232,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 1232,
      "end": 1246,
      "loc": {
        "start": {
          "line": 47,
          "column": 9
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1246,
      "end": 1247,
      "loc": {
        "start": {
          "line": 47,
          "column": 23
        },
        "end": {
          "line": 47,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1248,
      "end": 1252,
      "loc": {
        "start": {
          "line": 47,
          "column": 25
        },
        "end": {
          "line": 47,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1253,
      "end": 1254,
      "loc": {
        "start": {
          "line": 47,
          "column": 30
        },
        "end": {
          "line": 47,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1255,
      "end": 1256,
      "loc": {
        "start": {
          "line": 47,
          "column": 32
        },
        "end": {
          "line": 47,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependency",
      "start": 1257,
      "end": 1267,
      "loc": {
        "start": {
          "line": 47,
          "column": 34
        },
        "end": {
          "line": 47,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1272,
      "end": 1278,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1279,
      "end": 1283,
      "loc": {
        "start": {
          "line": 48,
          "column": 11
        },
        "end": {
          "line": 48,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1286,
      "end": 1287,
      "loc": {
        "start": {
          "line": 49,
          "column": 2
        },
        "end": {
          "line": 49,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * A method used to remove components from the Module\n   * @param {String} name The name of the Component to be removed\n   * @return {Module} The instance of Module\n   ",
      "start": 1290,
      "end": 1466,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 54,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeDependency",
      "start": 1469,
      "end": 1485,
      "loc": {
        "start": {
          "line": 55,
          "column": 2
        },
        "end": {
          "line": 55,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1486,
      "end": 1487,
      "loc": {
        "start": {
          "line": 55,
          "column": 19
        },
        "end": {
          "line": 55,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1488,
      "end": 1492,
      "loc": {
        "start": {
          "line": 55,
          "column": 21
        },
        "end": {
          "line": 55,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1493,
      "end": 1494,
      "loc": {
        "start": {
          "line": 55,
          "column": 26
        },
        "end": {
          "line": 55,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1495,
      "end": 1496,
      "loc": {
        "start": {
          "line": 55,
          "column": 28
        },
        "end": {
          "line": 55,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1501,
      "end": 1503,
      "loc": {
        "start": {
          "line": 56,
          "column": 4
        },
        "end": {
          "line": 56,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1504,
      "end": 1505,
      "loc": {
        "start": {
          "line": 56,
          "column": 7
        },
        "end": {
          "line": 56,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1506,
      "end": 1510,
      "loc": {
        "start": {
          "line": 56,
          "column": 9
        },
        "end": {
          "line": 56,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1510,
      "end": 1511,
      "loc": {
        "start": {
          "line": 56,
          "column": 13
        },
        "end": {
          "line": 56,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 1511,
      "end": 1525,
      "loc": {
        "start": {
          "line": 56,
          "column": 14
        },
        "end": {
          "line": 56,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1525,
      "end": 1526,
      "loc": {
        "start": {
          "line": 56,
          "column": 28
        },
        "end": {
          "line": 56,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1527,
      "end": 1531,
      "loc": {
        "start": {
          "line": 56,
          "column": 30
        },
        "end": {
          "line": 56,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1532,
      "end": 1533,
      "loc": {
        "start": {
          "line": 56,
          "column": 35
        },
        "end": {
          "line": 56,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1534,
      "end": 1535,
      "loc": {
        "start": {
          "line": 56,
          "column": 37
        },
        "end": {
          "line": 56,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1536,
      "end": 1537,
      "loc": {
        "start": {
          "line": 56,
          "column": 39
        },
        "end": {
          "line": 56,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 1544,
      "end": 1550,
      "loc": {
        "start": {
          "line": 57,
          "column": 6
        },
        "end": {
          "line": 57,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1551,
      "end": 1555,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1555,
      "end": 1556,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 1556,
      "end": 1570,
      "loc": {
        "start": {
          "line": 57,
          "column": 18
        },
        "end": {
          "line": 57,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1570,
      "end": 1571,
      "loc": {
        "start": {
          "line": 57,
          "column": 32
        },
        "end": {
          "line": 57,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1572,
      "end": 1576,
      "loc": {
        "start": {
          "line": 57,
          "column": 34
        },
        "end": {
          "line": 57,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1577,
      "end": 1578,
      "loc": {
        "start": {
          "line": 57,
          "column": 39
        },
        "end": {
          "line": 57,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1583,
      "end": 1584,
      "loc": {
        "start": {
          "line": 58,
          "column": 4
        },
        "end": {
          "line": 58,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1589,
      "end": 1595,
      "loc": {
        "start": {
          "line": 59,
          "column": 4
        },
        "end": {
          "line": 59,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1596,
      "end": 1600,
      "loc": {
        "start": {
          "line": 59,
          "column": 11
        },
        "end": {
          "line": 59,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1603,
      "end": 1604,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 60,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates an instance of Module\n   * @param {String} [name] A unique name for the module, for easier management\n   ",
      "start": 1608,
      "end": 1732,
      "loc": {
        "start": {
          "line": 62,
          "column": 2
        },
        "end": {
          "line": 65,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 1735,
      "end": 1746,
      "loc": {
        "start": {
          "line": 66,
          "column": 2
        },
        "end": {
          "line": 66,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1747,
      "end": 1748,
      "loc": {
        "start": {
          "line": 66,
          "column": 14
        },
        "end": {
          "line": 66,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1749,
      "end": 1753,
      "loc": {
        "start": {
          "line": 66,
          "column": 16
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1754,
      "end": 1755,
      "loc": {
        "start": {
          "line": 66,
          "column": 21
        },
        "end": {
          "line": 66,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1756,
      "end": 1757,
      "loc": {
        "start": {
          "line": 66,
          "column": 23
        },
        "end": {
          "line": 66,
          "column": 24
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * A unique name for the module, for easier management\n     * @type {String}\n     * @private\n     ",
      "start": 1762,
      "end": 1870,
      "loc": {
        "start": {
          "line": 67,
          "column": 4
        },
        "end": {
          "line": 71,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1875,
      "end": 1879,
      "loc": {
        "start": {
          "line": 72,
          "column": 4
        },
        "end": {
          "line": 72,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1879,
      "end": 1880,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__name",
      "start": 1880,
      "end": 1886,
      "loc": {
        "start": {
          "line": 72,
          "column": 9
        },
        "end": {
          "line": 72,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1887,
      "end": 1888,
      "loc": {
        "start": {
          "line": 72,
          "column": 16
        },
        "end": {
          "line": 72,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1889,
      "end": 1893,
      "loc": {
        "start": {
          "line": 72,
          "column": 18
        },
        "end": {
          "line": 72,
          "column": 22
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Contains all the components added to the module\n     * @type {Object}\n     * @private\n     ",
      "start": 1898,
      "end": 2002,
      "loc": {
        "start": {
          "line": 73,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2007,
      "end": 2011,
      "loc": {
        "start": {
          "line": 78,
          "column": 4
        },
        "end": {
          "line": 78,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2011,
      "end": 2012,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 2012,
      "end": 2026,
      "loc": {
        "start": {
          "line": 78,
          "column": 9
        },
        "end": {
          "line": 78,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2027,
      "end": 2028,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2029,
      "end": 2030,
      "loc": {
        "start": {
          "line": 78,
          "column": 26
        },
        "end": {
          "line": 78,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2030,
      "end": 2031,
      "loc": {
        "start": {
          "line": 78,
          "column": 27
        },
        "end": {
          "line": 78,
          "column": 28
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Contains a new instance of @crispcode/pushstore which is passed on to all components. See https://www.npmjs.com/package/@crispcode/pushstore\n     * @type {Store}\n     * @public\n     ",
      "start": 2036,
      "end": 2231,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 83,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2236,
      "end": 2240,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2240,
      "end": 2241,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "store",
      "start": 2241,
      "end": 2246,
      "loc": {
        "start": {
          "line": 84,
          "column": 9
        },
        "end": {
          "line": 84,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2247,
      "end": 2248,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "store",
      "start": 2249,
      "end": 2254,
      "loc": {
        "start": {
          "line": 84,
          "column": 17
        },
        "end": {
          "line": 84,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2254,
      "end": 2255,
      "loc": {
        "start": {
          "line": 84,
          "column": 22
        },
        "end": {
          "line": 84,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "create",
      "start": 2255,
      "end": 2261,
      "loc": {
        "start": {
          "line": 84,
          "column": 23
        },
        "end": {
          "line": 84,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2261,
      "end": 2262,
      "loc": {
        "start": {
          "line": 84,
          "column": 29
        },
        "end": {
          "line": 84,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 84,
          "column": 30
        },
        "end": {
          "line": 84,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2266,
      "end": 2267,
      "loc": {
        "start": {
          "line": 85,
          "column": 2
        },
        "end": {
          "line": 85,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the Component to\n   * @param {Component} Component The Component to be bound\n   * @private\n   ",
      "start": 2271,
      "end": 2503,
      "loc": {
        "start": {
          "line": 87,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponent",
      "start": 2506,
      "end": 2523,
      "loc": {
        "start": {
          "line": 93,
          "column": 2
        },
        "end": {
          "line": 93,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2524,
      "end": 2525,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2526,
      "end": 2533,
      "loc": {
        "start": {
          "line": 93,
          "column": 22
        },
        "end": {
          "line": 93,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2533,
      "end": 2534,
      "loc": {
        "start": {
          "line": 93,
          "column": 29
        },
        "end": {
          "line": 93,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Component",
      "start": 2535,
      "end": 2544,
      "loc": {
        "start": {
          "line": 93,
          "column": 31
        },
        "end": {
          "line": 93,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2545,
      "end": 2546,
      "loc": {
        "start": {
          "line": 93,
          "column": 41
        },
        "end": {
          "line": 93,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2547,
      "end": 2548,
      "loc": {
        "start": {
          "line": 93,
          "column": 43
        },
        "end": {
          "line": 93,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2553,
      "end": 2555,
      "loc": {
        "start": {
          "line": 94,
          "column": 4
        },
        "end": {
          "line": 94,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2556,
      "end": 2557,
      "loc": {
        "start": {
          "line": 94,
          "column": 7
        },
        "end": {
          "line": 94,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2558,
      "end": 2559,
      "loc": {
        "start": {
          "line": 94,
          "column": 9
        },
        "end": {
          "line": 94,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2559,
      "end": 2566,
      "loc": {
        "start": {
          "line": 94,
          "column": 10
        },
        "end": {
          "line": 94,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2566,
      "end": 2567,
      "loc": {
        "start": {
          "line": 94,
          "column": 17
        },
        "end": {
          "line": 94,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 2567,
      "end": 2581,
      "loc": {
        "start": {
          "line": 94,
          "column": 18
        },
        "end": {
          "line": 94,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2582,
      "end": 2583,
      "loc": {
        "start": {
          "line": 94,
          "column": 33
        },
        "end": {
          "line": 94,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2584,
      "end": 2585,
      "loc": {
        "start": {
          "line": 94,
          "column": 35
        },
        "end": {
          "line": 94,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2592,
      "end": 2599,
      "loc": {
        "start": {
          "line": 95,
          "column": 6
        },
        "end": {
          "line": 95,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2599,
      "end": 2600,
      "loc": {
        "start": {
          "line": 95,
          "column": 13
        },
        "end": {
          "line": 95,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 2600,
      "end": 2614,
      "loc": {
        "start": {
          "line": 95,
          "column": 14
        },
        "end": {
          "line": 95,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2615,
      "end": 2616,
      "loc": {
        "start": {
          "line": 95,
          "column": 29
        },
        "end": {
          "line": 95,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 2617,
      "end": 2620,
      "loc": {
        "start": {
          "line": 95,
          "column": 31
        },
        "end": {
          "line": 95,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Component",
      "start": 2621,
      "end": 2630,
      "loc": {
        "start": {
          "line": 95,
          "column": 35
        },
        "end": {
          "line": 95,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2630,
      "end": 2631,
      "loc": {
        "start": {
          "line": 95,
          "column": 44
        },
        "end": {
          "line": 95,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2632,
      "end": 2639,
      "loc": {
        "start": {
          "line": 95,
          "column": 46
        },
        "end": {
          "line": 95,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2639,
      "end": 2640,
      "loc": {
        "start": {
          "line": 95,
          "column": 53
        },
        "end": {
          "line": 95,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2641,
      "end": 2645,
      "loc": {
        "start": {
          "line": 95,
          "column": 55
        },
        "end": {
          "line": 95,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2645,
      "end": 2646,
      "loc": {
        "start": {
          "line": 95,
          "column": 59
        },
        "end": {
          "line": 95,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2647,
      "end": 2651,
      "loc": {
        "start": {
          "line": 95,
          "column": 61
        },
        "end": {
          "line": 95,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2651,
      "end": 2652,
      "loc": {
        "start": {
          "line": 95,
          "column": 65
        },
        "end": {
          "line": 95,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "store",
      "start": 2652,
      "end": 2657,
      "loc": {
        "start": {
          "line": 95,
          "column": 66
        },
        "end": {
          "line": 95,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2658,
      "end": 2659,
      "loc": {
        "start": {
          "line": 95,
          "column": 72
        },
        "end": {
          "line": 95,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2666,
      "end": 2673,
      "loc": {
        "start": {
          "line": 96,
          "column": 6
        },
        "end": {
          "line": 96,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2673,
      "end": 2674,
      "loc": {
        "start": {
          "line": 96,
          "column": 13
        },
        "end": {
          "line": 96,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 2674,
      "end": 2688,
      "loc": {
        "start": {
          "line": 96,
          "column": 14
        },
        "end": {
          "line": 96,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2688,
      "end": 2689,
      "loc": {
        "start": {
          "line": 96,
          "column": 28
        },
        "end": {
          "line": 96,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "execute",
      "start": 2689,
      "end": 2696,
      "loc": {
        "start": {
          "line": 96,
          "column": 29
        },
        "end": {
          "line": 96,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2696,
      "end": 2697,
      "loc": {
        "start": {
          "line": 96,
          "column": 36
        },
        "end": {
          "line": 96,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2697,
      "end": 2698,
      "loc": {
        "start": {
          "line": 96,
          "column": 37
        },
        "end": {
          "line": 96,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2703,
      "end": 2704,
      "loc": {
        "start": {
          "line": 97,
          "column": 4
        },
        "end": {
          "line": 97,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2707,
      "end": 2708,
      "loc": {
        "start": {
          "line": 98,
          "column": 2
        },
        "end": {
          "line": 98,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Removes a component from an HTMLElement if it has one, and removes all subcomponents\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the Component\n   * @private\n   ",
      "start": 2712,
      "end": 2917,
      "loc": {
        "start": {
          "line": 100,
          "column": 2
        },
        "end": {
          "line": 104,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__removeComponent",
      "start": 2920,
      "end": 2937,
      "loc": {
        "start": {
          "line": 105,
          "column": 2
        },
        "end": {
          "line": 105,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2938,
      "end": 2939,
      "loc": {
        "start": {
          "line": 105,
          "column": 20
        },
        "end": {
          "line": 105,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2940,
      "end": 2947,
      "loc": {
        "start": {
          "line": 105,
          "column": 22
        },
        "end": {
          "line": 105,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2948,
      "end": 2949,
      "loc": {
        "start": {
          "line": 105,
          "column": 30
        },
        "end": {
          "line": 105,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2950,
      "end": 2951,
      "loc": {
        "start": {
          "line": 105,
          "column": 32
        },
        "end": {
          "line": 105,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2956,
      "end": 2958,
      "loc": {
        "start": {
          "line": 106,
          "column": 4
        },
        "end": {
          "line": 106,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2959,
      "end": 2960,
      "loc": {
        "start": {
          "line": 106,
          "column": 7
        },
        "end": {
          "line": 106,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 2961,
      "end": 2968,
      "loc": {
        "start": {
          "line": 106,
          "column": 9
        },
        "end": {
          "line": 106,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2968,
      "end": 2969,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 2969,
      "end": 2983,
      "loc": {
        "start": {
          "line": 106,
          "column": 17
        },
        "end": {
          "line": 106,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2984,
      "end": 2985,
      "loc": {
        "start": {
          "line": 106,
          "column": 32
        },
        "end": {
          "line": 106,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2986,
      "end": 2987,
      "loc": {
        "start": {
          "line": 106,
          "column": 34
        },
        "end": {
          "line": 106,
          "column": 35
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Destroy all children to prevent memory leak",
      "start": 2994,
      "end": 3040,
      "loc": {
        "start": {
          "line": 107,
          "column": 6
        },
        "end": {
          "line": 107,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 3047,
      "end": 3052,
      "loc": {
        "start": {
          "line": 108,
          "column": 6
        },
        "end": {
          "line": 108,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_destroyChildren",
      "start": 3053,
      "end": 3069,
      "loc": {
        "start": {
          "line": 108,
          "column": 12
        },
        "end": {
          "line": 108,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3070,
      "end": 3071,
      "loc": {
        "start": {
          "line": 108,
          "column": 29
        },
        "end": {
          "line": 108,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3072,
      "end": 3073,
      "loc": {
        "start": {
          "line": 108,
          "column": 31
        },
        "end": {
          "line": 108,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3074,
      "end": 3080,
      "loc": {
        "start": {
          "line": 108,
          "column": 33
        },
        "end": {
          "line": 108,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3081,
      "end": 3082,
      "loc": {
        "start": {
          "line": 108,
          "column": 40
        },
        "end": {
          "line": 108,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3083,
      "end": 3085,
      "loc": {
        "start": {
          "line": 108,
          "column": 42
        },
        "end": {
          "line": 108,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3086,
      "end": 3087,
      "loc": {
        "start": {
          "line": 108,
          "column": 45
        },
        "end": {
          "line": 108,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 3096,
      "end": 3100,
      "loc": {
        "start": {
          "line": 109,
          "column": 8
        },
        "end": {
          "line": 109,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3100,
      "end": 3101,
      "loc": {
        "start": {
          "line": 109,
          "column": 12
        },
        "end": {
          "line": 109,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3102,
      "end": 3108,
      "loc": {
        "start": {
          "line": 109,
          "column": 14
        },
        "end": {
          "line": 109,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3108,
      "end": 3109,
      "loc": {
        "start": {
          "line": 109,
          "column": 20
        },
        "end": {
          "line": 109,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 3109,
      "end": 3117,
      "loc": {
        "start": {
          "line": 109,
          "column": 21
        },
        "end": {
          "line": 109,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3117,
      "end": 3118,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3119,
      "end": 3120,
      "loc": {
        "start": {
          "line": 109,
          "column": 31
        },
        "end": {
          "line": 109,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3121,
      "end": 3126,
      "loc": {
        "start": {
          "line": 109,
          "column": 33
        },
        "end": {
          "line": 109,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3127,
      "end": 3128,
      "loc": {
        "start": {
          "line": 109,
          "column": 39
        },
        "end": {
          "line": 109,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3129,
      "end": 3131,
      "loc": {
        "start": {
          "line": 109,
          "column": 41
        },
        "end": {
          "line": 109,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3132,
      "end": 3133,
      "loc": {
        "start": {
          "line": 109,
          "column": 44
        },
        "end": {
          "line": 109,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3144,
      "end": 3146,
      "loc": {
        "start": {
          "line": 110,
          "column": 10
        },
        "end": {
          "line": 110,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3147,
      "end": 3148,
      "loc": {
        "start": {
          "line": 110,
          "column": 13
        },
        "end": {
          "line": 110,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3149,
      "end": 3154,
      "loc": {
        "start": {
          "line": 110,
          "column": 15
        },
        "end": {
          "line": 110,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3154,
      "end": 3155,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 3155,
      "end": 3163,
      "loc": {
        "start": {
          "line": 110,
          "column": 21
        },
        "end": {
          "line": 110,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3163,
      "end": 3164,
      "loc": {
        "start": {
          "line": 110,
          "column": 29
        },
        "end": {
          "line": 110,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3164,
      "end": 3170,
      "loc": {
        "start": {
          "line": 110,
          "column": 30
        },
        "end": {
          "line": 110,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 3171,
      "end": 3172,
      "loc": {
        "start": {
          "line": 110,
          "column": 37
        },
        "end": {
          "line": 110,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3173,
      "end": 3174,
      "loc": {
        "start": {
          "line": 110,
          "column": 39
        },
        "end": {
          "line": 110,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3175,
      "end": 3176,
      "loc": {
        "start": {
          "line": 110,
          "column": 41
        },
        "end": {
          "line": 110,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3177,
      "end": 3178,
      "loc": {
        "start": {
          "line": 110,
          "column": 43
        },
        "end": {
          "line": 110,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_destroyChildren",
      "start": 3191,
      "end": 3207,
      "loc": {
        "start": {
          "line": 111,
          "column": 12
        },
        "end": {
          "line": 111,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 111,
          "column": 28
        },
        "end": {
          "line": 111,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3209,
      "end": 3214,
      "loc": {
        "start": {
          "line": 111,
          "column": 30
        },
        "end": {
          "line": 111,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3215,
      "end": 3216,
      "loc": {
        "start": {
          "line": 111,
          "column": 36
        },
        "end": {
          "line": 111,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3227,
      "end": 3228,
      "loc": {
        "start": {
          "line": 112,
          "column": 10
        },
        "end": {
          "line": 112,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3239,
      "end": 3241,
      "loc": {
        "start": {
          "line": 113,
          "column": 10
        },
        "end": {
          "line": 113,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3242,
      "end": 3243,
      "loc": {
        "start": {
          "line": 113,
          "column": 13
        },
        "end": {
          "line": 113,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3244,
      "end": 3249,
      "loc": {
        "start": {
          "line": 113,
          "column": 15
        },
        "end": {
          "line": 113,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3249,
      "end": 3250,
      "loc": {
        "start": {
          "line": 113,
          "column": 20
        },
        "end": {
          "line": 113,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 3250,
      "end": 3264,
      "loc": {
        "start": {
          "line": 113,
          "column": 21
        },
        "end": {
          "line": 113,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3265,
      "end": 3266,
      "loc": {
        "start": {
          "line": 113,
          "column": 36
        },
        "end": {
          "line": 113,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3267,
      "end": 3268,
      "loc": {
        "start": {
          "line": 113,
          "column": 38
        },
        "end": {
          "line": 113,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3281,
      "end": 3286,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3286,
      "end": 3287,
      "loc": {
        "start": {
          "line": 114,
          "column": 17
        },
        "end": {
          "line": 114,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 3287,
      "end": 3301,
      "loc": {
        "start": {
          "line": 114,
          "column": 18
        },
        "end": {
          "line": 114,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3301,
      "end": 3302,
      "loc": {
        "start": {
          "line": 114,
          "column": 32
        },
        "end": {
          "line": 114,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__destroy",
      "start": 3302,
      "end": 3311,
      "loc": {
        "start": {
          "line": 114,
          "column": 33
        },
        "end": {
          "line": 114,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3311,
      "end": 3312,
      "loc": {
        "start": {
          "line": 114,
          "column": 42
        },
        "end": {
          "line": 114,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3312,
      "end": 3313,
      "loc": {
        "start": {
          "line": 114,
          "column": 43
        },
        "end": {
          "line": 114,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3324,
      "end": 3325,
      "loc": {
        "start": {
          "line": 115,
          "column": 10
        },
        "end": {
          "line": 115,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3334,
      "end": 3335,
      "loc": {
        "start": {
          "line": 116,
          "column": 8
        },
        "end": {
          "line": 116,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3336,
      "end": 3337,
      "loc": {
        "start": {
          "line": 116,
          "column": 10
        },
        "end": {
          "line": 116,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3344,
      "end": 3345,
      "loc": {
        "start": {
          "line": 117,
          "column": 6
        },
        "end": {
          "line": 117,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_destroyChildren",
      "start": 3352,
      "end": 3368,
      "loc": {
        "start": {
          "line": 118,
          "column": 6
        },
        "end": {
          "line": 118,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3368,
      "end": 3369,
      "loc": {
        "start": {
          "line": 118,
          "column": 22
        },
        "end": {
          "line": 118,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3370,
      "end": 3377,
      "loc": {
        "start": {
          "line": 118,
          "column": 24
        },
        "end": {
          "line": 118,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3378,
      "end": 3379,
      "loc": {
        "start": {
          "line": 118,
          "column": 32
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3386,
      "end": 3393,
      "loc": {
        "start": {
          "line": 119,
          "column": 6
        },
        "end": {
          "line": 119,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3393,
      "end": 3394,
      "loc": {
        "start": {
          "line": 119,
          "column": 13
        },
        "end": {
          "line": 119,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 3394,
      "end": 3408,
      "loc": {
        "start": {
          "line": 119,
          "column": 14
        },
        "end": {
          "line": 119,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3408,
      "end": 3409,
      "loc": {
        "start": {
          "line": 119,
          "column": 28
        },
        "end": {
          "line": 119,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__destroy",
      "start": 3409,
      "end": 3418,
      "loc": {
        "start": {
          "line": 119,
          "column": 29
        },
        "end": {
          "line": 119,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3418,
      "end": 3419,
      "loc": {
        "start": {
          "line": 119,
          "column": 38
        },
        "end": {
          "line": 119,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3419,
      "end": 3420,
      "loc": {
        "start": {
          "line": 119,
          "column": 39
        },
        "end": {
          "line": 119,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3425,
      "end": 3426,
      "loc": {
        "start": {
          "line": 120,
          "column": 4
        },
        "end": {
          "line": 120,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3429,
      "end": 3430,
      "loc": {
        "start": {
          "line": 121,
          "column": 2
        },
        "end": {
          "line": 121,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Creates a link component on an HTMLElement if it doesn't have one already\n   * @param {HTMLElement} element The HTMLElement to bind the link to\n   * @private\n   ",
      "start": 3434,
      "end": 3606,
      "loc": {
        "start": {
          "line": 123,
          "column": 2
        },
        "end": {
          "line": 127,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponentLink",
      "start": 3609,
      "end": 3630,
      "loc": {
        "start": {
          "line": 128,
          "column": 2
        },
        "end": {
          "line": 128,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3631,
      "end": 3632,
      "loc": {
        "start": {
          "line": 128,
          "column": 24
        },
        "end": {
          "line": 128,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3633,
      "end": 3640,
      "loc": {
        "start": {
          "line": 128,
          "column": 26
        },
        "end": {
          "line": 128,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3641,
      "end": 3642,
      "loc": {
        "start": {
          "line": 128,
          "column": 34
        },
        "end": {
          "line": 128,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3643,
      "end": 3644,
      "loc": {
        "start": {
          "line": 128,
          "column": 36
        },
        "end": {
          "line": 128,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3649,
      "end": 3651,
      "loc": {
        "start": {
          "line": 129,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3652,
      "end": 3653,
      "loc": {
        "start": {
          "line": 129,
          "column": 7
        },
        "end": {
          "line": 129,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3654,
      "end": 3655,
      "loc": {
        "start": {
          "line": 129,
          "column": 9
        },
        "end": {
          "line": 129,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3655,
      "end": 3662,
      "loc": {
        "start": {
          "line": 129,
          "column": 10
        },
        "end": {
          "line": 129,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3662,
      "end": 3663,
      "loc": {
        "start": {
          "line": 129,
          "column": 17
        },
        "end": {
          "line": 129,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxLink",
      "start": 3663,
      "end": 3672,
      "loc": {
        "start": {
          "line": 129,
          "column": 18
        },
        "end": {
          "line": 129,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3673,
      "end": 3674,
      "loc": {
        "start": {
          "line": 129,
          "column": 28
        },
        "end": {
          "line": 129,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3675,
      "end": 3676,
      "loc": {
        "start": {
          "line": 129,
          "column": 30
        },
        "end": {
          "line": 129,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3683,
      "end": 3690,
      "loc": {
        "start": {
          "line": 130,
          "column": 6
        },
        "end": {
          "line": 130,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3690,
      "end": 3691,
      "loc": {
        "start": {
          "line": 130,
          "column": 13
        },
        "end": {
          "line": 130,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addEventListener",
      "start": 3691,
      "end": 3707,
      "loc": {
        "start": {
          "line": 130,
          "column": 14
        },
        "end": {
          "line": 130,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3707,
      "end": 3708,
      "loc": {
        "start": {
          "line": 130,
          "column": 30
        },
        "end": {
          "line": 130,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "click",
      "start": 3709,
      "end": 3716,
      "loc": {
        "start": {
          "line": 130,
          "column": 32
        },
        "end": {
          "line": 130,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 130,
          "column": 39
        },
        "end": {
          "line": 130,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "linkHandler",
      "start": 3718,
      "end": 3729,
      "loc": {
        "start": {
          "line": 130,
          "column": 41
        },
        "end": {
          "line": 130,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3730,
      "end": 3731,
      "loc": {
        "start": {
          "line": 130,
          "column": 53
        },
        "end": {
          "line": 130,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3738,
      "end": 3745,
      "loc": {
        "start": {
          "line": 131,
          "column": 6
        },
        "end": {
          "line": 131,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3745,
      "end": 3746,
      "loc": {
        "start": {
          "line": 131,
          "column": 13
        },
        "end": {
          "line": 131,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxLink",
      "start": 3746,
      "end": 3755,
      "loc": {
        "start": {
          "line": 131,
          "column": 14
        },
        "end": {
          "line": 131,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 131,
          "column": 24
        },
        "end": {
          "line": 131,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3758,
      "end": 3762,
      "loc": {
        "start": {
          "line": 131,
          "column": 26
        },
        "end": {
          "line": 131,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3767,
      "end": 3768,
      "loc": {
        "start": {
          "line": 132,
          "column": 4
        },
        "end": {
          "line": 132,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3771,
      "end": 3772,
      "loc": {
        "start": {
          "line": 133,
          "column": 2
        },
        "end": {
          "line": 133,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Removes a link component from an HTMLElement if it has one\n   * @param {HTMLElement} element The HTMLElement for which we want to remove the link\n   * @private\n   ",
      "start": 3775,
      "end": 3949,
      "loc": {
        "start": {
          "line": 134,
          "column": 2
        },
        "end": {
          "line": 138,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__removeComponentLink",
      "start": 3952,
      "end": 3973,
      "loc": {
        "start": {
          "line": 139,
          "column": 2
        },
        "end": {
          "line": 139,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3974,
      "end": 3975,
      "loc": {
        "start": {
          "line": 139,
          "column": 24
        },
        "end": {
          "line": 139,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3976,
      "end": 3983,
      "loc": {
        "start": {
          "line": 139,
          "column": 26
        },
        "end": {
          "line": 139,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3984,
      "end": 3985,
      "loc": {
        "start": {
          "line": 139,
          "column": 34
        },
        "end": {
          "line": 139,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3986,
      "end": 3987,
      "loc": {
        "start": {
          "line": 139,
          "column": 36
        },
        "end": {
          "line": 139,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3992,
      "end": 3994,
      "loc": {
        "start": {
          "line": 140,
          "column": 4
        },
        "end": {
          "line": 140,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3995,
      "end": 3996,
      "loc": {
        "start": {
          "line": 140,
          "column": 7
        },
        "end": {
          "line": 140,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 3997,
      "end": 4004,
      "loc": {
        "start": {
          "line": 140,
          "column": 9
        },
        "end": {
          "line": 140,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4004,
      "end": 4005,
      "loc": {
        "start": {
          "line": 140,
          "column": 16
        },
        "end": {
          "line": 140,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxLink",
      "start": 4005,
      "end": 4014,
      "loc": {
        "start": {
          "line": 140,
          "column": 17
        },
        "end": {
          "line": 140,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4015,
      "end": 4016,
      "loc": {
        "start": {
          "line": 140,
          "column": 27
        },
        "end": {
          "line": 140,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4017,
      "end": 4018,
      "loc": {
        "start": {
          "line": 140,
          "column": 29
        },
        "end": {
          "line": 140,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 4025,
      "end": 4032,
      "loc": {
        "start": {
          "line": 141,
          "column": 6
        },
        "end": {
          "line": 141,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4032,
      "end": 4033,
      "loc": {
        "start": {
          "line": 141,
          "column": 13
        },
        "end": {
          "line": 141,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removeEventListener",
      "start": 4033,
      "end": 4052,
      "loc": {
        "start": {
          "line": 141,
          "column": 14
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4052,
      "end": 4053,
      "loc": {
        "start": {
          "line": 141,
          "column": 33
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "click",
      "start": 4054,
      "end": 4061,
      "loc": {
        "start": {
          "line": 141,
          "column": 35
        },
        "end": {
          "line": 141,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4061,
      "end": 4062,
      "loc": {
        "start": {
          "line": 141,
          "column": 42
        },
        "end": {
          "line": 141,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "linkHandler",
      "start": 4063,
      "end": 4074,
      "loc": {
        "start": {
          "line": 141,
          "column": 44
        },
        "end": {
          "line": 141,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4075,
      "end": 4076,
      "loc": {
        "start": {
          "line": 141,
          "column": 56
        },
        "end": {
          "line": 141,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "delete",
        "keyword": "delete",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "delete",
      "start": 4083,
      "end": 4089,
      "loc": {
        "start": {
          "line": 142,
          "column": 6
        },
        "end": {
          "line": 142,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 4090,
      "end": 4097,
      "loc": {
        "start": {
          "line": 142,
          "column": 13
        },
        "end": {
          "line": 142,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4097,
      "end": 4098,
      "loc": {
        "start": {
          "line": 142,
          "column": 20
        },
        "end": {
          "line": 142,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxLink",
      "start": 4098,
      "end": 4107,
      "loc": {
        "start": {
          "line": 142,
          "column": 21
        },
        "end": {
          "line": 142,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4112,
      "end": 4113,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4116,
      "end": 4117,
      "loc": {
        "start": {
          "line": 144,
          "column": 2
        },
        "end": {
          "line": 144,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Checks if the current element needs a Component instance\n   * @param {HTMLElement} node HTMLElement what we are checking\n   * @param {String} attr The attribute to watch out for\n   * @param {Function} handler The callback function which will be called after the checks are made\n   * @private\n   ",
      "start": 4121,
      "end": 4427,
      "loc": {
        "start": {
          "line": 146,
          "column": 2
        },
        "end": {
          "line": 152,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__loopOnElements",
      "start": 4430,
      "end": 4446,
      "loc": {
        "start": {
          "line": 153,
          "column": 2
        },
        "end": {
          "line": 153,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4447,
      "end": 4448,
      "loc": {
        "start": {
          "line": 153,
          "column": 19
        },
        "end": {
          "line": 153,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 4449,
      "end": 4453,
      "loc": {
        "start": {
          "line": 153,
          "column": 21
        },
        "end": {
          "line": 153,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4453,
      "end": 4454,
      "loc": {
        "start": {
          "line": 153,
          "column": 25
        },
        "end": {
          "line": 153,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 4455,
      "end": 4459,
      "loc": {
        "start": {
          "line": 153,
          "column": 27
        },
        "end": {
          "line": 153,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4459,
      "end": 4460,
      "loc": {
        "start": {
          "line": 153,
          "column": 31
        },
        "end": {
          "line": 153,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handler",
      "start": 4461,
      "end": 4468,
      "loc": {
        "start": {
          "line": 153,
          "column": 33
        },
        "end": {
          "line": 153,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4469,
      "end": 4470,
      "loc": {
        "start": {
          "line": 153,
          "column": 41
        },
        "end": {
          "line": 153,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4471,
      "end": 4472,
      "loc": {
        "start": {
          "line": 153,
          "column": 43
        },
        "end": {
          "line": 153,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4477,
      "end": 4479,
      "loc": {
        "start": {
          "line": 154,
          "column": 4
        },
        "end": {
          "line": 154,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4480,
      "end": 4481,
      "loc": {
        "start": {
          "line": 154,
          "column": 7
        },
        "end": {
          "line": 154,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4482,
      "end": 4483,
      "loc": {
        "start": {
          "line": 154,
          "column": 9
        },
        "end": {
          "line": 154,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4483,
      "end": 4484,
      "loc": {
        "start": {
          "line": 154,
          "column": 10
        },
        "end": {
          "line": 154,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 4485,
      "end": 4489,
      "loc": {
        "start": {
          "line": 154,
          "column": 12
        },
        "end": {
          "line": 154,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 4490,
      "end": 4500,
      "loc": {
        "start": {
          "line": 154,
          "column": 17
        },
        "end": {
          "line": 154,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "HTMLElement",
      "start": 4501,
      "end": 4512,
      "loc": {
        "start": {
          "line": 154,
          "column": 28
        },
        "end": {
          "line": 154,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4513,
      "end": 4514,
      "loc": {
        "start": {
          "line": 154,
          "column": 40
        },
        "end": {
          "line": 154,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4515,
      "end": 4516,
      "loc": {
        "start": {
          "line": 154,
          "column": 42
        },
        "end": {
          "line": 154,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4517,
      "end": 4518,
      "loc": {
        "start": {
          "line": 154,
          "column": 44
        },
        "end": {
          "line": 154,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4525,
      "end": 4531,
      "loc": {
        "start": {
          "line": 155,
          "column": 6
        },
        "end": {
          "line": 155,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4536,
      "end": 4537,
      "loc": {
        "start": {
          "line": 156,
          "column": 4
        },
        "end": {
          "line": 156,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 4542,
      "end": 4545,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4546,
      "end": 4550,
      "loc": {
        "start": {
          "line": 157,
          "column": 8
        },
        "end": {
          "line": 157,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4551,
      "end": 4552,
      "loc": {
        "start": {
          "line": 157,
          "column": 13
        },
        "end": {
          "line": 157,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 4553,
      "end": 4557,
      "loc": {
        "start": {
          "line": 157,
          "column": 15
        },
        "end": {
          "line": 157,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4557,
      "end": 4558,
      "loc": {
        "start": {
          "line": 157,
          "column": 19
        },
        "end": {
          "line": 157,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAttribute",
      "start": 4558,
      "end": 4570,
      "loc": {
        "start": {
          "line": 157,
          "column": 20
        },
        "end": {
          "line": 157,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4570,
      "end": 4571,
      "loc": {
        "start": {
          "line": 157,
          "column": 32
        },
        "end": {
          "line": 157,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 4572,
      "end": 4576,
      "loc": {
        "start": {
          "line": 157,
          "column": 34
        },
        "end": {
          "line": 157,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4577,
      "end": 4578,
      "loc": {
        "start": {
          "line": 157,
          "column": 39
        },
        "end": {
          "line": 157,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4583,
      "end": 4585,
      "loc": {
        "start": {
          "line": 158,
          "column": 4
        },
        "end": {
          "line": 158,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4586,
      "end": 4587,
      "loc": {
        "start": {
          "line": 158,
          "column": 7
        },
        "end": {
          "line": 158,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4588,
      "end": 4592,
      "loc": {
        "start": {
          "line": 158,
          "column": 9
        },
        "end": {
          "line": 158,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4593,
      "end": 4594,
      "loc": {
        "start": {
          "line": 158,
          "column": 14
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4595,
      "end": 4596,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handler",
      "start": 4603,
      "end": 4610,
      "loc": {
        "start": {
          "line": 159,
          "column": 6
        },
        "end": {
          "line": 159,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4610,
      "end": 4611,
      "loc": {
        "start": {
          "line": 159,
          "column": 13
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 4612,
      "end": 4616,
      "loc": {
        "start": {
          "line": 159,
          "column": 15
        },
        "end": {
          "line": 159,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4616,
      "end": 4617,
      "loc": {
        "start": {
          "line": 159,
          "column": 19
        },
        "end": {
          "line": 159,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4618,
      "end": 4622,
      "loc": {
        "start": {
          "line": 159,
          "column": 21
        },
        "end": {
          "line": 159,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4623,
      "end": 4624,
      "loc": {
        "start": {
          "line": 159,
          "column": 26
        },
        "end": {
          "line": 159,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4629,
      "end": 4630,
      "loc": {
        "start": {
          "line": 160,
          "column": 4
        },
        "end": {
          "line": 160,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 4635,
      "end": 4639,
      "loc": {
        "start": {
          "line": 161,
          "column": 4
        },
        "end": {
          "line": 161,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4639,
      "end": 4640,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 4641,
      "end": 4645,
      "loc": {
        "start": {
          "line": 161,
          "column": 10
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4645,
      "end": 4646,
      "loc": {
        "start": {
          "line": 161,
          "column": 14
        },
        "end": {
          "line": 161,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "querySelectorAll",
      "start": 4646,
      "end": 4662,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4662,
      "end": 4663,
      "loc": {
        "start": {
          "line": 161,
          "column": 31
        },
        "end": {
          "line": 161,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "*[",
      "start": 4664,
      "end": 4668,
      "loc": {
        "start": {
          "line": 161,
          "column": 33
        },
        "end": {
          "line": 161,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4669,
      "end": 4670,
      "loc": {
        "start": {
          "line": 161,
          "column": 38
        },
        "end": {
          "line": 161,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 4671,
      "end": 4675,
      "loc": {
        "start": {
          "line": 161,
          "column": 40
        },
        "end": {
          "line": 161,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4676,
      "end": 4677,
      "loc": {
        "start": {
          "line": 161,
          "column": 45
        },
        "end": {
          "line": 161,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "]",
      "start": 4678,
      "end": 4681,
      "loc": {
        "start": {
          "line": 161,
          "column": 47
        },
        "end": {
          "line": 161,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4682,
      "end": 4683,
      "loc": {
        "start": {
          "line": 161,
          "column": 51
        },
        "end": {
          "line": 161,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4683,
      "end": 4684,
      "loc": {
        "start": {
          "line": 161,
          "column": 52
        },
        "end": {
          "line": 161,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4685,
      "end": 4686,
      "loc": {
        "start": {
          "line": 161,
          "column": 54
        },
        "end": {
          "line": 161,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 4687,
      "end": 4694,
      "loc": {
        "start": {
          "line": 161,
          "column": 56
        },
        "end": {
          "line": 161,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4695,
      "end": 4696,
      "loc": {
        "start": {
          "line": 161,
          "column": 64
        },
        "end": {
          "line": 161,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4697,
      "end": 4699,
      "loc": {
        "start": {
          "line": 161,
          "column": 66
        },
        "end": {
          "line": 161,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4700,
      "end": 4701,
      "loc": {
        "start": {
          "line": 161,
          "column": 69
        },
        "end": {
          "line": 161,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "handler",
      "start": 4708,
      "end": 4715,
      "loc": {
        "start": {
          "line": 162,
          "column": 6
        },
        "end": {
          "line": 162,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4715,
      "end": 4716,
      "loc": {
        "start": {
          "line": 162,
          "column": 13
        },
        "end": {
          "line": 162,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 4717,
      "end": 4724,
      "loc": {
        "start": {
          "line": 162,
          "column": 15
        },
        "end": {
          "line": 162,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4724,
      "end": 4725,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 4726,
      "end": 4733,
      "loc": {
        "start": {
          "line": 162,
          "column": 24
        },
        "end": {
          "line": 162,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4733,
      "end": 4734,
      "loc": {
        "start": {
          "line": 162,
          "column": 31
        },
        "end": {
          "line": 162,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAttribute",
      "start": 4734,
      "end": 4746,
      "loc": {
        "start": {
          "line": 162,
          "column": 32
        },
        "end": {
          "line": 162,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4746,
      "end": 4747,
      "loc": {
        "start": {
          "line": 162,
          "column": 44
        },
        "end": {
          "line": 162,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 4748,
      "end": 4752,
      "loc": {
        "start": {
          "line": 162,
          "column": 46
        },
        "end": {
          "line": 162,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 162,
          "column": 51
        },
        "end": {
          "line": 162,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4755,
      "end": 4756,
      "loc": {
        "start": {
          "line": 162,
          "column": 53
        },
        "end": {
          "line": 162,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4761,
      "end": 4762,
      "loc": {
        "start": {
          "line": 163,
          "column": 4
        },
        "end": {
          "line": 163,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4763,
      "end": 4764,
      "loc": {
        "start": {
          "line": 163,
          "column": 6
        },
        "end": {
          "line": 163,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4767,
      "end": 4768,
      "loc": {
        "start": {
          "line": 164,
          "column": 2
        },
        "end": {
          "line": 164,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Renders an HTMLElement to a Component as if it was a part of this module\n   * @param {HTMLElement} node The HTMLElement to be converted to a Component\n   ",
      "start": 4772,
      "end": 4937,
      "loc": {
        "start": {
          "line": 166,
          "column": 2
        },
        "end": {
          "line": 169,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "createComponent",
      "start": 4940,
      "end": 4955,
      "loc": {
        "start": {
          "line": 170,
          "column": 2
        },
        "end": {
          "line": 170,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4956,
      "end": 4957,
      "loc": {
        "start": {
          "line": 170,
          "column": 18
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 4958,
      "end": 4962,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4963,
      "end": 4964,
      "loc": {
        "start": {
          "line": 170,
          "column": 25
        },
        "end": {
          "line": 170,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4965,
      "end": 4966,
      "loc": {
        "start": {
          "line": 170,
          "column": 27
        },
        "end": {
          "line": 170,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4971,
      "end": 4975,
      "loc": {
        "start": {
          "line": 171,
          "column": 4
        },
        "end": {
          "line": 171,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4975,
      "end": 4976,
      "loc": {
        "start": {
          "line": 171,
          "column": 8
        },
        "end": {
          "line": 171,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__loopOnElements",
      "start": 4976,
      "end": 4992,
      "loc": {
        "start": {
          "line": 171,
          "column": 9
        },
        "end": {
          "line": 171,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4992,
      "end": 4993,
      "loc": {
        "start": {
          "line": 171,
          "column": 25
        },
        "end": {
          "line": 171,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 4994,
      "end": 4998,
      "loc": {
        "start": {
          "line": 171,
          "column": 27
        },
        "end": {
          "line": 171,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4998,
      "end": 4999,
      "loc": {
        "start": {
          "line": 171,
          "column": 31
        },
        "end": {
          "line": 171,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrComponent",
      "start": 5000,
      "end": 5014,
      "loc": {
        "start": {
          "line": 171,
          "column": 33
        },
        "end": {
          "line": 171,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5014,
      "end": 5015,
      "loc": {
        "start": {
          "line": 171,
          "column": 47
        },
        "end": {
          "line": 171,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5016,
      "end": 5017,
      "loc": {
        "start": {
          "line": 171,
          "column": 49
        },
        "end": {
          "line": 171,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 5018,
      "end": 5019,
      "loc": {
        "start": {
          "line": 171,
          "column": 51
        },
        "end": {
          "line": 171,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5019,
      "end": 5020,
      "loc": {
        "start": {
          "line": 171,
          "column": 52
        },
        "end": {
          "line": 171,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5021,
      "end": 5025,
      "loc": {
        "start": {
          "line": 171,
          "column": 54
        },
        "end": {
          "line": 171,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5026,
      "end": 5027,
      "loc": {
        "start": {
          "line": 171,
          "column": 59
        },
        "end": {
          "line": 171,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5028,
      "end": 5030,
      "loc": {
        "start": {
          "line": 171,
          "column": 61
        },
        "end": {
          "line": 171,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5031,
      "end": 5032,
      "loc": {
        "start": {
          "line": 171,
          "column": 64
        },
        "end": {
          "line": 171,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5039,
      "end": 5041,
      "loc": {
        "start": {
          "line": 172,
          "column": 6
        },
        "end": {
          "line": 172,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5042,
      "end": 5043,
      "loc": {
        "start": {
          "line": 172,
          "column": 9
        },
        "end": {
          "line": 172,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5044,
      "end": 5048,
      "loc": {
        "start": {
          "line": 172,
          "column": 11
        },
        "end": {
          "line": 172,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5048,
      "end": 5049,
      "loc": {
        "start": {
          "line": 172,
          "column": 15
        },
        "end": {
          "line": 172,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 5049,
      "end": 5063,
      "loc": {
        "start": {
          "line": 172,
          "column": 16
        },
        "end": {
          "line": 172,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5063,
      "end": 5064,
      "loc": {
        "start": {
          "line": 172,
          "column": 30
        },
        "end": {
          "line": 172,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5065,
      "end": 5069,
      "loc": {
        "start": {
          "line": 172,
          "column": 32
        },
        "end": {
          "line": 172,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5070,
      "end": 5071,
      "loc": {
        "start": {
          "line": 172,
          "column": 37
        },
        "end": {
          "line": 172,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5072,
      "end": 5073,
      "loc": {
        "start": {
          "line": 172,
          "column": 39
        },
        "end": {
          "line": 172,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5074,
      "end": 5075,
      "loc": {
        "start": {
          "line": 172,
          "column": 41
        },
        "end": {
          "line": 172,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5084,
      "end": 5088,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5088,
      "end": 5089,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponent",
      "start": 5089,
      "end": 5106,
      "loc": {
        "start": {
          "line": 173,
          "column": 13
        },
        "end": {
          "line": 173,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5106,
      "end": 5107,
      "loc": {
        "start": {
          "line": 173,
          "column": 30
        },
        "end": {
          "line": 173,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 5108,
      "end": 5109,
      "loc": {
        "start": {
          "line": 173,
          "column": 32
        },
        "end": {
          "line": 173,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5109,
      "end": 5110,
      "loc": {
        "start": {
          "line": 173,
          "column": 33
        },
        "end": {
          "line": 173,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5111,
      "end": 5115,
      "loc": {
        "start": {
          "line": 173,
          "column": 35
        },
        "end": {
          "line": 173,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5115,
      "end": 5116,
      "loc": {
        "start": {
          "line": 173,
          "column": 39
        },
        "end": {
          "line": 173,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 5116,
      "end": 5130,
      "loc": {
        "start": {
          "line": 173,
          "column": 40
        },
        "end": {
          "line": 173,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5130,
      "end": 5131,
      "loc": {
        "start": {
          "line": 173,
          "column": 54
        },
        "end": {
          "line": 173,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 5132,
      "end": 5136,
      "loc": {
        "start": {
          "line": 173,
          "column": 56
        },
        "end": {
          "line": 173,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5137,
      "end": 5138,
      "loc": {
        "start": {
          "line": 173,
          "column": 61
        },
        "end": {
          "line": 173,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5139,
      "end": 5140,
      "loc": {
        "start": {
          "line": 173,
          "column": 63
        },
        "end": {
          "line": 173,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5147,
      "end": 5148,
      "loc": {
        "start": {
          "line": 174,
          "column": 6
        },
        "end": {
          "line": 174,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5153,
      "end": 5154,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5155,
      "end": 5156,
      "loc": {
        "start": {
          "line": 175,
          "column": 6
        },
        "end": {
          "line": 175,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5161,
      "end": 5165,
      "loc": {
        "start": {
          "line": 176,
          "column": 4
        },
        "end": {
          "line": 176,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5165,
      "end": 5166,
      "loc": {
        "start": {
          "line": 176,
          "column": 8
        },
        "end": {
          "line": 176,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__loopOnElements",
      "start": 5166,
      "end": 5182,
      "loc": {
        "start": {
          "line": 176,
          "column": 9
        },
        "end": {
          "line": 176,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5182,
      "end": 5183,
      "loc": {
        "start": {
          "line": 176,
          "column": 25
        },
        "end": {
          "line": 176,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 5184,
      "end": 5188,
      "loc": {
        "start": {
          "line": 176,
          "column": 27
        },
        "end": {
          "line": 176,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5188,
      "end": 5189,
      "loc": {
        "start": {
          "line": 176,
          "column": 31
        },
        "end": {
          "line": 176,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrLink",
      "start": 5190,
      "end": 5199,
      "loc": {
        "start": {
          "line": 176,
          "column": 33
        },
        "end": {
          "line": 176,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5199,
      "end": 5200,
      "loc": {
        "start": {
          "line": 176,
          "column": 42
        },
        "end": {
          "line": 176,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5201,
      "end": 5202,
      "loc": {
        "start": {
          "line": 176,
          "column": 44
        },
        "end": {
          "line": 176,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 5203,
      "end": 5204,
      "loc": {
        "start": {
          "line": 176,
          "column": 46
        },
        "end": {
          "line": 176,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5205,
      "end": 5206,
      "loc": {
        "start": {
          "line": 176,
          "column": 48
        },
        "end": {
          "line": 176,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5207,
      "end": 5209,
      "loc": {
        "start": {
          "line": 176,
          "column": 50
        },
        "end": {
          "line": 176,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5210,
      "end": 5211,
      "loc": {
        "start": {
          "line": 176,
          "column": 53
        },
        "end": {
          "line": 176,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5218,
      "end": 5222,
      "loc": {
        "start": {
          "line": 177,
          "column": 6
        },
        "end": {
          "line": 177,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5222,
      "end": 5223,
      "loc": {
        "start": {
          "line": 177,
          "column": 10
        },
        "end": {
          "line": 177,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponentLink",
      "start": 5223,
      "end": 5244,
      "loc": {
        "start": {
          "line": 177,
          "column": 11
        },
        "end": {
          "line": 177,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5244,
      "end": 5245,
      "loc": {
        "start": {
          "line": 177,
          "column": 32
        },
        "end": {
          "line": 177,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 5246,
      "end": 5247,
      "loc": {
        "start": {
          "line": 177,
          "column": 34
        },
        "end": {
          "line": 177,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5248,
      "end": 5249,
      "loc": {
        "start": {
          "line": 177,
          "column": 36
        },
        "end": {
          "line": 177,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5254,
      "end": 5255,
      "loc": {
        "start": {
          "line": 178,
          "column": 4
        },
        "end": {
          "line": 178,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5256,
      "end": 5257,
      "loc": {
        "start": {
          "line": 178,
          "column": 6
        },
        "end": {
          "line": 178,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5260,
      "end": 5261,
      "loc": {
        "start": {
          "line": 179,
          "column": 2
        },
        "end": {
          "line": 179,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Initializes the Module on a specific HTMLElement and loads the specified Component for it\n   * @param {HTMLElement} element The HTMLElement used as the wrapper for the Module\n   * @param {Component} component The Component to be used as the main Component\n   ",
      "start": 5265,
      "end": 5535,
      "loc": {
        "start": {
          "line": 181,
          "column": 2
        },
        "end": {
          "line": 185,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bootstrap",
      "start": 5538,
      "end": 5547,
      "loc": {
        "start": {
          "line": 186,
          "column": 2
        },
        "end": {
          "line": 186,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5548,
      "end": 5549,
      "loc": {
        "start": {
          "line": 186,
          "column": 12
        },
        "end": {
          "line": 186,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 5550,
      "end": 5557,
      "loc": {
        "start": {
          "line": 186,
          "column": 14
        },
        "end": {
          "line": 186,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5557,
      "end": 5558,
      "loc": {
        "start": {
          "line": 186,
          "column": 21
        },
        "end": {
          "line": 186,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 5559,
      "end": 5568,
      "loc": {
        "start": {
          "line": 186,
          "column": 23
        },
        "end": {
          "line": 186,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5569,
      "end": 5570,
      "loc": {
        "start": {
          "line": 186,
          "column": 33
        },
        "end": {
          "line": 186,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5571,
      "end": 5572,
      "loc": {
        "start": {
          "line": 186,
          "column": 35
        },
        "end": {
          "line": 186,
          "column": 36
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Holds the MutationObserver which is used to check for changes in the DOM\n     ",
      "start": 5577,
      "end": 5668,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 189,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5673,
      "end": 5677,
      "loc": {
        "start": {
          "line": 190,
          "column": 4
        },
        "end": {
          "line": 190,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5677,
      "end": 5678,
      "loc": {
        "start": {
          "line": 190,
          "column": 8
        },
        "end": {
          "line": 190,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__htmlWatcher",
      "start": 5678,
      "end": 5691,
      "loc": {
        "start": {
          "line": 190,
          "column": 9
        },
        "end": {
          "line": 190,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5692,
      "end": 5693,
      "loc": {
        "start": {
          "line": 190,
          "column": 23
        },
        "end": {
          "line": 190,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 5694,
      "end": 5697,
      "loc": {
        "start": {
          "line": 190,
          "column": 25
        },
        "end": {
          "line": 190,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MutationObserver",
      "start": 5698,
      "end": 5714,
      "loc": {
        "start": {
          "line": 190,
          "column": 29
        },
        "end": {
          "line": 190,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5714,
      "end": 5715,
      "loc": {
        "start": {
          "line": 190,
          "column": 45
        },
        "end": {
          "line": 190,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5716,
      "end": 5717,
      "loc": {
        "start": {
          "line": 190,
          "column": 47
        },
        "end": {
          "line": 190,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutations",
      "start": 5718,
      "end": 5727,
      "loc": {
        "start": {
          "line": 190,
          "column": 49
        },
        "end": {
          "line": 190,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5728,
      "end": 5729,
      "loc": {
        "start": {
          "line": 190,
          "column": 59
        },
        "end": {
          "line": 190,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5730,
      "end": 5732,
      "loc": {
        "start": {
          "line": 190,
          "column": 61
        },
        "end": {
          "line": 190,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5733,
      "end": 5734,
      "loc": {
        "start": {
          "line": 190,
          "column": 64
        },
        "end": {
          "line": 190,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutations",
      "start": 5741,
      "end": 5750,
      "loc": {
        "start": {
          "line": 191,
          "column": 6
        },
        "end": {
          "line": 191,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5750,
      "end": 5751,
      "loc": {
        "start": {
          "line": 191,
          "column": 15
        },
        "end": {
          "line": 191,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "forEach",
      "start": 5751,
      "end": 5758,
      "loc": {
        "start": {
          "line": 191,
          "column": 16
        },
        "end": {
          "line": 191,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5758,
      "end": 5759,
      "loc": {
        "start": {
          "line": 191,
          "column": 23
        },
        "end": {
          "line": 191,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5760,
      "end": 5761,
      "loc": {
        "start": {
          "line": 191,
          "column": 25
        },
        "end": {
          "line": 191,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 5762,
      "end": 5770,
      "loc": {
        "start": {
          "line": 191,
          "column": 27
        },
        "end": {
          "line": 191,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5771,
      "end": 5772,
      "loc": {
        "start": {
          "line": 191,
          "column": 36
        },
        "end": {
          "line": 191,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5773,
      "end": 5775,
      "loc": {
        "start": {
          "line": 191,
          "column": 38
        },
        "end": {
          "line": 191,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5776,
      "end": 5777,
      "loc": {
        "start": {
          "line": 191,
          "column": 41
        },
        "end": {
          "line": 191,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5786,
      "end": 5788,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5789,
      "end": 5790,
      "loc": {
        "start": {
          "line": 192,
          "column": 11
        },
        "end": {
          "line": 192,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 5791,
      "end": 5799,
      "loc": {
        "start": {
          "line": 192,
          "column": 13
        },
        "end": {
          "line": 192,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5799,
      "end": 5800,
      "loc": {
        "start": {
          "line": 192,
          "column": 21
        },
        "end": {
          "line": 192,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 5800,
      "end": 5804,
      "loc": {
        "start": {
          "line": 192,
          "column": 22
        },
        "end": {
          "line": 192,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5805,
      "end": 5808,
      "loc": {
        "start": {
          "line": 192,
          "column": 27
        },
        "end": {
          "line": 192,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "attributes",
      "start": 5809,
      "end": 5821,
      "loc": {
        "start": {
          "line": 192,
          "column": 31
        },
        "end": {
          "line": 192,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5822,
      "end": 5823,
      "loc": {
        "start": {
          "line": 192,
          "column": 44
        },
        "end": {
          "line": 192,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5824,
      "end": 5825,
      "loc": {
        "start": {
          "line": 192,
          "column": 46
        },
        "end": {
          "line": 192,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5836,
      "end": 5838,
      "loc": {
        "start": {
          "line": 193,
          "column": 10
        },
        "end": {
          "line": 193,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5839,
      "end": 5840,
      "loc": {
        "start": {
          "line": 193,
          "column": 13
        },
        "end": {
          "line": 193,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 5841,
      "end": 5849,
      "loc": {
        "start": {
          "line": 193,
          "column": 15
        },
        "end": {
          "line": 193,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5849,
      "end": 5850,
      "loc": {
        "start": {
          "line": 193,
          "column": 23
        },
        "end": {
          "line": 193,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 5850,
      "end": 5863,
      "loc": {
        "start": {
          "line": 193,
          "column": 24
        },
        "end": {
          "line": 193,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5864,
      "end": 5867,
      "loc": {
        "start": {
          "line": 193,
          "column": 38
        },
        "end": {
          "line": 193,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrComponent",
      "start": 5868,
      "end": 5882,
      "loc": {
        "start": {
          "line": 193,
          "column": 42
        },
        "end": {
          "line": 193,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5883,
      "end": 5884,
      "loc": {
        "start": {
          "line": 193,
          "column": 57
        },
        "end": {
          "line": 193,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5885,
      "end": 5886,
      "loc": {
        "start": {
          "line": 193,
          "column": 59
        },
        "end": {
          "line": 193,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5899,
      "end": 5903,
      "loc": {
        "start": {
          "line": 194,
          "column": 12
        },
        "end": {
          "line": 194,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5903,
      "end": 5904,
      "loc": {
        "start": {
          "line": 194,
          "column": 16
        },
        "end": {
          "line": 194,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__removeComponent",
      "start": 5904,
      "end": 5921,
      "loc": {
        "start": {
          "line": 194,
          "column": 17
        },
        "end": {
          "line": 194,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5921,
      "end": 5922,
      "loc": {
        "start": {
          "line": 194,
          "column": 34
        },
        "end": {
          "line": 194,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 5923,
      "end": 5931,
      "loc": {
        "start": {
          "line": 194,
          "column": 36
        },
        "end": {
          "line": 194,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5931,
      "end": 5932,
      "loc": {
        "start": {
          "line": 194,
          "column": 44
        },
        "end": {
          "line": 194,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "target",
      "start": 5932,
      "end": 5938,
      "loc": {
        "start": {
          "line": 194,
          "column": 45
        },
        "end": {
          "line": 194,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 194,
          "column": 52
        },
        "end": {
          "line": 194,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5953,
      "end": 5957,
      "loc": {
        "start": {
          "line": 195,
          "column": 12
        },
        "end": {
          "line": 195,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5957,
      "end": 5958,
      "loc": {
        "start": {
          "line": 195,
          "column": 16
        },
        "end": {
          "line": 195,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponent",
      "start": 5958,
      "end": 5975,
      "loc": {
        "start": {
          "line": 195,
          "column": 17
        },
        "end": {
          "line": 195,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5975,
      "end": 5976,
      "loc": {
        "start": {
          "line": 195,
          "column": 34
        },
        "end": {
          "line": 195,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 5977,
      "end": 5985,
      "loc": {
        "start": {
          "line": 195,
          "column": 36
        },
        "end": {
          "line": 195,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5985,
      "end": 5986,
      "loc": {
        "start": {
          "line": 195,
          "column": 44
        },
        "end": {
          "line": 195,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "target",
      "start": 5986,
      "end": 5992,
      "loc": {
        "start": {
          "line": 195,
          "column": 45
        },
        "end": {
          "line": 195,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5992,
      "end": 5993,
      "loc": {
        "start": {
          "line": 195,
          "column": 51
        },
        "end": {
          "line": 195,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5994,
      "end": 5998,
      "loc": {
        "start": {
          "line": 195,
          "column": 53
        },
        "end": {
          "line": 195,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5998,
      "end": 5999,
      "loc": {
        "start": {
          "line": 195,
          "column": 57
        },
        "end": {
          "line": 195,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 5999,
      "end": 6013,
      "loc": {
        "start": {
          "line": 195,
          "column": 58
        },
        "end": {
          "line": 195,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6013,
      "end": 6014,
      "loc": {
        "start": {
          "line": 195,
          "column": 72
        },
        "end": {
          "line": 195,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6015,
      "end": 6023,
      "loc": {
        "start": {
          "line": 195,
          "column": 74
        },
        "end": {
          "line": 195,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6023,
      "end": 6024,
      "loc": {
        "start": {
          "line": 195,
          "column": 82
        },
        "end": {
          "line": 195,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "target",
      "start": 6024,
      "end": 6030,
      "loc": {
        "start": {
          "line": 195,
          "column": 83
        },
        "end": {
          "line": 195,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6030,
      "end": 6031,
      "loc": {
        "start": {
          "line": 195,
          "column": 89
        },
        "end": {
          "line": 195,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getAttribute",
      "start": 6031,
      "end": 6043,
      "loc": {
        "start": {
          "line": 195,
          "column": 90
        },
        "end": {
          "line": 195,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6043,
      "end": 6044,
      "loc": {
        "start": {
          "line": 195,
          "column": 102
        },
        "end": {
          "line": 195,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrComponent",
      "start": 6045,
      "end": 6059,
      "loc": {
        "start": {
          "line": 195,
          "column": 104
        },
        "end": {
          "line": 195,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6060,
      "end": 6061,
      "loc": {
        "start": {
          "line": 195,
          "column": 119
        },
        "end": {
          "line": 195,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6062,
      "end": 6063,
      "loc": {
        "start": {
          "line": 195,
          "column": 121
        },
        "end": {
          "line": 195,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6064,
      "end": 6065,
      "loc": {
        "start": {
          "line": 195,
          "column": 123
        },
        "end": {
          "line": 195,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6076,
      "end": 6077,
      "loc": {
        "start": {
          "line": 196,
          "column": 10
        },
        "end": {
          "line": 196,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6088,
      "end": 6090,
      "loc": {
        "start": {
          "line": 197,
          "column": 10
        },
        "end": {
          "line": 197,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6091,
      "end": 6092,
      "loc": {
        "start": {
          "line": 197,
          "column": 13
        },
        "end": {
          "line": 197,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6093,
      "end": 6101,
      "loc": {
        "start": {
          "line": 197,
          "column": 15
        },
        "end": {
          "line": 197,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6101,
      "end": 6102,
      "loc": {
        "start": {
          "line": 197,
          "column": 23
        },
        "end": {
          "line": 197,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributeName",
      "start": 6102,
      "end": 6115,
      "loc": {
        "start": {
          "line": 197,
          "column": 24
        },
        "end": {
          "line": 197,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6116,
      "end": 6119,
      "loc": {
        "start": {
          "line": 197,
          "column": 38
        },
        "end": {
          "line": 197,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrLink",
      "start": 6120,
      "end": 6129,
      "loc": {
        "start": {
          "line": 197,
          "column": 42
        },
        "end": {
          "line": 197,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6130,
      "end": 6131,
      "loc": {
        "start": {
          "line": 197,
          "column": 52
        },
        "end": {
          "line": 197,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6132,
      "end": 6133,
      "loc": {
        "start": {
          "line": 197,
          "column": 54
        },
        "end": {
          "line": 197,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6146,
      "end": 6150,
      "loc": {
        "start": {
          "line": 198,
          "column": 12
        },
        "end": {
          "line": 198,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6150,
      "end": 6151,
      "loc": {
        "start": {
          "line": 198,
          "column": 16
        },
        "end": {
          "line": 198,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__removeComponentLink",
      "start": 6151,
      "end": 6172,
      "loc": {
        "start": {
          "line": 198,
          "column": 17
        },
        "end": {
          "line": 198,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6172,
      "end": 6173,
      "loc": {
        "start": {
          "line": 198,
          "column": 38
        },
        "end": {
          "line": 198,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6174,
      "end": 6182,
      "loc": {
        "start": {
          "line": 198,
          "column": 40
        },
        "end": {
          "line": 198,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6182,
      "end": 6183,
      "loc": {
        "start": {
          "line": 198,
          "column": 48
        },
        "end": {
          "line": 198,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "target",
      "start": 6183,
      "end": 6189,
      "loc": {
        "start": {
          "line": 198,
          "column": 49
        },
        "end": {
          "line": 198,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6190,
      "end": 6191,
      "loc": {
        "start": {
          "line": 198,
          "column": 56
        },
        "end": {
          "line": 198,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6204,
      "end": 6208,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6208,
      "end": 6209,
      "loc": {
        "start": {
          "line": 199,
          "column": 16
        },
        "end": {
          "line": 199,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponentLink",
      "start": 6209,
      "end": 6230,
      "loc": {
        "start": {
          "line": 199,
          "column": 17
        },
        "end": {
          "line": 199,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6230,
      "end": 6231,
      "loc": {
        "start": {
          "line": 199,
          "column": 38
        },
        "end": {
          "line": 199,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6232,
      "end": 6240,
      "loc": {
        "start": {
          "line": 199,
          "column": 40
        },
        "end": {
          "line": 199,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6240,
      "end": 6241,
      "loc": {
        "start": {
          "line": 199,
          "column": 48
        },
        "end": {
          "line": 199,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "target",
      "start": 6241,
      "end": 6247,
      "loc": {
        "start": {
          "line": 199,
          "column": 49
        },
        "end": {
          "line": 199,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6248,
      "end": 6249,
      "loc": {
        "start": {
          "line": 199,
          "column": 56
        },
        "end": {
          "line": 199,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6260,
      "end": 6261,
      "loc": {
        "start": {
          "line": 200,
          "column": 10
        },
        "end": {
          "line": 200,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6270,
      "end": 6271,
      "loc": {
        "start": {
          "line": 201,
          "column": 8
        },
        "end": {
          "line": 201,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6280,
      "end": 6282,
      "loc": {
        "start": {
          "line": 202,
          "column": 8
        },
        "end": {
          "line": 202,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6283,
      "end": 6284,
      "loc": {
        "start": {
          "line": 202,
          "column": 11
        },
        "end": {
          "line": 202,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6285,
      "end": 6293,
      "loc": {
        "start": {
          "line": 202,
          "column": 13
        },
        "end": {
          "line": 202,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6293,
      "end": 6294,
      "loc": {
        "start": {
          "line": 202,
          "column": 21
        },
        "end": {
          "line": 202,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 6294,
      "end": 6298,
      "loc": {
        "start": {
          "line": 202,
          "column": 22
        },
        "end": {
          "line": 202,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6299,
      "end": 6302,
      "loc": {
        "start": {
          "line": 202,
          "column": 27
        },
        "end": {
          "line": 202,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "childList",
      "start": 6303,
      "end": 6314,
      "loc": {
        "start": {
          "line": 202,
          "column": 31
        },
        "end": {
          "line": 202,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6315,
      "end": 6316,
      "loc": {
        "start": {
          "line": 202,
          "column": 43
        },
        "end": {
          "line": 202,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6317,
      "end": 6318,
      "loc": {
        "start": {
          "line": 202,
          "column": 45
        },
        "end": {
          "line": 202,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6329,
      "end": 6331,
      "loc": {
        "start": {
          "line": 203,
          "column": 10
        },
        "end": {
          "line": 203,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6332,
      "end": 6333,
      "loc": {
        "start": {
          "line": 203,
          "column": 13
        },
        "end": {
          "line": 203,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6334,
      "end": 6342,
      "loc": {
        "start": {
          "line": 203,
          "column": 15
        },
        "end": {
          "line": 203,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6342,
      "end": 6343,
      "loc": {
        "start": {
          "line": 203,
          "column": 23
        },
        "end": {
          "line": 203,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addedNodes",
      "start": 6343,
      "end": 6353,
      "loc": {
        "start": {
          "line": 203,
          "column": 24
        },
        "end": {
          "line": 203,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6353,
      "end": 6354,
      "loc": {
        "start": {
          "line": 203,
          "column": 34
        },
        "end": {
          "line": 203,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6354,
      "end": 6360,
      "loc": {
        "start": {
          "line": 203,
          "column": 35
        },
        "end": {
          "line": 203,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 6361,
      "end": 6362,
      "loc": {
        "start": {
          "line": 203,
          "column": 42
        },
        "end": {
          "line": 203,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6363,
      "end": 6364,
      "loc": {
        "start": {
          "line": 203,
          "column": 44
        },
        "end": {
          "line": 203,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6365,
      "end": 6366,
      "loc": {
        "start": {
          "line": 203,
          "column": 46
        },
        "end": {
          "line": 203,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6367,
      "end": 6368,
      "loc": {
        "start": {
          "line": 203,
          "column": 48
        },
        "end": {
          "line": 203,
          "column": 49
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Nodes that were added",
      "start": 6381,
      "end": 6405,
      "loc": {
        "start": {
          "line": 204,
          "column": 12
        },
        "end": {
          "line": 204,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 6418,
      "end": 6422,
      "loc": {
        "start": {
          "line": 205,
          "column": 12
        },
        "end": {
          "line": 205,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6422,
      "end": 6423,
      "loc": {
        "start": {
          "line": 205,
          "column": 16
        },
        "end": {
          "line": 205,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6424,
      "end": 6432,
      "loc": {
        "start": {
          "line": 205,
          "column": 18
        },
        "end": {
          "line": 205,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6432,
      "end": 6433,
      "loc": {
        "start": {
          "line": 205,
          "column": 26
        },
        "end": {
          "line": 205,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addedNodes",
      "start": 6433,
      "end": 6443,
      "loc": {
        "start": {
          "line": 205,
          "column": 27
        },
        "end": {
          "line": 205,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6443,
      "end": 6444,
      "loc": {
        "start": {
          "line": 205,
          "column": 37
        },
        "end": {
          "line": 205,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6445,
      "end": 6446,
      "loc": {
        "start": {
          "line": 205,
          "column": 39
        },
        "end": {
          "line": 205,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 6447,
      "end": 6451,
      "loc": {
        "start": {
          "line": 205,
          "column": 41
        },
        "end": {
          "line": 205,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6452,
      "end": 6453,
      "loc": {
        "start": {
          "line": 205,
          "column": 46
        },
        "end": {
          "line": 205,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6454,
      "end": 6456,
      "loc": {
        "start": {
          "line": 205,
          "column": 48
        },
        "end": {
          "line": 205,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6457,
      "end": 6458,
      "loc": {
        "start": {
          "line": 205,
          "column": 51
        },
        "end": {
          "line": 205,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6473,
      "end": 6477,
      "loc": {
        "start": {
          "line": 206,
          "column": 14
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6477,
      "end": 6478,
      "loc": {
        "start": {
          "line": 206,
          "column": 18
        },
        "end": {
          "line": 206,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__loopOnElements",
      "start": 6478,
      "end": 6494,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6494,
      "end": 6495,
      "loc": {
        "start": {
          "line": 206,
          "column": 35
        },
        "end": {
          "line": 206,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 6496,
      "end": 6500,
      "loc": {
        "start": {
          "line": 206,
          "column": 37
        },
        "end": {
          "line": 206,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6500,
      "end": 6501,
      "loc": {
        "start": {
          "line": 206,
          "column": 41
        },
        "end": {
          "line": 206,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrComponent",
      "start": 6502,
      "end": 6516,
      "loc": {
        "start": {
          "line": 206,
          "column": 43
        },
        "end": {
          "line": 206,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6516,
      "end": 6517,
      "loc": {
        "start": {
          "line": 206,
          "column": 57
        },
        "end": {
          "line": 206,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6518,
      "end": 6519,
      "loc": {
        "start": {
          "line": 206,
          "column": 59
        },
        "end": {
          "line": 206,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6520,
      "end": 6521,
      "loc": {
        "start": {
          "line": 206,
          "column": 61
        },
        "end": {
          "line": 206,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6521,
      "end": 6522,
      "loc": {
        "start": {
          "line": 206,
          "column": 62
        },
        "end": {
          "line": 206,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6523,
      "end": 6527,
      "loc": {
        "start": {
          "line": 206,
          "column": 64
        },
        "end": {
          "line": 206,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6528,
      "end": 6529,
      "loc": {
        "start": {
          "line": 206,
          "column": 69
        },
        "end": {
          "line": 206,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6530,
      "end": 6532,
      "loc": {
        "start": {
          "line": 206,
          "column": 71
        },
        "end": {
          "line": 206,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6533,
      "end": 6534,
      "loc": {
        "start": {
          "line": 206,
          "column": 74
        },
        "end": {
          "line": 206,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6551,
      "end": 6553,
      "loc": {
        "start": {
          "line": 207,
          "column": 16
        },
        "end": {
          "line": 207,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6554,
      "end": 6555,
      "loc": {
        "start": {
          "line": 207,
          "column": 19
        },
        "end": {
          "line": 207,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6556,
      "end": 6560,
      "loc": {
        "start": {
          "line": 207,
          "column": 21
        },
        "end": {
          "line": 207,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6560,
      "end": 6561,
      "loc": {
        "start": {
          "line": 207,
          "column": 25
        },
        "end": {
          "line": 207,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 6561,
      "end": 6575,
      "loc": {
        "start": {
          "line": 207,
          "column": 26
        },
        "end": {
          "line": 207,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6575,
      "end": 6576,
      "loc": {
        "start": {
          "line": 207,
          "column": 40
        },
        "end": {
          "line": 207,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6577,
      "end": 6581,
      "loc": {
        "start": {
          "line": 207,
          "column": 42
        },
        "end": {
          "line": 207,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6582,
      "end": 6583,
      "loc": {
        "start": {
          "line": 207,
          "column": 47
        },
        "end": {
          "line": 207,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6584,
      "end": 6585,
      "loc": {
        "start": {
          "line": 207,
          "column": 49
        },
        "end": {
          "line": 207,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6586,
      "end": 6587,
      "loc": {
        "start": {
          "line": 207,
          "column": 51
        },
        "end": {
          "line": 207,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6606,
      "end": 6610,
      "loc": {
        "start": {
          "line": 208,
          "column": 18
        },
        "end": {
          "line": 208,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6610,
      "end": 6611,
      "loc": {
        "start": {
          "line": 208,
          "column": 22
        },
        "end": {
          "line": 208,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponent",
      "start": 6611,
      "end": 6628,
      "loc": {
        "start": {
          "line": 208,
          "column": 23
        },
        "end": {
          "line": 208,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6628,
      "end": 6629,
      "loc": {
        "start": {
          "line": 208,
          "column": 40
        },
        "end": {
          "line": 208,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6630,
      "end": 6631,
      "loc": {
        "start": {
          "line": 208,
          "column": 42
        },
        "end": {
          "line": 208,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6631,
      "end": 6632,
      "loc": {
        "start": {
          "line": 208,
          "column": 43
        },
        "end": {
          "line": 208,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6633,
      "end": 6637,
      "loc": {
        "start": {
          "line": 208,
          "column": 45
        },
        "end": {
          "line": 208,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6637,
      "end": 6638,
      "loc": {
        "start": {
          "line": 208,
          "column": 49
        },
        "end": {
          "line": 208,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 6638,
      "end": 6652,
      "loc": {
        "start": {
          "line": 208,
          "column": 50
        },
        "end": {
          "line": 208,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6652,
      "end": 6653,
      "loc": {
        "start": {
          "line": 208,
          "column": 64
        },
        "end": {
          "line": 208,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attr",
      "start": 6654,
      "end": 6658,
      "loc": {
        "start": {
          "line": 208,
          "column": 66
        },
        "end": {
          "line": 208,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6659,
      "end": 6660,
      "loc": {
        "start": {
          "line": 208,
          "column": 71
        },
        "end": {
          "line": 208,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6661,
      "end": 6662,
      "loc": {
        "start": {
          "line": 208,
          "column": 73
        },
        "end": {
          "line": 208,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6679,
      "end": 6680,
      "loc": {
        "start": {
          "line": 209,
          "column": 16
        },
        "end": {
          "line": 209,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6695,
      "end": 6696,
      "loc": {
        "start": {
          "line": 210,
          "column": 14
        },
        "end": {
          "line": 210,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6697,
      "end": 6698,
      "loc": {
        "start": {
          "line": 210,
          "column": 16
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6713,
      "end": 6717,
      "loc": {
        "start": {
          "line": 211,
          "column": 14
        },
        "end": {
          "line": 211,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6717,
      "end": 6718,
      "loc": {
        "start": {
          "line": 211,
          "column": 18
        },
        "end": {
          "line": 211,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__loopOnElements",
      "start": 6718,
      "end": 6734,
      "loc": {
        "start": {
          "line": 211,
          "column": 19
        },
        "end": {
          "line": 211,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6734,
      "end": 6735,
      "loc": {
        "start": {
          "line": 211,
          "column": 35
        },
        "end": {
          "line": 211,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 6736,
      "end": 6740,
      "loc": {
        "start": {
          "line": 211,
          "column": 37
        },
        "end": {
          "line": 211,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6740,
      "end": 6741,
      "loc": {
        "start": {
          "line": 211,
          "column": 41
        },
        "end": {
          "line": 211,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrLink",
      "start": 6742,
      "end": 6751,
      "loc": {
        "start": {
          "line": 211,
          "column": 43
        },
        "end": {
          "line": 211,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6751,
      "end": 6752,
      "loc": {
        "start": {
          "line": 211,
          "column": 52
        },
        "end": {
          "line": 211,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6753,
      "end": 6754,
      "loc": {
        "start": {
          "line": 211,
          "column": 54
        },
        "end": {
          "line": 211,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6755,
      "end": 6756,
      "loc": {
        "start": {
          "line": 211,
          "column": 56
        },
        "end": {
          "line": 211,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6757,
      "end": 6758,
      "loc": {
        "start": {
          "line": 211,
          "column": 58
        },
        "end": {
          "line": 211,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6759,
      "end": 6761,
      "loc": {
        "start": {
          "line": 211,
          "column": 60
        },
        "end": {
          "line": 211,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6762,
      "end": 6763,
      "loc": {
        "start": {
          "line": 211,
          "column": 63
        },
        "end": {
          "line": 211,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 6780,
      "end": 6784,
      "loc": {
        "start": {
          "line": 212,
          "column": 16
        },
        "end": {
          "line": 212,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6784,
      "end": 6785,
      "loc": {
        "start": {
          "line": 212,
          "column": 20
        },
        "end": {
          "line": 212,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__createComponentLink",
      "start": 6785,
      "end": 6806,
      "loc": {
        "start": {
          "line": 212,
          "column": 21
        },
        "end": {
          "line": 212,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6806,
      "end": 6807,
      "loc": {
        "start": {
          "line": 212,
          "column": 42
        },
        "end": {
          "line": 212,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 6808,
      "end": 6809,
      "loc": {
        "start": {
          "line": 212,
          "column": 44
        },
        "end": {
          "line": 212,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6810,
      "end": 6811,
      "loc": {
        "start": {
          "line": 212,
          "column": 46
        },
        "end": {
          "line": 212,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6826,
      "end": 6827,
      "loc": {
        "start": {
          "line": 213,
          "column": 14
        },
        "end": {
          "line": 213,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6828,
      "end": 6829,
      "loc": {
        "start": {
          "line": 213,
          "column": 16
        },
        "end": {
          "line": 213,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6842,
      "end": 6843,
      "loc": {
        "start": {
          "line": 214,
          "column": 12
        },
        "end": {
          "line": 214,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6844,
      "end": 6845,
      "loc": {
        "start": {
          "line": 214,
          "column": 14
        },
        "end": {
          "line": 214,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6856,
      "end": 6857,
      "loc": {
        "start": {
          "line": 215,
          "column": 10
        },
        "end": {
          "line": 215,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6868,
      "end": 6870,
      "loc": {
        "start": {
          "line": 216,
          "column": 10
        },
        "end": {
          "line": 216,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6871,
      "end": 6872,
      "loc": {
        "start": {
          "line": 216,
          "column": 13
        },
        "end": {
          "line": 216,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6873,
      "end": 6881,
      "loc": {
        "start": {
          "line": 216,
          "column": 15
        },
        "end": {
          "line": 216,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6881,
      "end": 6882,
      "loc": {
        "start": {
          "line": 216,
          "column": 23
        },
        "end": {
          "line": 216,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removedNodes",
      "start": 6882,
      "end": 6894,
      "loc": {
        "start": {
          "line": 216,
          "column": 24
        },
        "end": {
          "line": 216,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6894,
      "end": 6895,
      "loc": {
        "start": {
          "line": 216,
          "column": 36
        },
        "end": {
          "line": 216,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 6895,
      "end": 6901,
      "loc": {
        "start": {
          "line": 216,
          "column": 37
        },
        "end": {
          "line": 216,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 6902,
      "end": 6903,
      "loc": {
        "start": {
          "line": 216,
          "column": 44
        },
        "end": {
          "line": 216,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 6904,
      "end": 6905,
      "loc": {
        "start": {
          "line": 216,
          "column": 46
        },
        "end": {
          "line": 216,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6906,
      "end": 6907,
      "loc": {
        "start": {
          "line": 216,
          "column": 48
        },
        "end": {
          "line": 216,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6908,
      "end": 6909,
      "loc": {
        "start": {
          "line": 216,
          "column": 50
        },
        "end": {
          "line": 216,
          "column": 51
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Nodes that were removed",
      "start": 6922,
      "end": 6948,
      "loc": {
        "start": {
          "line": 217,
          "column": 12
        },
        "end": {
          "line": 217,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "loop",
      "start": 6961,
      "end": 6965,
      "loc": {
        "start": {
          "line": 218,
          "column": 12
        },
        "end": {
          "line": 218,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6965,
      "end": 6966,
      "loc": {
        "start": {
          "line": 218,
          "column": 16
        },
        "end": {
          "line": 218,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "mutation",
      "start": 6967,
      "end": 6975,
      "loc": {
        "start": {
          "line": 218,
          "column": 18
        },
        "end": {
          "line": 218,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6975,
      "end": 6976,
      "loc": {
        "start": {
          "line": 218,
          "column": 26
        },
        "end": {
          "line": 218,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "removedNodes",
      "start": 6976,
      "end": 6988,
      "loc": {
        "start": {
          "line": 218,
          "column": 27
        },
        "end": {
          "line": 218,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6988,
      "end": 6989,
      "loc": {
        "start": {
          "line": 218,
          "column": 39
        },
        "end": {
          "line": 218,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6990,
      "end": 6991,
      "loc": {
        "start": {
          "line": 218,
          "column": 41
        },
        "end": {
          "line": 218,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 6992,
      "end": 6996,
      "loc": {
        "start": {
          "line": 218,
          "column": 43
        },
        "end": {
          "line": 218,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6997,
      "end": 6998,
      "loc": {
        "start": {
          "line": 218,
          "column": 48
        },
        "end": {
          "line": 218,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6999,
      "end": 7001,
      "loc": {
        "start": {
          "line": 218,
          "column": 50
        },
        "end": {
          "line": 218,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7002,
      "end": 7003,
      "loc": {
        "start": {
          "line": 218,
          "column": 53
        },
        "end": {
          "line": 218,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7018,
      "end": 7022,
      "loc": {
        "start": {
          "line": 219,
          "column": 14
        },
        "end": {
          "line": 219,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7022,
      "end": 7023,
      "loc": {
        "start": {
          "line": 219,
          "column": 18
        },
        "end": {
          "line": 219,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__loopOnElements",
      "start": 7023,
      "end": 7039,
      "loc": {
        "start": {
          "line": 219,
          "column": 19
        },
        "end": {
          "line": 219,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7039,
      "end": 7040,
      "loc": {
        "start": {
          "line": 219,
          "column": 35
        },
        "end": {
          "line": 219,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 7041,
      "end": 7045,
      "loc": {
        "start": {
          "line": 219,
          "column": 37
        },
        "end": {
          "line": 219,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7045,
      "end": 7046,
      "loc": {
        "start": {
          "line": 219,
          "column": 41
        },
        "end": {
          "line": 219,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrComponent",
      "start": 7047,
      "end": 7061,
      "loc": {
        "start": {
          "line": 219,
          "column": 43
        },
        "end": {
          "line": 219,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7061,
      "end": 7062,
      "loc": {
        "start": {
          "line": 219,
          "column": 57
        },
        "end": {
          "line": 219,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7063,
      "end": 7064,
      "loc": {
        "start": {
          "line": 219,
          "column": 59
        },
        "end": {
          "line": 219,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7065,
      "end": 7066,
      "loc": {
        "start": {
          "line": 219,
          "column": 61
        },
        "end": {
          "line": 219,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7067,
      "end": 7068,
      "loc": {
        "start": {
          "line": 219,
          "column": 63
        },
        "end": {
          "line": 219,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7069,
      "end": 7071,
      "loc": {
        "start": {
          "line": 219,
          "column": 65
        },
        "end": {
          "line": 219,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7072,
      "end": 7073,
      "loc": {
        "start": {
          "line": 219,
          "column": 68
        },
        "end": {
          "line": 219,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7090,
      "end": 7094,
      "loc": {
        "start": {
          "line": 220,
          "column": 16
        },
        "end": {
          "line": 220,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7094,
      "end": 7095,
      "loc": {
        "start": {
          "line": 220,
          "column": 20
        },
        "end": {
          "line": 220,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__removeComponent",
      "start": 7095,
      "end": 7112,
      "loc": {
        "start": {
          "line": 220,
          "column": 21
        },
        "end": {
          "line": 220,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7112,
      "end": 7113,
      "loc": {
        "start": {
          "line": 220,
          "column": 38
        },
        "end": {
          "line": 220,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7114,
      "end": 7115,
      "loc": {
        "start": {
          "line": 220,
          "column": 40
        },
        "end": {
          "line": 220,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7116,
      "end": 7117,
      "loc": {
        "start": {
          "line": 220,
          "column": 42
        },
        "end": {
          "line": 220,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7132,
      "end": 7133,
      "loc": {
        "start": {
          "line": 221,
          "column": 14
        },
        "end": {
          "line": 221,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7134,
      "end": 7135,
      "loc": {
        "start": {
          "line": 221,
          "column": 16
        },
        "end": {
          "line": 221,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7150,
      "end": 7154,
      "loc": {
        "start": {
          "line": 222,
          "column": 14
        },
        "end": {
          "line": 222,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7154,
      "end": 7155,
      "loc": {
        "start": {
          "line": 222,
          "column": 18
        },
        "end": {
          "line": 222,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__loopOnElements",
      "start": 7155,
      "end": 7171,
      "loc": {
        "start": {
          "line": 222,
          "column": 19
        },
        "end": {
          "line": 222,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7171,
      "end": 7172,
      "loc": {
        "start": {
          "line": 222,
          "column": 35
        },
        "end": {
          "line": 222,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "node",
      "start": 7173,
      "end": 7177,
      "loc": {
        "start": {
          "line": 222,
          "column": 37
        },
        "end": {
          "line": 222,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7177,
      "end": 7178,
      "loc": {
        "start": {
          "line": 222,
          "column": 41
        },
        "end": {
          "line": 222,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_attrLink",
      "start": 7179,
      "end": 7188,
      "loc": {
        "start": {
          "line": 222,
          "column": 43
        },
        "end": {
          "line": 222,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7188,
      "end": 7189,
      "loc": {
        "start": {
          "line": 222,
          "column": 52
        },
        "end": {
          "line": 222,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7190,
      "end": 7191,
      "loc": {
        "start": {
          "line": 222,
          "column": 54
        },
        "end": {
          "line": 222,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7192,
      "end": 7193,
      "loc": {
        "start": {
          "line": 222,
          "column": 56
        },
        "end": {
          "line": 222,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7194,
      "end": 7195,
      "loc": {
        "start": {
          "line": 222,
          "column": 58
        },
        "end": {
          "line": 222,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7196,
      "end": 7198,
      "loc": {
        "start": {
          "line": 222,
          "column": 60
        },
        "end": {
          "line": 222,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7199,
      "end": 7200,
      "loc": {
        "start": {
          "line": 222,
          "column": 63
        },
        "end": {
          "line": 222,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7217,
      "end": 7221,
      "loc": {
        "start": {
          "line": 223,
          "column": 16
        },
        "end": {
          "line": 223,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7221,
      "end": 7222,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__removeComponentLink",
      "start": 7222,
      "end": 7243,
      "loc": {
        "start": {
          "line": 223,
          "column": 21
        },
        "end": {
          "line": 223,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7243,
      "end": 7244,
      "loc": {
        "start": {
          "line": 223,
          "column": 42
        },
        "end": {
          "line": 223,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "e",
      "start": 7245,
      "end": 7246,
      "loc": {
        "start": {
          "line": 223,
          "column": 44
        },
        "end": {
          "line": 223,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7247,
      "end": 7248,
      "loc": {
        "start": {
          "line": 223,
          "column": 46
        },
        "end": {
          "line": 223,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7263,
      "end": 7264,
      "loc": {
        "start": {
          "line": 224,
          "column": 14
        },
        "end": {
          "line": 224,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7265,
      "end": 7266,
      "loc": {
        "start": {
          "line": 224,
          "column": 16
        },
        "end": {
          "line": 224,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7279,
      "end": 7280,
      "loc": {
        "start": {
          "line": 225,
          "column": 12
        },
        "end": {
          "line": 225,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7281,
      "end": 7282,
      "loc": {
        "start": {
          "line": 225,
          "column": 14
        },
        "end": {
          "line": 225,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7293,
      "end": 7294,
      "loc": {
        "start": {
          "line": 226,
          "column": 10
        },
        "end": {
          "line": 226,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7303,
      "end": 7304,
      "loc": {
        "start": {
          "line": 227,
          "column": 8
        },
        "end": {
          "line": 227,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7311,
      "end": 7312,
      "loc": {
        "start": {
          "line": 228,
          "column": 6
        },
        "end": {
          "line": 228,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7313,
      "end": 7314,
      "loc": {
        "start": {
          "line": 228,
          "column": 8
        },
        "end": {
          "line": 228,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7319,
      "end": 7320,
      "loc": {
        "start": {
          "line": 229,
          "column": 4
        },
        "end": {
          "line": 229,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7321,
      "end": 7322,
      "loc": {
        "start": {
          "line": 229,
          "column": 6
        },
        "end": {
          "line": 229,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7327,
      "end": 7331,
      "loc": {
        "start": {
          "line": 230,
          "column": 4
        },
        "end": {
          "line": 230,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7331,
      "end": 7332,
      "loc": {
        "start": {
          "line": 230,
          "column": 8
        },
        "end": {
          "line": 230,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__htmlWatcher",
      "start": 7332,
      "end": 7345,
      "loc": {
        "start": {
          "line": 230,
          "column": 9
        },
        "end": {
          "line": 230,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7345,
      "end": 7346,
      "loc": {
        "start": {
          "line": 230,
          "column": 22
        },
        "end": {
          "line": 230,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "observe",
      "start": 7346,
      "end": 7353,
      "loc": {
        "start": {
          "line": 230,
          "column": 23
        },
        "end": {
          "line": 230,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7353,
      "end": 7354,
      "loc": {
        "start": {
          "line": 230,
          "column": 30
        },
        "end": {
          "line": 230,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 7355,
      "end": 7362,
      "loc": {
        "start": {
          "line": 230,
          "column": 32
        },
        "end": {
          "line": 230,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7362,
      "end": 7363,
      "loc": {
        "start": {
          "line": 230,
          "column": 39
        },
        "end": {
          "line": 230,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7364,
      "end": 7365,
      "loc": {
        "start": {
          "line": 230,
          "column": 41
        },
        "end": {
          "line": 230,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 7366,
      "end": 7376,
      "loc": {
        "start": {
          "line": 230,
          "column": 43
        },
        "end": {
          "line": 230,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7376,
      "end": 7377,
      "loc": {
        "start": {
          "line": 230,
          "column": 53
        },
        "end": {
          "line": 230,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7378,
      "end": 7382,
      "loc": {
        "start": {
          "line": 230,
          "column": 55
        },
        "end": {
          "line": 230,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7382,
      "end": 7383,
      "loc": {
        "start": {
          "line": 230,
          "column": 59
        },
        "end": {
          "line": 230,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "childList",
      "start": 7384,
      "end": 7393,
      "loc": {
        "start": {
          "line": 230,
          "column": 61
        },
        "end": {
          "line": 230,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7393,
      "end": 7394,
      "loc": {
        "start": {
          "line": 230,
          "column": 70
        },
        "end": {
          "line": 230,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7395,
      "end": 7399,
      "loc": {
        "start": {
          "line": 230,
          "column": 72
        },
        "end": {
          "line": 230,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7399,
      "end": 7400,
      "loc": {
        "start": {
          "line": 230,
          "column": 76
        },
        "end": {
          "line": 230,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "characterData",
      "start": 7401,
      "end": 7414,
      "loc": {
        "start": {
          "line": 230,
          "column": 78
        },
        "end": {
          "line": 230,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7414,
      "end": 7415,
      "loc": {
        "start": {
          "line": 230,
          "column": 91
        },
        "end": {
          "line": 230,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7416,
      "end": 7421,
      "loc": {
        "start": {
          "line": 230,
          "column": 93
        },
        "end": {
          "line": 230,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7421,
      "end": 7422,
      "loc": {
        "start": {
          "line": 230,
          "column": 98
        },
        "end": {
          "line": 230,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subtree",
      "start": 7423,
      "end": 7430,
      "loc": {
        "start": {
          "line": 230,
          "column": 100
        },
        "end": {
          "line": 230,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7430,
      "end": 7431,
      "loc": {
        "start": {
          "line": 230,
          "column": 107
        },
        "end": {
          "line": 230,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 7432,
      "end": 7436,
      "loc": {
        "start": {
          "line": 230,
          "column": 109
        },
        "end": {
          "line": 230,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7437,
      "end": 7438,
      "loc": {
        "start": {
          "line": 230,
          "column": 114
        },
        "end": {
          "line": 230,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7439,
      "end": 7440,
      "loc": {
        "start": {
          "line": 230,
          "column": 116
        },
        "end": {
          "line": 230,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7446,
      "end": 7448,
      "loc": {
        "start": {
          "line": 232,
          "column": 4
        },
        "end": {
          "line": 232,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7449,
      "end": 7450,
      "loc": {
        "start": {
          "line": 232,
          "column": 7
        },
        "end": {
          "line": 232,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 7451,
      "end": 7452,
      "loc": {
        "start": {
          "line": 232,
          "column": 9
        },
        "end": {
          "line": 232,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7452,
      "end": 7456,
      "loc": {
        "start": {
          "line": 232,
          "column": 10
        },
        "end": {
          "line": 232,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7456,
      "end": 7457,
      "loc": {
        "start": {
          "line": 232,
          "column": 14
        },
        "end": {
          "line": 232,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 7457,
      "end": 7471,
      "loc": {
        "start": {
          "line": 232,
          "column": 15
        },
        "end": {
          "line": 232,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7471,
      "end": 7472,
      "loc": {
        "start": {
          "line": 232,
          "column": 29
        },
        "end": {
          "line": 232,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 7473,
      "end": 7482,
      "loc": {
        "start": {
          "line": 232,
          "column": 31
        },
        "end": {
          "line": 232,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7483,
      "end": 7484,
      "loc": {
        "start": {
          "line": 232,
          "column": 41
        },
        "end": {
          "line": 232,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7485,
      "end": 7486,
      "loc": {
        "start": {
          "line": 232,
          "column": 43
        },
        "end": {
          "line": 232,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7487,
      "end": 7488,
      "loc": {
        "start": {
          "line": 232,
          "column": 45
        },
        "end": {
          "line": 232,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "throw",
        "keyword": "throw",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "throw",
      "start": 7495,
      "end": 7500,
      "loc": {
        "start": {
          "line": 233,
          "column": 6
        },
        "end": {
          "line": 233,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 7501,
      "end": 7504,
      "loc": {
        "start": {
          "line": 233,
          "column": 12
        },
        "end": {
          "line": 233,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Error",
      "start": 7505,
      "end": 7510,
      "loc": {
        "start": {
          "line": 233,
          "column": 16
        },
        "end": {
          "line": 233,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7510,
      "end": 7511,
      "loc": {
        "start": {
          "line": 233,
          "column": 21
        },
        "end": {
          "line": 233,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Initial component cannot be found in dependency list",
      "start": 7512,
      "end": 7566,
      "loc": {
        "start": {
          "line": 233,
          "column": 23
        },
        "end": {
          "line": 233,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7567,
      "end": 7568,
      "loc": {
        "start": {
          "line": 233,
          "column": 78
        },
        "end": {
          "line": 233,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7573,
      "end": 7574,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * Holds the main Component which is used for the Module.\n     ",
      "start": 7579,
      "end": 7652,
      "loc": {
        "start": {
          "line": 235,
          "column": 4
        },
        "end": {
          "line": 237,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7657,
      "end": 7661,
      "loc": {
        "start": {
          "line": 238,
          "column": 4
        },
        "end": {
          "line": 238,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7661,
      "end": 7662,
      "loc": {
        "start": {
          "line": 238,
          "column": 8
        },
        "end": {
          "line": 238,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__component",
      "start": 7662,
      "end": 7673,
      "loc": {
        "start": {
          "line": 238,
          "column": 9
        },
        "end": {
          "line": 238,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7674,
      "end": 7675,
      "loc": {
        "start": {
          "line": 238,
          "column": 21
        },
        "end": {
          "line": 238,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 7676,
      "end": 7679,
      "loc": {
        "start": {
          "line": 238,
          "column": 23
        },
        "end": {
          "line": 238,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7680,
      "end": 7684,
      "loc": {
        "start": {
          "line": 238,
          "column": 27
        },
        "end": {
          "line": 238,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7684,
      "end": 7685,
      "loc": {
        "start": {
          "line": 238,
          "column": 31
        },
        "end": {
          "line": 238,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__dependencies",
      "start": 7685,
      "end": 7699,
      "loc": {
        "start": {
          "line": 238,
          "column": 32
        },
        "end": {
          "line": 238,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7699,
      "end": 7700,
      "loc": {
        "start": {
          "line": 238,
          "column": 46
        },
        "end": {
          "line": 238,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 7701,
      "end": 7710,
      "loc": {
        "start": {
          "line": 238,
          "column": 48
        },
        "end": {
          "line": 238,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7711,
      "end": 7712,
      "loc": {
        "start": {
          "line": 238,
          "column": 58
        },
        "end": {
          "line": 238,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7712,
      "end": 7713,
      "loc": {
        "start": {
          "line": 238,
          "column": 59
        },
        "end": {
          "line": 238,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 7714,
      "end": 7721,
      "loc": {
        "start": {
          "line": 238,
          "column": 61
        },
        "end": {
          "line": 238,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7721,
      "end": 7722,
      "loc": {
        "start": {
          "line": 238,
          "column": 68
        },
        "end": {
          "line": 238,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7723,
      "end": 7727,
      "loc": {
        "start": {
          "line": 238,
          "column": 70
        },
        "end": {
          "line": 238,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7727,
      "end": 7728,
      "loc": {
        "start": {
          "line": 238,
          "column": 74
        },
        "end": {
          "line": 238,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7729,
      "end": 7733,
      "loc": {
        "start": {
          "line": 238,
          "column": 76
        },
        "end": {
          "line": 238,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7733,
      "end": 7734,
      "loc": {
        "start": {
          "line": 238,
          "column": 80
        },
        "end": {
          "line": 238,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "store",
      "start": 7734,
      "end": 7739,
      "loc": {
        "start": {
          "line": 238,
          "column": 81
        },
        "end": {
          "line": 238,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7740,
      "end": 7741,
      "loc": {
        "start": {
          "line": 238,
          "column": 87
        },
        "end": {
          "line": 238,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 7746,
      "end": 7753,
      "loc": {
        "start": {
          "line": 239,
          "column": 4
        },
        "end": {
          "line": 239,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7753,
      "end": 7754,
      "loc": {
        "start": {
          "line": 239,
          "column": 11
        },
        "end": {
          "line": 239,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 7754,
      "end": 7768,
      "loc": {
        "start": {
          "line": 239,
          "column": 12
        },
        "end": {
          "line": 239,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7769,
      "end": 7770,
      "loc": {
        "start": {
          "line": 239,
          "column": 27
        },
        "end": {
          "line": 239,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7771,
      "end": 7775,
      "loc": {
        "start": {
          "line": 239,
          "column": 29
        },
        "end": {
          "line": 239,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7775,
      "end": 7776,
      "loc": {
        "start": {
          "line": 239,
          "column": 33
        },
        "end": {
          "line": 239,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__component",
      "start": 7776,
      "end": 7787,
      "loc": {
        "start": {
          "line": 239,
          "column": 34
        },
        "end": {
          "line": 239,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "element",
      "start": 7792,
      "end": 7799,
      "loc": {
        "start": {
          "line": 240,
          "column": 4
        },
        "end": {
          "line": 240,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7799,
      "end": 7800,
      "loc": {
        "start": {
          "line": 240,
          "column": 11
        },
        "end": {
          "line": 240,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "moduxComponent",
      "start": 7800,
      "end": 7814,
      "loc": {
        "start": {
          "line": 240,
          "column": 12
        },
        "end": {
          "line": 240,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7814,
      "end": 7815,
      "loc": {
        "start": {
          "line": 240,
          "column": 26
        },
        "end": {
          "line": 240,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "execute",
      "start": 7815,
      "end": 7822,
      "loc": {
        "start": {
          "line": 240,
          "column": 27
        },
        "end": {
          "line": 240,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7822,
      "end": 7823,
      "loc": {
        "start": {
          "line": 240,
          "column": 34
        },
        "end": {
          "line": 240,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7823,
      "end": 7824,
      "loc": {
        "start": {
          "line": 240,
          "column": 35
        },
        "end": {
          "line": 240,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7827,
      "end": 7828,
      "loc": {
        "start": {
          "line": 241,
          "column": 2
        },
        "end": {
          "line": 241,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Destroy the current module. This will also destroy all the components created and disconnect the MutationObserver\n   ",
      "start": 7832,
      "end": 7960,
      "loc": {
        "start": {
          "line": 243,
          "column": 2
        },
        "end": {
          "line": 245,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "destroy",
      "start": 7963,
      "end": 7970,
      "loc": {
        "start": {
          "line": 246,
          "column": 2
        },
        "end": {
          "line": 246,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7971,
      "end": 7972,
      "loc": {
        "start": {
          "line": 246,
          "column": 10
        },
        "end": {
          "line": 246,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7972,
      "end": 7973,
      "loc": {
        "start": {
          "line": 246,
          "column": 11
        },
        "end": {
          "line": 246,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7974,
      "end": 7975,
      "loc": {
        "start": {
          "line": 246,
          "column": 13
        },
        "end": {
          "line": 246,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7980,
      "end": 7984,
      "loc": {
        "start": {
          "line": 247,
          "column": 4
        },
        "end": {
          "line": 247,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7984,
      "end": 7985,
      "loc": {
        "start": {
          "line": 247,
          "column": 8
        },
        "end": {
          "line": 247,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__component",
      "start": 7985,
      "end": 7996,
      "loc": {
        "start": {
          "line": 247,
          "column": 9
        },
        "end": {
          "line": 247,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7996,
      "end": 7997,
      "loc": {
        "start": {
          "line": 247,
          "column": 20
        },
        "end": {
          "line": 247,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__destroy",
      "start": 7997,
      "end": 8006,
      "loc": {
        "start": {
          "line": 247,
          "column": 21
        },
        "end": {
          "line": 247,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8006,
      "end": 8007,
      "loc": {
        "start": {
          "line": 247,
          "column": 30
        },
        "end": {
          "line": 247,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8007,
      "end": 8008,
      "loc": {
        "start": {
          "line": 247,
          "column": 31
        },
        "end": {
          "line": 247,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8013,
      "end": 8017,
      "loc": {
        "start": {
          "line": 248,
          "column": 4
        },
        "end": {
          "line": 248,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8017,
      "end": 8018,
      "loc": {
        "start": {
          "line": 248,
          "column": 8
        },
        "end": {
          "line": 248,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "__htmlWatcher",
      "start": 8018,
      "end": 8031,
      "loc": {
        "start": {
          "line": 248,
          "column": 9
        },
        "end": {
          "line": 248,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8031,
      "end": 8032,
      "loc": {
        "start": {
          "line": 248,
          "column": 22
        },
        "end": {
          "line": 248,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "disconnect",
      "start": 8032,
      "end": 8042,
      "loc": {
        "start": {
          "line": 248,
          "column": 23
        },
        "end": {
          "line": 248,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8042,
      "end": 8043,
      "loc": {
        "start": {
          "line": 248,
          "column": 33
        },
        "end": {
          "line": 248,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8043,
      "end": 8044,
      "loc": {
        "start": {
          "line": 248,
          "column": 34
        },
        "end": {
          "line": 248,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8047,
      "end": 8048,
      "loc": {
        "start": {
          "line": 249,
          "column": 2
        },
        "end": {
          "line": 249,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8049,
      "end": 8050,
      "loc": {
        "start": {
          "line": 250,
          "column": 0
        },
        "end": {
          "line": 250,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8051,
      "end": 8051,
      "loc": {
        "start": {
          "line": 251,
          "column": 0
        },
        "end": {
          "line": 251,
          "column": 0
        }
      }
    }
  ]
}