MitocGroup/run-jst

View on GitHub
docs/api/ast/source/component/dependency-based-component.js.json

Summary

Maintainability
Test Coverage
{
  "type": "File",
  "start": 0,
  "end": 1690,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 71,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 1690,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 71,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 15,
        "end": 41,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 3,
            "column": 26
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 22,
            "end": 27,
            "loc": {
              "start": {
                "line": 3,
                "column": 7
              },
              "end": {
                "line": 3,
                "column": 12
              }
            },
            "local": {
              "type": "Identifier",
              "start": 22,
              "end": 27,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 7
                },
                "end": {
                  "line": 3,
                  "column": 12
                },
                "identifierName": "chalk"
              },
              "name": "chalk"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 33,
          "end": 40,
          "loc": {
            "start": {
              "line": 3,
              "column": 18
            },
            "end": {
              "line": 3,
              "column": 25
            }
          },
          "extra": {
            "rawValue": "chalk",
            "raw": "'chalk'"
          },
          "value": "chalk"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 42,
        "end": 102,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 60
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 49,
            "end": 69,
            "loc": {
              "start": {
                "line": 4,
                "column": 7
              },
              "end": {
                "line": 4,
                "column": 27
              }
            },
            "local": {
              "type": "Identifier",
              "start": 49,
              "end": 69,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 7
                },
                "end": {
                  "line": 4,
                  "column": 27
                },
                "identifierName": "ConfigBasedComponent"
              },
              "name": "ConfigBasedComponent"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 75,
          "end": 101,
          "loc": {
            "start": {
              "line": 4,
              "column": 33
            },
            "end": {
              "line": 4,
              "column": 59
            }
          },
          "extra": {
            "rawValue": "./config-based-component",
            "raw": "'./config-based-component'"
          },
          "value": "./config-based-component"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Abstract dependency aware component\n ",
            "start": 104,
            "end": 150,
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 8,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "Identifier",
        "start": 151,
        "end": 1647,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 68,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 157,
          "end": 181,
          "loc": {
            "start": {
              "line": 9,
              "column": 6
            },
            "end": {
              "line": 9,
              "column": 30
            },
            "identifierName": "DependencyBasedComponent"
          },
          "name": "DependencyBasedComponent",
          "leadingComments": null
        },
        "superClass": {
          "type": "Identifier",
          "start": 190,
          "end": 210,
          "loc": {
            "start": {
              "line": 9,
              "column": 39
            },
            "end": {
              "line": 9,
              "column": 59
            },
            "identifierName": "ConfigBasedComponent"
          },
          "name": "ConfigBasedComponent"
        },
        "body": {
          "type": "ClassBody",
          "start": 211,
          "end": 1647,
          "loc": {
            "start": {
              "line": 9,
              "column": 60
            },
            "end": {
              "line": 68,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ClassMethod",
              "start": 248,
              "end": 294,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 2
                },
                "end": {
                  "line": 15,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 248,
                "end": 259,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 2
                  },
                  "end": {
                    "line": 13,
                    "column": 13
                  },
                  "identifierName": "constructor"
                },
                "name": "constructor",
                "leadingComments": null
              },
              "static": false,
              "kind": "constructor",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "RestElement",
                  "start": 260,
                  "end": 267,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 14
                    },
                    "end": {
                      "line": 13,
                      "column": 21
                    }
                  },
                  "argument": {
                    "type": "Identifier",
                    "start": 263,
                    "end": 267,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 17
                      },
                      "end": {
                        "line": 13,
                        "column": 21
                      },
                      "identifierName": "args"
                    },
                    "name": "args"
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 269,
                "end": 294,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 23
                  },
                  "end": {
                    "line": 15,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 275,
                    "end": 290,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4
                      },
                      "end": {
                        "line": 14,
                        "column": 19
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 275,
                      "end": 289,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 18
                        }
                      },
                      "callee": {
                        "type": "Super",
                        "start": 275,
                        "end": 280,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 14,
                            "column": 9
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "SpreadElement",
                          "start": 281,
                          "end": 288,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 10
                            },
                            "end": {
                              "line": 14,
                              "column": 17
                            }
                          },
                          "argument": {
                            "type": "Identifier",
                            "start": 284,
                            "end": 288,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 17
                              },
                              "identifierName": "args"
                            },
                            "name": "args"
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @param {*} args\n   ",
                  "start": 215,
                  "end": 245,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 2
                    },
                    "end": {
                      "line": 12,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @returns {string[]}\n   ",
                  "start": 300,
                  "end": 334,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 2
                    },
                    "end": {
                      "line": 19,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 337,
              "end": 376,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 2
                },
                "end": {
                  "line": 22,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 341,
                "end": 353,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 6
                  },
                  "end": {
                    "line": 20,
                    "column": 18
                  },
                  "identifierName": "dependencies"
                },
                "name": "dependencies"
              },
              "static": false,
              "kind": "get",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 356,
                "end": 376,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 21
                  },
                  "end": {
                    "line": 22,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 362,
                    "end": 372,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 4
                      },
                      "end": {
                        "line": 21,
                        "column": 14
                      }
                    },
                    "argument": {
                      "type": "ArrayExpression",
                      "start": 369,
                      "end": 371,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 11
                        },
                        "end": {
                          "line": 21,
                          "column": 13
                        }
                      },
                      "elements": []
                    }
                  }
                ],
                "directives": [],
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @returns {string[]}\n   ",
                  "start": 300,
                  "end": 334,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 2
                    },
                    "end": {
                      "line": 19,
                      "column": 5
                    }
                  }
                }
              ],
              "trailingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @param {Emitter} emitter\n   * @returns {Promise}\n   ",
                  "start": 382,
                  "end": 445,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  }
                }
              ]
            },
            {
              "type": "ClassMethod",
              "start": 448,
              "end": 1645,
              "loc": {
                "start": {
                  "line": 28,
                  "column": 2
                },
                "end": {
                  "line": 67,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 448,
                "end": 458,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 2
                  },
                  "end": {
                    "line": 28,
                    "column": 12
                  },
                  "identifierName": "waitConfig"
                },
                "name": "waitConfig",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 459,
                  "end": 466,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 13
                    },
                    "end": {
                      "line": 28,
                      "column": 20
                    },
                    "identifierName": "emitter"
                  },
                  "name": "emitter"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 468,
                "end": 1645,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 22
                  },
                  "end": {
                    "line": 67,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 474,
                    "end": 1641,
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 4
                      },
                      "end": {
                        "line": 66,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 481,
                      "end": 1640,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 11
                        },
                        "end": {
                          "line": 66,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 481,
                        "end": 511,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 11
                          },
                          "end": {
                            "line": 29,
                            "column": 41
                          }
                        },
                        "object": {
                          "type": "CallExpression",
                          "start": 481,
                          "end": 506,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 11
                            },
                            "end": {
                              "line": 29,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 481,
                            "end": 497,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 11
                              },
                              "end": {
                                "line": 29,
                                "column": 27
                              }
                            },
                            "object": {
                              "type": "Super",
                              "start": 481,
                              "end": 486,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 11
                                },
                                "end": {
                                  "line": 29,
                                  "column": 16
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 487,
                              "end": 497,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 17
                                },
                                "end": {
                                  "line": 29,
                                  "column": 27
                                },
                                "identifierName": "waitConfig"
                              },
                              "name": "waitConfig"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 498,
                              "end": 505,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 28
                                },
                                "end": {
                                  "line": 29,
                                  "column": 35
                                },
                                "identifierName": "emitter"
                              },
                              "name": "emitter"
                            }
                          ]
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 507,
                          "end": 511,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 37
                            },
                            "end": {
                              "line": 29,
                              "column": 41
                            },
                            "identifierName": "then"
                          },
                          "name": "then"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 512,
                          "end": 1639,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 42
                            },
                            "end": {
                              "line": 66,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 512,
                              "end": 521,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 42
                                },
                                "end": {
                                  "line": 29,
                                  "column": 51
                                },
                                "identifierName": "container"
                              },
                              "name": "container"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 525,
                            "end": 1639,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 55
                              },
                              "end": {
                                "line": 66,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "IfStatement",
                                "start": 533,
                                "end": 1596,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 63,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 537,
                                  "end": 546,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 19
                                    },
                                    "identifierName": "container"
                                  },
                                  "name": "container"
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 548,
                                  "end": 1596,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 558,
                                      "end": 649,
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 562,
                                        "end": 591,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 41
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 562,
                                          "end": 586,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 562,
                                            "end": 579,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 562,
                                              "end": 566,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 567,
                                              "end": 579,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 29
                                                },
                                                "identifierName": "dependencies"
                                              },
                                              "name": "dependencies"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 580,
                                            "end": 586,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 36
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          },
                                          "computed": false
                                        },
                                        "operator": "<=",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 590,
                                          "end": 591,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 41
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 593,
                                        "end": 649,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 605,
                                            "end": 639,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 44
                                              }
                                            },
                                            "argument": {
                                              "type": "CallExpression",
                                              "start": 612,
                                              "end": 638,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 43
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 612,
                                                "end": 627,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 612,
                                                  "end": 619,
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 24
                                                    },
                                                    "identifierName": "Promise"
                                                  },
                                                  "name": "Promise"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 620,
                                                  "end": 627,
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 32
                                                    },
                                                    "identifierName": "resolve"
                                                  },
                                                  "name": "resolve"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 628,
                                                  "end": 637,
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 42
                                                    },
                                                    "identifierName": "container"
                                                  },
                                                  "name": "container"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 659,
                                      "end": 958,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 11
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 665,
                                          "end": 957,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 14
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 10
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 665,
                                            "end": 679,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 28
                                              },
                                              "identifierName": "waitComponents"
                                            },
                                            "name": "waitComponents"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 682,
                                            "end": 957,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 31
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 10
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 682,
                                              "end": 703,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 52
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 682,
                                                "end": 699,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 48
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 682,
                                                  "end": 686,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 35
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 687,
                                                  "end": 699,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 48
                                                    },
                                                    "identifierName": "dependencies"
                                                  },
                                                  "name": "dependencies"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 700,
                                                "end": 703,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 52
                                                  },
                                                  "identifierName": "map"
                                                },
                                                "name": "map"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ArrowFunctionExpression",
                                                "start": 704,
                                                "end": 956,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 43,
                                                    "column": 9
                                                  }
                                                },
                                                "id": null,
                                                "generator": false,
                                                "expression": false,
                                                "async": false,
                                                "params": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 704,
                                                    "end": 708,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 57
                                                      },
                                                      "identifierName": "name"
                                                    },
                                                    "name": "name"
                                                  }
                                                ],
                                                "body": {
                                                  "type": "BlockStatement",
                                                  "start": 712,
                                                  "end": 956,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 9
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "VariableDeclaration",
                                                      "start": 724,
                                                      "end": 766,
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 52
                                                        }
                                                      },
                                                      "declarations": [
                                                        {
                                                          "type": "VariableDeclarator",
                                                          "start": 730,
                                                          "end": 765,
                                                          "loc": {
                                                            "start": {
                                                              "line": 36,
                                                              "column": 16
                                                            },
                                                            "end": {
                                                              "line": 36,
                                                              "column": 51
                                                            }
                                                          },
                                                          "id": {
                                                            "type": "Identifier",
                                                            "start": 730,
                                                            "end": 739,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 25
                                                              },
                                                              "identifierName": "component"
                                                            },
                                                            "name": "component"
                                                          },
                                                          "init": {
                                                            "type": "CallExpression",
                                                            "start": 742,
                                                            "end": 765,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 51
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 742,
                                                              "end": 759,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 742,
                                                                "end": 749,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 36,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 36,
                                                                    "column": 35
                                                                  },
                                                                  "identifierName": "emitter"
                                                                },
                                                                "name": "emitter"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 750,
                                                                "end": 759,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 36,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 36,
                                                                    "column": 45
                                                                  },
                                                                  "identifierName": "component"
                                                                },
                                                                "name": "component"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 760,
                                                                "end": 764,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 36,
                                                                    "column": 46
                                                                  },
                                                                  "end": {
                                                                    "line": 36,
                                                                    "column": 50
                                                                  },
                                                                  "identifierName": "name"
                                                                },
                                                                "name": "name"
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "kind": "const"
                                                    },
                                                    {
                                                      "type": "IfStatement",
                                                      "start": 778,
                                                      "end": 870,
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 11
                                                        }
                                                      },
                                                      "test": {
                                                        "type": "UnaryExpression",
                                                        "start": 782,
                                                        "end": 792,
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 38,
                                                            "column": 24
                                                          }
                                                        },
                                                        "operator": "!",
                                                        "prefix": true,
                                                        "argument": {
                                                          "type": "Identifier",
                                                          "start": 783,
                                                          "end": 792,
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 15
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 24
                                                            },
                                                            "identifierName": "component"
                                                          },
                                                          "name": "component"
                                                        },
                                                        "extra": {
                                                          "parenthesizedArgument": false
                                                        }
                                                      },
                                                      "consequent": {
                                                        "type": "BlockStatement",
                                                        "start": 794,
                                                        "end": 870,
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 11
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "ReturnStatement",
                                                            "start": 808,
                                                            "end": 858,
                                                            "loc": {
                                                              "start": {
                                                                "line": 39,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 39,
                                                                "column": 62
                                                              }
                                                            },
                                                            "argument": {
                                                              "type": "CallExpression",
                                                              "start": 815,
                                                              "end": 857,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 19
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 61
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 815,
                                                                "end": 830,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 39,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 39,
                                                                    "column": 34
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 815,
                                                                  "end": 822,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 39,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 39,
                                                                      "column": 26
                                                                    },
                                                                    "identifierName": "Promise"
                                                                  },
                                                                  "name": "Promise"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 823,
                                                                  "end": 830,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 39,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 39,
                                                                      "column": 34
                                                                    },
                                                                    "identifierName": "resolve"
                                                                  },
                                                                  "name": "resolve"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ObjectExpression",
                                                                  "start": 831,
                                                                  "end": 856,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 39,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 39,
                                                                      "column": 60
                                                                    }
                                                                  },
                                                                  "properties": [
                                                                    {
                                                                      "type": "ObjectProperty",
                                                                      "start": 833,
                                                                      "end": 837,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 39,
                                                                          "column": 37
                                                                        },
                                                                        "end": {
                                                                          "line": 39,
                                                                          "column": 41
                                                                        }
                                                                      },
                                                                      "method": false,
                                                                      "shorthand": true,
                                                                      "computed": false,
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "start": 833,
                                                                        "end": 837,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 39,
                                                                            "column": 37
                                                                          },
                                                                          "end": {
                                                                            "line": 39,
                                                                            "column": 41
                                                                          },
                                                                          "identifierName": "name"
                                                                        },
                                                                        "name": "name"
                                                                      },
                                                                      "value": {
                                                                        "type": "Identifier",
                                                                        "start": 833,
                                                                        "end": 837,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 39,
                                                                            "column": 37
                                                                          },
                                                                          "end": {
                                                                            "line": 39,
                                                                            "column": 41
                                                                          },
                                                                          "identifierName": "name"
                                                                        },
                                                                        "name": "name"
                                                                      },
                                                                      "extra": {
                                                                        "shorthand": true
                                                                      }
                                                                    },
                                                                    {
                                                                      "type": "ObjectProperty",
                                                                      "start": 839,
                                                                      "end": 854,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 39,
                                                                          "column": 43
                                                                        },
                                                                        "end": {
                                                                          "line": 39,
                                                                          "column": 58
                                                                        }
                                                                      },
                                                                      "method": false,
                                                                      "shorthand": false,
                                                                      "computed": false,
                                                                      "key": {
                                                                        "type": "Identifier",
                                                                        "start": 839,
                                                                        "end": 847,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 39,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 39,
                                                                            "column": 51
                                                                          },
                                                                          "identifierName": "isActive"
                                                                        },
                                                                        "name": "isActive"
                                                                      },
                                                                      "value": {
                                                                        "type": "BooleanLiteral",
                                                                        "start": 849,
                                                                        "end": 854,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 39,
                                                                            "column": 53
                                                                          },
                                                                          "end": {
                                                                            "line": 39,
                                                                            "column": 58
                                                                          }
                                                                        },
                                                                        "value": false
                                                                      }
                                                                    }
                                                                  ]
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "directives": []
                                                      },
                                                      "alternate": null
                                                    },
                                                    {
                                                      "type": "ReturnStatement",
                                                      "start": 882,
                                                      "end": 946,
                                                      "loc": {
                                                        "start": {
                                                          "line": 42,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 42,
                                                          "column": 74
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 889,
                                                        "end": 945,
                                                        "loc": {
                                                          "start": {
                                                            "line": 42,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 42,
                                                            "column": 73
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 889,
                                                          "end": 911,
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 39
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "CallExpression",
                                                            "start": 889,
                                                            "end": 906,
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 34
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 889,
                                                              "end": 904,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 17
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 889,
                                                                "end": 898,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "component"
                                                                },
                                                                "name": "component"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 899,
                                                                "end": 904,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 32
                                                                  },
                                                                  "identifierName": "ready"
                                                                },
                                                                "name": "ready"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 907,
                                                            "end": 911,
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 35
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 39
                                                              },
                                                              "identifierName": "then"
                                                            },
                                                            "name": "then"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ArrowFunctionExpression",
                                                            "start": 912,
                                                            "end": 944,
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 40
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 72
                                                              }
                                                            },
                                                            "id": null,
                                                            "generator": false,
                                                            "expression": true,
                                                            "async": false,
                                                            "params": [],
                                                            "body": {
                                                              "type": "CallExpression",
                                                              "start": 918,
                                                              "end": 944,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 46
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 72
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 918,
                                                                "end": 933,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 46
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 918,
                                                                  "end": 925,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 46
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 53
                                                                    },
                                                                    "identifierName": "Promise"
                                                                  },
                                                                  "name": "Promise"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 926,
                                                                  "end": 933,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 61
                                                                    },
                                                                    "identifierName": "resolve"
                                                                  },
                                                                  "name": "resolve"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 934,
                                                                  "end": 943,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 62
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 71
                                                                    },
                                                                    "identifierName": "component"
                                                                  },
                                                                  "name": "component"
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "directives": []
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "const"
                                    },
                                    {
                                      "type": "ReturnStatement",
                                      "start": 968,
                                      "end": 1588,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 11
                                        }
                                      },
                                      "argument": {
                                        "type": "CallExpression",
                                        "start": 975,
                                        "end": 1587,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 10
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 975,
                                          "end": 1007,
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 975,
                                            "end": 1002,
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 42
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 975,
                                              "end": 986,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 26
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 975,
                                                "end": 982,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 22
                                                  },
                                                  "identifierName": "Promise"
                                                },
                                                "name": "Promise"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 983,
                                                "end": 986,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 26
                                                  },
                                                  "identifierName": "all"
                                                },
                                                "name": "all"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 987,
                                                "end": 1001,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 41
                                                  },
                                                  "identifierName": "waitComponents"
                                                },
                                                "name": "waitComponents"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1003,
                                            "end": 1007,
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 47
                                              },
                                              "identifierName": "then"
                                            },
                                            "name": "then"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "ArrowFunctionExpression",
                                            "start": 1008,
                                            "end": 1586,
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 9
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 1008,
                                                "end": 1018,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 58
                                                  },
                                                  "identifierName": "components"
                                                },
                                                "name": "components"
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 1022,
                                              "end": 1586,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 9
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 1034,
                                                  "end": 1060,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 36
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 1038,
                                                      "end": 1059,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 35
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 1038,
                                                        "end": 1054,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 30
                                                          },
                                                          "identifierName": "failedComponents"
                                                        },
                                                        "name": "failedComponents"
                                                      },
                                                      "init": {
                                                        "type": "ArrayExpression",
                                                        "start": 1057,
                                                        "end": 1059,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 35
                                                          }
                                                        },
                                                        "elements": []
                                                      }
                                                    }
                                                  ],
                                                  "kind": "let"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 1072,
                                                  "end": 1221,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 13
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 1072,
                                                    "end": 1220,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 12
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1072,
                                                      "end": 1086,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 24
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1072,
                                                        "end": 1082,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 20
                                                          },
                                                          "identifierName": "components"
                                                        },
                                                        "name": "components"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1083,
                                                        "end": 1086,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 21
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 24
                                                          },
                                                          "identifierName": "map"
                                                        },
                                                        "name": "map"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 1087,
                                                        "end": 1219,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 11
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": false,
                                                        "async": false,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 1087,
                                                            "end": 1096,
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 25
                                                              },
                                                              "end": {
                                                                "line": 48,
                                                                "column": 34
                                                              },
                                                              "identifierName": "component"
                                                            },
                                                            "name": "component"
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "start": 1100,
                                                          "end": 1219,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 52,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "IfStatement",
                                                              "start": 1114,
                                                              "end": 1207,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 49,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 51,
                                                                  "column": 13
                                                                }
                                                              },
                                                              "test": {
                                                                "type": "UnaryExpression",
                                                                "start": 1118,
                                                                "end": 1137,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 49,
                                                                    "column": 16
                                                                  },
                                                                  "end": {
                                                                    "line": 49,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "operator": "!",
                                                                "prefix": true,
                                                                "argument": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1119,
                                                                  "end": 1137,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 49,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 49,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 1119,
                                                                    "end": 1128,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 49,
                                                                        "column": 17
                                                                      },
                                                                      "end": {
                                                                        "line": 49,
                                                                        "column": 26
                                                                      },
                                                                      "identifierName": "component"
                                                                    },
                                                                    "name": "component"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1129,
                                                                    "end": 1137,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 49,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 49,
                                                                        "column": 35
                                                                      },
                                                                      "identifierName": "isActive"
                                                                    },
                                                                    "name": "isActive"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "extra": {
                                                                  "parenthesizedArgument": false
                                                                }
                                                              },
                                                              "consequent": {
                                                                "type": "BlockStatement",
                                                                "start": 1139,
                                                                "end": 1207,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 49,
                                                                    "column": 37
                                                                  },
                                                                  "end": {
                                                                    "line": 51,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "body": [
                                                                  {
                                                                    "type": "ExpressionStatement",
                                                                    "start": 1155,
                                                                    "end": 1193,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 50,
                                                                        "column": 14
                                                                      },
                                                                      "end": {
                                                                        "line": 50,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "expression": {
                                                                      "type": "CallExpression",
                                                                      "start": 1155,
                                                                      "end": 1192,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 50,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 50,
                                                                          "column": 51
                                                                        }
                                                                      },
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "start": 1155,
                                                                        "end": 1176,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 50,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 50,
                                                                            "column": 35
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 1155,
                                                                          "end": 1171,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 50,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 50,
                                                                              "column": 30
                                                                            },
                                                                            "identifierName": "failedComponents"
                                                                          },
                                                                          "name": "failedComponents"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 1172,
                                                                          "end": 1176,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 50,
                                                                              "column": 31
                                                                            },
                                                                            "end": {
                                                                              "line": 50,
                                                                              "column": 35
                                                                            },
                                                                            "identifierName": "push"
                                                                          },
                                                                          "name": "push"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "arguments": [
                                                                        {
                                                                          "type": "MemberExpression",
                                                                          "start": 1177,
                                                                          "end": 1191,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 50,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 50,
                                                                              "column": 50
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 1177,
                                                                            "end": 1186,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 50,
                                                                                "column": 36
                                                                              },
                                                                              "end": {
                                                                                "line": 50,
                                                                                "column": 45
                                                                              },
                                                                              "identifierName": "component"
                                                                            },
                                                                            "name": "component"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 1187,
                                                                            "end": 1191,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 50,
                                                                                "column": 46
                                                                              },
                                                                              "end": {
                                                                                "line": 50,
                                                                                "column": 50
                                                                              },
                                                                              "identifierName": "name"
                                                                            },
                                                                            "name": "name"
                                                                          },
                                                                          "computed": false
                                                                        }
                                                                      ]
                                                                    }
                                                                  }
                                                                ],
                                                                "directives": []
                                                              },
                                                              "alternate": null
                                                            }
                                                          ],
                                                          "directives": []
                                                        }
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "IfStatement",
                                                  "start": 1233,
                                                  "end": 1492,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 11
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "BinaryExpression",
                                                    "start": 1237,
                                                    "end": 1264,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 14
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 41
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 1237,
                                                      "end": 1260,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 37
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1237,
                                                        "end": 1253,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 30
                                                          },
                                                          "identifierName": "failedComponents"
                                                        },
                                                        "name": "failedComponents"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1254,
                                                        "end": 1260,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 37
                                                          },
                                                          "identifierName": "length"
                                                        },
                                                        "name": "length"
                                                      },
                                                      "computed": false
                                                    },
                                                    "operator": ">",
                                                    "right": {
                                                      "type": "NumericLiteral",
                                                      "start": 1263,
                                                      "end": 1264,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 41
                                                        }
                                                      },
                                                      "extra": {
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      },
                                                      "value": 0
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 1266,
                                                    "end": 1492,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 43
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 11
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "VariableDeclaration",
                                                        "start": 1280,
                                                        "end": 1350,
                                                        "loc": {
                                                          "start": {
                                                            "line": 55,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 82
                                                          }
                                                        },
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "start": 1286,
                                                            "end": 1349,
                                                            "loc": {
                                                              "start": {
                                                                "line": 55,
                                                                "column": 18
                                                              },
                                                              "end": {
                                                                "line": 55,
                                                                "column": 81
                                                              }
                                                            },
                                                            "id": {
                                                              "type": "Identifier",
                                                              "start": 1286,
                                                              "end": 1296,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 55,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 55,
                                                                  "column": 28
                                                                },
                                                                "identifierName": "failedInfo"
                                                              },
                                                              "name": "failedInfo"
                                                            },
                                                            "init": {
                                                              "type": "CallExpression",
                                                              "start": 1299,
                                                              "end": 1349,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 55,
                                                                  "column": 31
                                                                },
                                                                "end": {
                                                                  "line": 55,
                                                                  "column": 81
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1299,
                                                                "end": 1343,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 55,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 55,
                                                                    "column": 75
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "CallExpression",
                                                                  "start": 1299,
                                                                  "end": 1338,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 55,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 55,
                                                                      "column": 70
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1299,
                                                                    "end": 1319,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 55,
                                                                        "column": 31
                                                                      },
                                                                      "end": {
                                                                        "line": 55,
                                                                        "column": 51
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1299,
                                                                      "end": 1315,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 55,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 55,
                                                                          "column": 47
                                                                        },
                                                                        "identifierName": "failedComponents"
                                                                      },
                                                                      "name": "failedComponents"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1316,
                                                                      "end": 1319,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 55,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 55,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "map"
                                                                      },
                                                                      "name": "map"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ArrowFunctionExpression",
                                                                      "start": 1320,
                                                                      "end": 1337,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 55,
                                                                          "column": 52
                                                                        },
                                                                        "end": {
                                                                          "line": 55,
                                                                          "column": 69
                                                                        }
                                                                      },
                                                                      "id": null,
                                                                      "generator": false,
                                                                      "expression": true,
                                                                      "async": false,
                                                                      "params": [
                                                                        {
                                                                          "type": "Identifier",
                                                                          "start": 1320,
                                                                          "end": 1321,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 55,
                                                                              "column": 52
                                                                            },
                                                                            "end": {
                                                                              "line": 55,
                                                                              "column": 53
                                                                            },
                                                                            "identifierName": "c"
                                                                          },
                                                                          "name": "c"
                                                                        }
                                                                      ],
                                                                      "body": {
                                                                        "type": "CallExpression",
                                                                        "start": 1325,
                                                                        "end": 1337,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 55,
                                                                            "column": 57
                                                                          },
                                                                          "end": {
                                                                            "line": 55,
                                                                            "column": 69
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 1325,
                                                                          "end": 1334,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 55,
                                                                              "column": 57
                                                                            },
                                                                            "end": {
                                                                              "line": 55,
                                                                              "column": 66
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 1325,
                                                                            "end": 1330,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 55,
                                                                                "column": 57
                                                                              },
                                                                              "end": {
                                                                                "line": 55,
                                                                                "column": 62
                                                                              },
                                                                              "identifierName": "chalk"
                                                                            },
                                                                            "name": "chalk"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 1331,
                                                                            "end": 1334,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 55,
                                                                                "column": 63
                                                                              },
                                                                              "end": {
                                                                                "line": 55,
                                                                                "column": 66
                                                                              },
                                                                              "identifierName": "red"
                                                                            },
                                                                            "name": "red"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 1335,
                                                                            "end": 1336,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 55,
                                                                                "column": 67
                                                                              },
                                                                              "end": {
                                                                                "line": 55,
                                                                                "column": 68
                                                                              },
                                                                              "identifierName": "c"
                                                                            },
                                                                            "name": "c"
                                                                          }
                                                                        ]
                                                                      }
                                                                    }
                                                                  ]
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1339,
                                                                  "end": 1343,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 55,
                                                                      "column": 71
                                                                    },
                                                                    "end": {
                                                                      "line": 55,
                                                                      "column": 75
                                                                    },
                                                                    "identifierName": "join"
                                                                  },
                                                                  "name": "join"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "StringLiteral",
                                                                  "start": 1344,
                                                                  "end": 1348,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 55,
                                                                      "column": 76
                                                                    },
                                                                    "end": {
                                                                      "line": 55,
                                                                      "column": 80
                                                                    }
                                                                  },
                                                                  "extra": {
                                                                    "rawValue": ", ",
                                                                    "raw": "', '"
                                                                  },
                                                                  "value": ", "
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "kind": "const"
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 1364,
                                                        "end": 1386,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 34
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 1364,
                                                          "end": 1385,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 33
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1364,
                                                            "end": 1378,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 26
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 1364,
                                                              "end": 1368,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 16
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1369,
                                                              "end": 1378,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 17
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 26
                                                                },
                                                                "identifierName": "setActive"
                                                              },
                                                              "name": "setActive"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "BooleanLiteral",
                                                              "start": 1379,
                                                              "end": 1384,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 27
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 32
                                                                }
                                                              },
                                                              "value": false
                                                            }
                                                          ]
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 1399,
                                                        "end": 1480,
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 93
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 1399,
                                                          "end": 1479,
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 92
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 1399,
                                                            "end": 1415,
                                                            "loc": {
                                                              "start": {
                                                                "line": 58,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 28
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 1399,
                                                              "end": 1410,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 23
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 1399,
                                                                "end": 1403,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 58,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 58,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1404,
                                                                "end": 1410,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 58,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 58,
                                                                    "column": 23
                                                                  },
                                                                  "identifierName": "logger"
                                                                },
                                                                "name": "logger"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1411,
                                                              "end": 1415,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 28
                                                                },
                                                                "identifierName": "info"
                                                              },
                                                              "name": "info"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "TemplateLiteral",
                                                              "start": 1416,
                                                              "end": 1478,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 91
                                                                }
                                                              },
                                                              "expressions": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 1420,
                                                                  "end": 1442,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 55
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1420,
                                                                    "end": 1437,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 50
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1420,
                                                                      "end": 1431,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 58,
                                                                          "column": 33
                                                                        },
                                                                        "end": {
                                                                          "line": 58,
                                                                          "column": 44
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "ThisExpression",
                                                                        "start": 1420,
                                                                        "end": 1424,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 58,
                                                                            "column": 33
                                                                          },
                                                                          "end": {
                                                                            "line": 58,
                                                                            "column": 37
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 1425,
                                                                        "end": 1431,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 58,
                                                                            "column": 38
                                                                          },
                                                                          "end": {
                                                                            "line": 58,
                                                                            "column": 44
                                                                          },
                                                                          "identifierName": "logger"
                                                                        },
                                                                        "name": "logger"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1432,
                                                                      "end": 1437,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 58,
                                                                          "column": 45
                                                                        },
                                                                        "end": {
                                                                          "line": 58,
                                                                          "column": 50
                                                                        },
                                                                        "identifierName": "emoji"
                                                                      },
                                                                      "name": "emoji"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1438,
                                                                    "end": 1442,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 51
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 55
                                                                      },
                                                                      "identifierName": "fire"
                                                                    },
                                                                    "name": "fire"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 1448,
                                                                  "end": 1457,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 70
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 1448,
                                                                    "end": 1452,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 61
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 65
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1453,
                                                                    "end": 1457,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 66
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 70
                                                                      },
                                                                      "identifierName": "name"
                                                                    },
                                                                    "name": "name"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 1465,
                                                                  "end": 1475,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 78
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 88
                                                                    },
                                                                    "identifierName": "failedInfo"
                                                                  },
                                                                  "name": "failedInfo"
                                                                }
                                                              ],
                                                              "quasis": [
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 1417,
                                                                  "end": 1417,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 30
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": "",
                                                                    "cooked": ""
                                                                  },
                                                                  "tail": false
                                                                },
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 1444,
                                                                  "end": 1445,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 57
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 58
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": " ",
                                                                    "cooked": " "
                                                                  },
                                                                  "tail": false
                                                                },
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 1459,
                                                                  "end": 1462,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 72
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 75
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": " ~ ",
                                                                    "cooked": " ~ "
                                                                  },
                                                                  "tail": false
                                                                },
                                                                {
                                                                  "type": "TemplateElement",
                                                                  "start": 1477,
                                                                  "end": 1477,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 90
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 90
                                                                    }
                                                                  },
                                                                  "value": {
                                                                    "raw": "",
                                                                    "cooked": ""
                                                                  },
                                                                  "tail": true
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  },
                                                  "alternate": null
                                                },
                                                {
                                                  "type": "ReturnStatement",
                                                  "start": 1504,
                                                  "end": 1576,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 82
                                                    }
                                                  },
                                                  "argument": {
                                                    "type": "CallExpression",
                                                    "start": 1511,
                                                    "end": 1575,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 81
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1511,
                                                      "end": 1526,
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 32
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1511,
                                                        "end": 1518,
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 61,
                                                            "column": 24
                                                          },
                                                          "identifierName": "Promise"
                                                        },
                                                        "name": "Promise"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1519,
                                                        "end": 1526,
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 25
                                                          },
                                                          "end": {
                                                            "line": 61,
                                                            "column": 32
                                                          },
                                                          "identifierName": "resolve"
                                                        },
                                                        "name": "resolve"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ConditionalExpression",
                                                        "start": 1527,
                                                        "end": 1574,
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 61,
                                                            "column": 80
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "BinaryExpression",
                                                          "start": 1527,
                                                          "end": 1555,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 61
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 1527,
                                                            "end": 1550,
                                                            "loc": {
                                                              "start": {
                                                                "line": 61,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 61,
                                                                "column": 56
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 1527,
                                                              "end": 1543,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 61,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 61,
                                                                  "column": 49
                                                                },
                                                                "identifierName": "failedComponents"
                                                              },
                                                              "name": "failedComponents"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 1544,
                                                              "end": 1550,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 61,
                                                                  "column": 50
                                                                },
                                                                "end": {
                                                                  "line": 61,
                                                                  "column": 56
                                                                },
                                                                "identifierName": "length"
                                                              },
                                                              "name": "length"
                                                            },
                                                            "computed": false
                                                          },
                                                          "operator": "<=",
                                                          "right": {
                                                            "type": "NumericLiteral",
                                                            "start": 1554,
                                                            "end": 1555,
                                                            "loc": {
                                                              "start": {
                                                                "line": 61,
                                                                "column": 60
                                                              },
                                                              "end": {
                                                                "line": 61,
                                                                "column": 61
                                                              }
                                                            },
                                                            "extra": {
                                                              "rawValue": 0,
                                                              "raw": "0"
                                                            },
                                                            "value": 0
                                                          }
                                                        },
                                                        "consequent": {
                                                          "type": "Identifier",
                                                          "start": 1558,
                                                          "end": 1567,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 64
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 73
                                                            },
                                                            "identifierName": "container"
                                                          },
                                                          "name": "container"
                                                        },
                                                        "alternate": {
                                                          "type": "NullLiteral",
                                                          "start": 1570,
                                                          "end": 1574,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 76
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 80
                                                            }
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "directives": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "ReturnStatement",
                                "start": 1604,
                                "end": 1633,
                                "loc": {
                                  "start": {
                                    "line": 65,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 65,
                                    "column": 35
                                  }
                                },
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 1611,
                                  "end": 1632,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 34
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 1611,
                                    "end": 1626,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1611,
                                      "end": 1618,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 20
                                        },
                                        "identifierName": "Promise"
                                      },
                                      "name": "Promise"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1619,
                                      "end": 1626,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 28
                                        },
                                        "identifierName": "resolve"
                                      },
                                      "name": "resolve"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "NullLiteral",
                                      "start": 1627,
                                      "end": 1631,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 33
                                        }
                                      }
                                    }
                                  ]
                                }
                              }
                            ],
                            "directives": []
                          }
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "leadingComments": [
                {
                  "type": "CommentBlock",
                  "value": "*\n   * @param {Emitter} emitter\n   * @returns {Promise}\n   ",
                  "start": 382,
                  "end": 445,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 2
                    },
                    "end": {
                      "line": 27,
                      "column": 5
                    }
                  }
                }
              ]
            }
          ]
        },
        "leadingComments": [],
        "name": "_",
        "trailingComments": []
      },
      {
        "type": "Identifier",
        "start": 1649,
        "end": 1689,
        "loc": {
          "start": {
            "line": 70,
            "column": 0
          },
          "end": {
            "line": 70,
            "column": 40
          }
        },
        "declaration": {
          "type": "Identifier",
          "start": 1664,
          "end": 1688,
          "loc": {
            "start": {
              "line": 70,
              "column": 15
            },
            "end": {
              "line": 70,
              "column": 39
            },
            "identifierName": "DependencyBasedComponent"
          },
          "name": "DependencyBasedComponent"
        },
        "name": "_",
        "leadingComments": [],
        "trailingComments": []
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 1649,
        "end": 1689,
        "loc": {
          "start": {
            "line": 70,
            "column": 0
          },
          "end": {
            "line": 70,
            "column": 40
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 151,
          "end": 1647,
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 68,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 157,
            "end": 181,
            "loc": {
              "start": {
                "line": 9,
                "column": 6
              },
              "end": {
                "line": 9,
                "column": 30
              },
              "identifierName": "DependencyBasedComponent"
            },
            "name": "DependencyBasedComponent",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 190,
            "end": 210,
            "loc": {
              "start": {
                "line": 9,
                "column": 39
              },
              "end": {
                "line": 9,
                "column": 59
              },
              "identifierName": "ConfigBasedComponent"
            },
            "name": "ConfigBasedComponent"
          },
          "body": {
            "type": "ClassBody",
            "start": 211,
            "end": 1647,
            "loc": {
              "start": {
                "line": 9,
                "column": 60
              },
              "end": {
                "line": 68,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 248,
                "end": 294,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 2
                  },
                  "end": {
                    "line": 15,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 248,
                  "end": 259,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 2
                    },
                    "end": {
                      "line": 13,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 260,
                    "end": 267,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 14
                      },
                      "end": {
                        "line": 13,
                        "column": 21
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 263,
                      "end": 267,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 17
                        },
                        "end": {
                          "line": 13,
                          "column": 21
                        },
                        "identifierName": "args"
                      },
                      "name": "args"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 269,
                  "end": 294,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 23
                    },
                    "end": {
                      "line": 15,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 275,
                      "end": 290,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 19
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 275,
                        "end": 289,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4
                          },
                          "end": {
                            "line": 14,
                            "column": 18
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 275,
                          "end": 280,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4
                            },
                            "end": {
                              "line": 14,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "SpreadElement",
                            "start": 281,
                            "end": 288,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 10
                              },
                              "end": {
                                "line": 14,
                                "column": 17
                              }
                            },
                            "argument": {
                              "type": "Identifier",
                              "start": 284,
                              "end": 288,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 13
                                },
                                "end": {
                                  "line": 14,
                                  "column": 17
                                },
                                "identifierName": "args"
                              },
                              "name": "args"
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @param {*} args\n   ",
                    "start": 215,
                    "end": 245,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 2
                      },
                      "end": {
                        "line": 12,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @returns {string[]}\n   ",
                    "start": 300,
                    "end": 334,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 337,
                "end": 376,
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 2
                  },
                  "end": {
                    "line": 22,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 341,
                  "end": 353,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 6
                    },
                    "end": {
                      "line": 20,
                      "column": 18
                    },
                    "identifierName": "dependencies"
                  },
                  "name": "dependencies"
                },
                "static": false,
                "kind": "get",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 356,
                  "end": 376,
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 21
                    },
                    "end": {
                      "line": 22,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 362,
                      "end": 372,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 4
                        },
                        "end": {
                          "line": 21,
                          "column": 14
                        }
                      },
                      "argument": {
                        "type": "ArrayExpression",
                        "start": 369,
                        "end": 371,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 11
                          },
                          "end": {
                            "line": 21,
                            "column": 13
                          }
                        },
                        "elements": []
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @returns {string[]}\n   ",
                    "start": 300,
                    "end": 334,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 2
                      },
                      "end": {
                        "line": 19,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @param {Emitter} emitter\n   * @returns {Promise}\n   ",
                    "start": 382,
                    "end": 445,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 27,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 448,
                "end": 1645,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 2
                  },
                  "end": {
                    "line": 67,
                    "column": 3
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 448,
                  "end": 458,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 2
                    },
                    "end": {
                      "line": 28,
                      "column": 12
                    },
                    "identifierName": "waitConfig"
                  },
                  "name": "waitConfig",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 459,
                    "end": 466,
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 13
                      },
                      "end": {
                        "line": 28,
                        "column": 20
                      },
                      "identifierName": "emitter"
                    },
                    "name": "emitter"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 468,
                  "end": 1645,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 22
                    },
                    "end": {
                      "line": 67,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 474,
                      "end": 1641,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 4
                        },
                        "end": {
                          "line": 66,
                          "column": 7
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 481,
                        "end": 1640,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 11
                          },
                          "end": {
                            "line": 66,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 481,
                          "end": 511,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 11
                            },
                            "end": {
                              "line": 29,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 481,
                            "end": 506,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 11
                              },
                              "end": {
                                "line": 29,
                                "column": 36
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 481,
                              "end": 497,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 11
                                },
                                "end": {
                                  "line": 29,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "Super",
                                "start": 481,
                                "end": 486,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 16
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 487,
                                "end": 497,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 27
                                  },
                                  "identifierName": "waitConfig"
                                },
                                "name": "waitConfig"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 498,
                                "end": 505,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 35
                                  },
                                  "identifierName": "emitter"
                                },
                                "name": "emitter"
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 507,
                            "end": 511,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 37
                              },
                              "end": {
                                "line": 29,
                                "column": 41
                              },
                              "identifierName": "then"
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 512,
                            "end": 1639,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 42
                              },
                              "end": {
                                "line": 66,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 512,
                                "end": 521,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 51
                                  },
                                  "identifierName": "container"
                                },
                                "name": "container"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 525,
                              "end": 1639,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 55
                                },
                                "end": {
                                  "line": 66,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 533,
                                  "end": 1596,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 63,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "Identifier",
                                    "start": 537,
                                    "end": 546,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 19
                                      },
                                      "identifierName": "container"
                                    },
                                    "name": "container"
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 548,
                                    "end": 1596,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 63,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 558,
                                        "end": 649,
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 562,
                                          "end": 591,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 41
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 562,
                                            "end": 586,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 36
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 562,
                                              "end": 579,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 29
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 562,
                                                "end": 566,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 16
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 567,
                                                "end": 579,
                                                "loc": {
                                                  "start": {
                                                    "line": 31,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 31,
                                                    "column": 29
                                                  },
                                                  "identifierName": "dependencies"
                                                },
                                                "name": "dependencies"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 580,
                                              "end": 586,
                                              "loc": {
                                                "start": {
                                                  "line": 31,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 31,
                                                  "column": 36
                                                },
                                                "identifierName": "length"
                                              },
                                              "name": "length"
                                            },
                                            "computed": false
                                          },
                                          "operator": "<=",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 590,
                                            "end": 591,
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 41
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 593,
                                          "end": 649,
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "start": 605,
                                              "end": 639,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 44
                                                }
                                              },
                                              "argument": {
                                                "type": "CallExpression",
                                                "start": 612,
                                                "end": 638,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 17
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 43
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 612,
                                                  "end": 627,
                                                  "loc": {
                                                    "start": {
                                                      "line": 32,
                                                      "column": 17
                                                    },
                                                    "end": {
                                                      "line": 32,
                                                      "column": 32
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 612,
                                                    "end": 619,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 24
                                                      },
                                                      "identifierName": "Promise"
                                                    },
                                                    "name": "Promise"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 620,
                                                    "end": 627,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 32
                                                      },
                                                      "identifierName": "resolve"
                                                    },
                                                    "name": "resolve"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 628,
                                                    "end": 637,
                                                    "loc": {
                                                      "start": {
                                                        "line": 32,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 32,
                                                        "column": 42
                                                      },
                                                      "identifierName": "container"
                                                    },
                                                    "name": "container"
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 659,
                                        "end": 958,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 11
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 665,
                                            "end": 957,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 43,
                                                "column": 10
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 665,
                                              "end": 679,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 28
                                                },
                                                "identifierName": "waitComponents"
                                              },
                                              "name": "waitComponents"
                                            },
                                            "init": {
                                              "type": "CallExpression",
                                              "start": 682,
                                              "end": 957,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 43,
                                                  "column": 10
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 682,
                                                "end": 703,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 682,
                                                  "end": 699,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 48
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 682,
                                                    "end": 686,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 35
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 687,
                                                    "end": 699,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 48
                                                      },
                                                      "identifierName": "dependencies"
                                                    },
                                                    "name": "dependencies"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 700,
                                                  "end": 703,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 49
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 52
                                                    },
                                                    "identifierName": "map"
                                                  },
                                                  "name": "map"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ArrowFunctionExpression",
                                                  "start": 704,
                                                  "end": 956,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 43,
                                                      "column": 9
                                                    }
                                                  },
                                                  "id": null,
                                                  "generator": false,
                                                  "expression": false,
                                                  "async": false,
                                                  "params": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 704,
                                                      "end": 708,
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 53
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 57
                                                        },
                                                        "identifierName": "name"
                                                      },
                                                      "name": "name"
                                                    }
                                                  ],
                                                  "body": {
                                                    "type": "BlockStatement",
                                                    "start": 712,
                                                    "end": 956,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 43,
                                                        "column": 9
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "VariableDeclaration",
                                                        "start": 724,
                                                        "end": 766,
                                                        "loc": {
                                                          "start": {
                                                            "line": 36,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 36,
                                                            "column": 52
                                                          }
                                                        },
                                                        "declarations": [
                                                          {
                                                            "type": "VariableDeclarator",
                                                            "start": 730,
                                                            "end": 765,
                                                            "loc": {
                                                              "start": {
                                                                "line": 36,
                                                                "column": 16
                                                              },
                                                              "end": {
                                                                "line": 36,
                                                                "column": 51
                                                              }
                                                            },
                                                            "id": {
                                                              "type": "Identifier",
                                                              "start": 730,
                                                              "end": 739,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 16
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 25
                                                                },
                                                                "identifierName": "component"
                                                              },
                                                              "name": "component"
                                                            },
                                                            "init": {
                                                              "type": "CallExpression",
                                                              "start": 742,
                                                              "end": 765,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 36,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 36,
                                                                  "column": 51
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 742,
                                                                "end": 759,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 36,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 36,
                                                                    "column": 45
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 742,
                                                                  "end": 749,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 36,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 36,
                                                                      "column": 35
                                                                    },
                                                                    "identifierName": "emitter"
                                                                  },
                                                                  "name": "emitter"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 750,
                                                                  "end": 759,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 36,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 36,
                                                                      "column": 45
                                                                    },
                                                                    "identifierName": "component"
                                                                  },
                                                                  "name": "component"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 760,
                                                                  "end": 764,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 36,
                                                                      "column": 46
                                                                    },
                                                                    "end": {
                                                                      "line": 36,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "name"
                                                                  },
                                                                  "name": "name"
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ],
                                                        "kind": "const"
                                                      },
                                                      {
                                                        "type": "IfStatement",
                                                        "start": 778,
                                                        "end": 870,
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 40,
                                                            "column": 11
                                                          }
                                                        },
                                                        "test": {
                                                          "type": "UnaryExpression",
                                                          "start": 782,
                                                          "end": 792,
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 38,
                                                              "column": 24
                                                            }
                                                          },
                                                          "operator": "!",
                                                          "prefix": true,
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 783,
                                                            "end": 792,
                                                            "loc": {
                                                              "start": {
                                                                "line": 38,
                                                                "column": 15
                                                              },
                                                              "end": {
                                                                "line": 38,
                                                                "column": 24
                                                              },
                                                              "identifierName": "component"
                                                            },
                                                            "name": "component"
                                                          },
                                                          "extra": {
                                                            "parenthesizedArgument": false
                                                          }
                                                        },
                                                        "consequent": {
                                                          "type": "BlockStatement",
                                                          "start": 794,
                                                          "end": 870,
                                                          "loc": {
                                                            "start": {
                                                              "line": 38,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 40,
                                                              "column": 11
                                                            }
                                                          },
                                                          "body": [
                                                            {
                                                              "type": "ReturnStatement",
                                                              "start": 808,
                                                              "end": 858,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 39,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 39,
                                                                  "column": 62
                                                                }
                                                              },
                                                              "argument": {
                                                                "type": "CallExpression",
                                                                "start": 815,
                                                                "end": 857,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 39,
                                                                    "column": 19
                                                                  },
                                                                  "end": {
                                                                    "line": 39,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 815,
                                                                  "end": 830,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 39,
                                                                      "column": 19
                                                                    },
                                                                    "end": {
                                                                      "line": 39,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 815,
                                                                    "end": 822,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 39,
                                                                        "column": 19
                                                                      },
                                                                      "end": {
                                                                        "line": 39,
                                                                        "column": 26
                                                                      },
                                                                      "identifierName": "Promise"
                                                                    },
                                                                    "name": "Promise"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 823,
                                                                    "end": 830,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 39,
                                                                        "column": 27
                                                                      },
                                                                      "end": {
                                                                        "line": 39,
                                                                        "column": 34
                                                                      },
                                                                      "identifierName": "resolve"
                                                                    },
                                                                    "name": "resolve"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "ObjectExpression",
                                                                    "start": 831,
                                                                    "end": 856,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 39,
                                                                        "column": 35
                                                                      },
                                                                      "end": {
                                                                        "line": 39,
                                                                        "column": 60
                                                                      }
                                                                    },
                                                                    "properties": [
                                                                      {
                                                                        "type": "ObjectProperty",
                                                                        "start": 833,
                                                                        "end": 837,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 39,
                                                                            "column": 37
                                                                          },
                                                                          "end": {
                                                                            "line": 39,
                                                                            "column": 41
                                                                          }
                                                                        },
                                                                        "method": false,
                                                                        "shorthand": true,
                                                                        "computed": false,
                                                                        "key": {
                                                                          "type": "Identifier",
                                                                          "start": 833,
                                                                          "end": 837,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 39,
                                                                              "column": 37
                                                                            },
                                                                            "end": {
                                                                              "line": 39,
                                                                              "column": 41
                                                                            },
                                                                            "identifierName": "name"
                                                                          },
                                                                          "name": "name"
                                                                        },
                                                                        "value": {
                                                                          "type": "Identifier",
                                                                          "start": 833,
                                                                          "end": 837,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 39,
                                                                              "column": 37
                                                                            },
                                                                            "end": {
                                                                              "line": 39,
                                                                              "column": 41
                                                                            },
                                                                            "identifierName": "name"
                                                                          },
                                                                          "name": "name"
                                                                        },
                                                                        "extra": {
                                                                          "shorthand": true
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "ObjectProperty",
                                                                        "start": 839,
                                                                        "end": 854,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 39,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 39,
                                                                            "column": 58
                                                                          }
                                                                        },
                                                                        "method": false,
                                                                        "shorthand": false,
                                                                        "computed": false,
                                                                        "key": {
                                                                          "type": "Identifier",
                                                                          "start": 839,
                                                                          "end": 847,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 39,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 39,
                                                                              "column": 51
                                                                            },
                                                                            "identifierName": "isActive"
                                                                          },
                                                                          "name": "isActive"
                                                                        },
                                                                        "value": {
                                                                          "type": "BooleanLiteral",
                                                                          "start": 849,
                                                                          "end": 854,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 39,
                                                                              "column": 53
                                                                            },
                                                                            "end": {
                                                                              "line": 39,
                                                                              "column": 58
                                                                            }
                                                                          },
                                                                          "value": false
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "directives": []
                                                        },
                                                        "alternate": null
                                                      },
                                                      {
                                                        "type": "ReturnStatement",
                                                        "start": 882,
                                                        "end": 946,
                                                        "loc": {
                                                          "start": {
                                                            "line": 42,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 42,
                                                            "column": 74
                                                          }
                                                        },
                                                        "argument": {
                                                          "type": "CallExpression",
                                                          "start": 889,
                                                          "end": 945,
                                                          "loc": {
                                                            "start": {
                                                              "line": 42,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 42,
                                                              "column": 73
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 889,
                                                            "end": 911,
                                                            "loc": {
                                                              "start": {
                                                                "line": 42,
                                                                "column": 17
                                                              },
                                                              "end": {
                                                                "line": 42,
                                                                "column": 39
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "CallExpression",
                                                              "start": 889,
                                                              "end": 906,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 17
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 889,
                                                                "end": 904,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 889,
                                                                  "end": 898,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 26
                                                                    },
                                                                    "identifierName": "component"
                                                                  },
                                                                  "name": "component"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 899,
                                                                  "end": 904,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 27
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 32
                                                                    },
                                                                    "identifierName": "ready"
                                                                  },
                                                                  "name": "ready"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": []
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 907,
                                                              "end": 911,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 35
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 39
                                                                },
                                                                "identifierName": "then"
                                                              },
                                                              "name": "then"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "ArrowFunctionExpression",
                                                              "start": 912,
                                                              "end": 944,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 42,
                                                                  "column": 40
                                                                },
                                                                "end": {
                                                                  "line": 42,
                                                                  "column": 72
                                                                }
                                                              },
                                                              "id": null,
                                                              "generator": false,
                                                              "expression": true,
                                                              "async": false,
                                                              "params": [],
                                                              "body": {
                                                                "type": "CallExpression",
                                                                "start": 918,
                                                                "end": 944,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 42,
                                                                    "column": 46
                                                                  },
                                                                  "end": {
                                                                    "line": 42,
                                                                    "column": 72
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 918,
                                                                  "end": 933,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 42,
                                                                      "column": 46
                                                                    },
                                                                    "end": {
                                                                      "line": 42,
                                                                      "column": 61
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 918,
                                                                    "end": 925,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 42,
                                                                        "column": 46
                                                                      },
                                                                      "end": {
                                                                        "line": 42,
                                                                        "column": 53
                                                                      },
                                                                      "identifierName": "Promise"
                                                                    },
                                                                    "name": "Promise"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 926,
                                                                    "end": 933,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 42,
                                                                        "column": 54
                                                                      },
                                                                      "end": {
                                                                        "line": 42,
                                                                        "column": 61
                                                                      },
                                                                      "identifierName": "resolve"
                                                                    },
                                                                    "name": "resolve"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 934,
                                                                    "end": 943,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 42,
                                                                        "column": 62
                                                                      },
                                                                      "end": {
                                                                        "line": 42,
                                                                        "column": 71
                                                                      },
                                                                      "identifierName": "component"
                                                                    },
                                                                    "name": "component"
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ]
                                                        }
                                                      }
                                                    ],
                                                    "directives": []
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "const"
                                      },
                                      {
                                        "type": "ReturnStatement",
                                        "start": 968,
                                        "end": 1588,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 11
                                          }
                                        },
                                        "argument": {
                                          "type": "CallExpression",
                                          "start": 975,
                                          "end": 1587,
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 10
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 975,
                                            "end": 1007,
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 47
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 975,
                                              "end": 1002,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 42
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 975,
                                                "end": 986,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 15
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 26
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 975,
                                                  "end": 982,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 22
                                                    },
                                                    "identifierName": "Promise"
                                                  },
                                                  "name": "Promise"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 983,
                                                  "end": 986,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 26
                                                    },
                                                    "identifierName": "all"
                                                  },
                                                  "name": "all"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 987,
                                                  "end": 1001,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 41
                                                    },
                                                    "identifierName": "waitComponents"
                                                  },
                                                  "name": "waitComponents"
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1003,
                                              "end": 1007,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 47
                                                },
                                                "identifierName": "then"
                                              },
                                              "name": "then"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ArrowFunctionExpression",
                                              "start": 1008,
                                              "end": 1586,
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 9
                                                }
                                              },
                                              "id": null,
                                              "generator": false,
                                              "expression": false,
                                              "async": false,
                                              "params": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 1008,
                                                  "end": 1018,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 48
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 58
                                                    },
                                                    "identifierName": "components"
                                                  },
                                                  "name": "components"
                                                }
                                              ],
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 1022,
                                                "end": 1586,
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 9
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "VariableDeclaration",
                                                    "start": 1034,
                                                    "end": 1060,
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 36
                                                      }
                                                    },
                                                    "declarations": [
                                                      {
                                                        "type": "VariableDeclarator",
                                                        "start": 1038,
                                                        "end": 1059,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 35
                                                          }
                                                        },
                                                        "id": {
                                                          "type": "Identifier",
                                                          "start": 1038,
                                                          "end": 1054,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 30
                                                            },
                                                            "identifierName": "failedComponents"
                                                          },
                                                          "name": "failedComponents"
                                                        },
                                                        "init": {
                                                          "type": "ArrayExpression",
                                                          "start": 1057,
                                                          "end": 1059,
                                                          "loc": {
                                                            "start": {
                                                              "line": 46,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 46,
                                                              "column": 35
                                                            }
                                                          },
                                                          "elements": []
                                                        }
                                                      }
                                                    ],
                                                    "kind": "let"
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 1072,
                                                    "end": 1221,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 13
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 1072,
                                                      "end": 1220,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 10
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 12
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1072,
                                                        "end": 1086,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 10
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 24
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1072,
                                                          "end": 1082,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 10
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 20
                                                            },
                                                            "identifierName": "components"
                                                          },
                                                          "name": "components"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1083,
                                                          "end": 1086,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 21
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 24
                                                            },
                                                            "identifierName": "map"
                                                          },
                                                          "name": "map"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "ArrowFunctionExpression",
                                                          "start": 1087,
                                                          "end": 1219,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 52,
                                                              "column": 11
                                                            }
                                                          },
                                                          "id": null,
                                                          "generator": false,
                                                          "expression": false,
                                                          "async": false,
                                                          "params": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 1087,
                                                              "end": 1096,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 48,
                                                                  "column": 25
                                                                },
                                                                "end": {
                                                                  "line": 48,
                                                                  "column": 34
                                                                },
                                                                "identifierName": "component"
                                                              },
                                                              "name": "component"
                                                            }
                                                          ],
                                                          "body": {
                                                            "type": "BlockStatement",
                                                            "start": 1100,
                                                            "end": 1219,
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 52,
                                                                "column": 11
                                                              }
                                                            },
                                                            "body": [
                                                              {
                                                                "type": "IfStatement",
                                                                "start": 1114,
                                                                "end": 1207,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 49,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 51,
                                                                    "column": 13
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "UnaryExpression",
                                                                  "start": 1118,
                                                                  "end": 1137,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 49,
                                                                      "column": 16
                                                                    },
                                                                    "end": {
                                                                      "line": 49,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "operator": "!",
                                                                  "prefix": true,
                                                                  "argument": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1119,
                                                                    "end": 1137,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 49,
                                                                        "column": 17
                                                                      },
                                                                      "end": {
                                                                        "line": 49,
                                                                        "column": 35
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1119,
                                                                      "end": 1128,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 49,
                                                                          "column": 17
                                                                        },
                                                                        "end": {
                                                                          "line": 49,
                                                                          "column": 26
                                                                        },
                                                                        "identifierName": "component"
                                                                      },
                                                                      "name": "component"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1129,
                                                                      "end": 1137,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 49,
                                                                          "column": 27
                                                                        },
                                                                        "end": {
                                                                          "line": 49,
                                                                          "column": 35
                                                                        },
                                                                        "identifierName": "isActive"
                                                                      },
                                                                      "name": "isActive"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "extra": {
                                                                    "parenthesizedArgument": false
                                                                  }
                                                                },
                                                                "consequent": {
                                                                  "type": "BlockStatement",
                                                                  "start": 1139,
                                                                  "end": 1207,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 49,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 51,
                                                                      "column": 13
                                                                    }
                                                                  },
                                                                  "body": [
                                                                    {
                                                                      "type": "ExpressionStatement",
                                                                      "start": 1155,
                                                                      "end": 1193,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 50,
                                                                          "column": 14
                                                                        },
                                                                        "end": {
                                                                          "line": 50,
                                                                          "column": 52
                                                                        }
                                                                      },
                                                                      "expression": {
                                                                        "type": "CallExpression",
                                                                        "start": 1155,
                                                                        "end": 1192,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 50,
                                                                            "column": 14
                                                                          },
                                                                          "end": {
                                                                            "line": 50,
                                                                            "column": 51
                                                                          }
                                                                        },
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "start": 1155,
                                                                          "end": 1176,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 50,
                                                                              "column": 14
                                                                            },
                                                                            "end": {
                                                                              "line": 50,
                                                                              "column": 35
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 1155,
                                                                            "end": 1171,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 50,
                                                                                "column": 14
                                                                              },
                                                                              "end": {
                                                                                "line": 50,
                                                                                "column": 30
                                                                              },
                                                                              "identifierName": "failedComponents"
                                                                            },
                                                                            "name": "failedComponents"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 1172,
                                                                            "end": 1176,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 50,
                                                                                "column": 31
                                                                              },
                                                                              "end": {
                                                                                "line": 50,
                                                                                "column": 35
                                                                              },
                                                                              "identifierName": "push"
                                                                            },
                                                                            "name": "push"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "MemberExpression",
                                                                            "start": 1177,
                                                                            "end": 1191,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 50,
                                                                                "column": 36
                                                                              },
                                                                              "end": {
                                                                                "line": 50,
                                                                                "column": 50
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1177,
                                                                              "end": 1186,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 50,
                                                                                  "column": 36
                                                                                },
                                                                                "end": {
                                                                                  "line": 50,
                                                                                  "column": 45
                                                                                },
                                                                                "identifierName": "component"
                                                                              },
                                                                              "name": "component"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1187,
                                                                              "end": 1191,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 50,
                                                                                  "column": 46
                                                                                },
                                                                                "end": {
                                                                                  "line": 50,
                                                                                  "column": 50
                                                                                },
                                                                                "identifierName": "name"
                                                                              },
                                                                              "name": "name"
                                                                            },
                                                                            "computed": false
                                                                          }
                                                                        ]
                                                                      }
                                                                    }
                                                                  ],
                                                                  "directives": []
                                                                },
                                                                "alternate": null
                                                              }
                                                            ],
                                                            "directives": []
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 1233,
                                                    "end": 1492,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 11
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "BinaryExpression",
                                                      "start": 1237,
                                                      "end": 1264,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 14
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 41
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 1237,
                                                        "end": 1260,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 14
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 37
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1237,
                                                          "end": 1253,
                                                          "loc": {
                                                            "start": {
                                                              "line": 54,
                                                              "column": 14
                                                            },
                                                            "end": {
                                                              "line": 54,
                                                              "column": 30
                                                            },
                                                            "identifierName": "failedComponents"
                                                          },
                                                          "name": "failedComponents"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1254,
                                                          "end": 1260,
                                                          "loc": {
                                                            "start": {
                                                              "line": 54,
                                                              "column": 31
                                                            },
                                                            "end": {
                                                              "line": 54,
                                                              "column": 37
                                                            },
                                                            "identifierName": "length"
                                                          },
                                                          "name": "length"
                                                        },
                                                        "computed": false
                                                      },
                                                      "operator": ">",
                                                      "right": {
                                                        "type": "NumericLiteral",
                                                        "start": 1263,
                                                        "end": 1264,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 41
                                                          }
                                                        },
                                                        "extra": {
                                                          "rawValue": 0,
                                                          "raw": "0"
                                                        },
                                                        "value": 0
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 1266,
                                                      "end": 1492,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 11
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "VariableDeclaration",
                                                          "start": 1280,
                                                          "end": 1350,
                                                          "loc": {
                                                            "start": {
                                                              "line": 55,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 55,
                                                              "column": 82
                                                            }
                                                          },
                                                          "declarations": [
                                                            {
                                                              "type": "VariableDeclarator",
                                                              "start": 1286,
                                                              "end": 1349,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 55,
                                                                  "column": 18
                                                                },
                                                                "end": {
                                                                  "line": 55,
                                                                  "column": 81
                                                                }
                                                              },
                                                              "id": {
                                                                "type": "Identifier",
                                                                "start": 1286,
                                                                "end": 1296,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 55,
                                                                    "column": 18
                                                                  },
                                                                  "end": {
                                                                    "line": 55,
                                                                    "column": 28
                                                                  },
                                                                  "identifierName": "failedInfo"
                                                                },
                                                                "name": "failedInfo"
                                                              },
                                                              "init": {
                                                                "type": "CallExpression",
                                                                "start": 1299,
                                                                "end": 1349,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 55,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 55,
                                                                    "column": 81
                                                                  }
                                                                },
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "start": 1299,
                                                                  "end": 1343,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 55,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 55,
                                                                      "column": 75
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "CallExpression",
                                                                    "start": 1299,
                                                                    "end": 1338,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 55,
                                                                        "column": 31
                                                                      },
                                                                      "end": {
                                                                        "line": 55,
                                                                        "column": 70
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1299,
                                                                      "end": 1319,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 55,
                                                                          "column": 31
                                                                        },
                                                                        "end": {
                                                                          "line": 55,
                                                                          "column": 51
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 1299,
                                                                        "end": 1315,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 55,
                                                                            "column": 31
                                                                          },
                                                                          "end": {
                                                                            "line": 55,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "failedComponents"
                                                                        },
                                                                        "name": "failedComponents"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 1316,
                                                                        "end": 1319,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 55,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 55,
                                                                            "column": 51
                                                                          },
                                                                          "identifierName": "map"
                                                                        },
                                                                        "name": "map"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "ArrowFunctionExpression",
                                                                        "start": 1320,
                                                                        "end": 1337,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 55,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 55,
                                                                            "column": 69
                                                                          }
                                                                        },
                                                                        "id": null,
                                                                        "generator": false,
                                                                        "expression": true,
                                                                        "async": false,
                                                                        "params": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "start": 1320,
                                                                            "end": 1321,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 55,
                                                                                "column": 52
                                                                              },
                                                                              "end": {
                                                                                "line": 55,
                                                                                "column": 53
                                                                              },
                                                                              "identifierName": "c"
                                                                            },
                                                                            "name": "c"
                                                                          }
                                                                        ],
                                                                        "body": {
                                                                          "type": "CallExpression",
                                                                          "start": 1325,
                                                                          "end": 1337,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 55,
                                                                              "column": 57
                                                                            },
                                                                            "end": {
                                                                              "line": 55,
                                                                              "column": 69
                                                                            }
                                                                          },
                                                                          "callee": {
                                                                            "type": "MemberExpression",
                                                                            "start": 1325,
                                                                            "end": 1334,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 55,
                                                                                "column": 57
                                                                              },
                                                                              "end": {
                                                                                "line": 55,
                                                                                "column": 66
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 1325,
                                                                              "end": 1330,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 55,
                                                                                  "column": 57
                                                                                },
                                                                                "end": {
                                                                                  "line": 55,
                                                                                  "column": 62
                                                                                },
                                                                                "identifierName": "chalk"
                                                                              },
                                                                              "name": "chalk"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 1331,
                                                                              "end": 1334,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 55,
                                                                                  "column": 63
                                                                                },
                                                                                "end": {
                                                                                  "line": 55,
                                                                                  "column": 66
                                                                                },
                                                                                "identifierName": "red"
                                                                              },
                                                                              "name": "red"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "arguments": [
                                                                            {
                                                                              "type": "Identifier",
                                                                              "start": 1335,
                                                                              "end": 1336,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 55,
                                                                                  "column": 67
                                                                                },
                                                                                "end": {
                                                                                  "line": 55,
                                                                                  "column": 68
                                                                                },
                                                                                "identifierName": "c"
                                                                              },
                                                                              "name": "c"
                                                                            }
                                                                          ]
                                                                        }
                                                                      }
                                                                    ]
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 1339,
                                                                    "end": 1343,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 55,
                                                                        "column": 71
                                                                      },
                                                                      "end": {
                                                                        "line": 55,
                                                                        "column": 75
                                                                      },
                                                                      "identifierName": "join"
                                                                    },
                                                                    "name": "join"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "arguments": [
                                                                  {
                                                                    "type": "StringLiteral",
                                                                    "start": 1344,
                                                                    "end": 1348,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 55,
                                                                        "column": 76
                                                                      },
                                                                      "end": {
                                                                        "line": 55,
                                                                        "column": 80
                                                                      }
                                                                    },
                                                                    "extra": {
                                                                      "rawValue": ", ",
                                                                      "raw": "', '"
                                                                    },
                                                                    "value": ", "
                                                                  }
                                                                ]
                                                              }
                                                            }
                                                          ],
                                                          "kind": "const"
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 1364,
                                                          "end": 1386,
                                                          "loc": {
                                                            "start": {
                                                              "line": 57,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 57,
                                                              "column": 34
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 1364,
                                                            "end": 1385,
                                                            "loc": {
                                                              "start": {
                                                                "line": 57,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 57,
                                                                "column": 33
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 1364,
                                                              "end": 1378,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 57,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 57,
                                                                  "column": 26
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 1364,
                                                                "end": 1368,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 16
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1369,
                                                                "end": 1378,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 17
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 26
                                                                  },
                                                                  "identifierName": "setActive"
                                                                },
                                                                "name": "setActive"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "BooleanLiteral",
                                                                "start": 1379,
                                                                "end": 1384,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 27
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "value": false
                                                              }
                                                            ]
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 1399,
                                                          "end": 1480,
                                                          "loc": {
                                                            "start": {
                                                              "line": 58,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 58,
                                                              "column": 93
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 1399,
                                                            "end": 1479,
                                                            "loc": {
                                                              "start": {
                                                                "line": 58,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 92
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 1399,
                                                              "end": 1415,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 58,
                                                                  "column": 12
                                                                },
                                                                "end": {
                                                                  "line": 58,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 1399,
                                                                "end": 1410,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 58,
                                                                    "column": 12
                                                                  },
                                                                  "end": {
                                                                    "line": 58,
                                                                    "column": 23
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 1399,
                                                                  "end": 1403,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 12
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 16
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1404,
                                                                  "end": 1410,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 58,
                                                                      "column": 17
                                                                    },
                                                                    "end": {
                                                                      "line": 58,
                                                                      "column": 23
                                                                    },
                                                                    "identifierName": "logger"
                                                                  },
                                                                  "name": "logger"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1411,
                                                                "end": 1415,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 58,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 58,
                                                                    "column": 28
                                                                  },
                                                                  "identifierName": "info"
                                                                },
                                                                "name": "info"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "TemplateLiteral",
                                                                "start": 1416,
                                                                "end": 1478,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 58,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 58,
                                                                    "column": 91
                                                                  }
                                                                },
                                                                "expressions": [
                                                                  {
                                                                    "type": "MemberExpression",
                                                                    "start": 1420,
                                                                    "end": 1442,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 33
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 55
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1420,
                                                                      "end": 1437,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 58,
                                                                          "column": 33
                                                                        },
                                                                        "end": {
                                                                          "line": 58,
                                                                          "column": 50
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 1420,
                                                                        "end": 1431,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 58,
                                                                            "column": 33
                                                                          },
                                                                          "end": {
                                                                            "line": 58,
                                                                            "column": 44
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "ThisExpression",
                                                                          "start": 1420,
                                                                          "end": 1424,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 58,
                                                                              "column": 33
                                                                            },
                                                                            "end": {
                                                                              "line": 58,
                                                                              "column": 37
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 1425,
                                                                          "end": 1431,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 58,
                                                                              "column": 38
                                                                            },
                                                                            "end": {
                                                                              "line": 58,
                                                                              "column": 44
                                                                            },
                                                                            "identifierName": "logger"
                                                                          },
                                                                          "name": "logger"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 1432,
                                                                        "end": 1437,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 58,
                                                                            "column": 45
                                                                          },
                                                                          "end": {
                                                                            "line": 58,
                                                                            "column": 50
                                                                          },
                                                                          "identifierName": "emoji"
                                                                        },
                                                                        "name": "emoji"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1438,
                                                                      "end": 1442,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 58,
                                                                          "column": 51
                                                                        },
                                                                        "end": {
                                                                          "line": 58,
                                                                          "column": 55
                                                                        },
                                                                        "identifierName": "fire"
                                                                      },
                                                                      "name": "fire"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  {
                                                                    "type": "MemberExpression",
                                                                    "start": 1448,
                                                                    "end": 1457,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 61
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 70
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 1448,
                                                                      "end": 1452,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 58,
                                                                          "column": 61
                                                                        },
                                                                        "end": {
                                                                          "line": 58,
                                                                          "column": 65
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1453,
                                                                      "end": 1457,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 58,
                                                                          "column": 66
                                                                        },
                                                                        "end": {
                                                                          "line": 58,
                                                                          "column": 70
                                                                        },
                                                                        "identifierName": "name"
                                                                      },
                                                                      "name": "name"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  {
                                                                    "type": "Identifier",
                                                                    "start": 1465,
                                                                    "end": 1475,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 78
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 88
                                                                      },
                                                                      "identifierName": "failedInfo"
                                                                    },
                                                                    "name": "failedInfo"
                                                                  }
                                                                ],
                                                                "quasis": [
                                                                  {
                                                                    "type": "TemplateElement",
                                                                    "start": 1417,
                                                                    "end": 1417,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 30
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 30
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "raw": "",
                                                                      "cooked": ""
                                                                    },
                                                                    "tail": false
                                                                  },
                                                                  {
                                                                    "type": "TemplateElement",
                                                                    "start": 1444,
                                                                    "end": 1445,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 57
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 58
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "raw": " ",
                                                                      "cooked": " "
                                                                    },
                                                                    "tail": false
                                                                  },
                                                                  {
                                                                    "type": "TemplateElement",
                                                                    "start": 1459,
                                                                    "end": 1462,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 72
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 75
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "raw": " ~ ",
                                                                      "cooked": " ~ "
                                                                    },
                                                                    "tail": false
                                                                  },
                                                                  {
                                                                    "type": "TemplateElement",
                                                                    "start": 1477,
                                                                    "end": 1477,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 58,
                                                                        "column": 90
                                                                      },
                                                                      "end": {
                                                                        "line": 58,
                                                                        "column": 90
                                                                      }
                                                                    },
                                                                    "value": {
                                                                      "raw": "",
                                                                      "cooked": ""
                                                                    },
                                                                    "tail": true
                                                                  }
                                                                ]
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ],
                                                      "directives": []
                                                    },
                                                    "alternate": null
                                                  },
                                                  {
                                                    "type": "ReturnStatement",
                                                    "start": 1504,
                                                    "end": 1576,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 82
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "CallExpression",
                                                      "start": 1511,
                                                      "end": 1575,
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 81
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 1511,
                                                        "end": 1526,
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 17
                                                          },
                                                          "end": {
                                                            "line": 61,
                                                            "column": 32
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 1511,
                                                          "end": 1518,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 24
                                                            },
                                                            "identifierName": "Promise"
                                                          },
                                                          "name": "Promise"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 1519,
                                                          "end": 1526,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 25
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 32
                                                            },
                                                            "identifierName": "resolve"
                                                          },
                                                          "name": "resolve"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "ConditionalExpression",
                                                          "start": 1527,
                                                          "end": 1574,
                                                          "loc": {
                                                            "start": {
                                                              "line": 61,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 61,
                                                              "column": 80
                                                            }
                                                          },
                                                          "test": {
                                                            "type": "BinaryExpression",
                                                            "start": 1527,
                                                            "end": 1555,
                                                            "loc": {
                                                              "start": {
                                                                "line": 61,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 61,
                                                                "column": 61
                                                              }
                                                            },
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 1527,
                                                              "end": 1550,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 61,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 61,
                                                                  "column": 56
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1527,
                                                                "end": 1543,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 61,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 61,
                                                                    "column": 49
                                                                  },
                                                                  "identifierName": "failedComponents"
                                                                },
                                                                "name": "failedComponents"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1544,
                                                                "end": 1550,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 61,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 61,
                                                                    "column": 56
                                                                  },
                                                                  "identifierName": "length"
                                                                },
                                                                "name": "length"
                                                              },
                                                              "computed": false
                                                            },
                                                            "operator": "<=",
                                                            "right": {
                                                              "type": "NumericLiteral",
                                                              "start": 1554,
                                                              "end": 1555,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 61,
                                                                  "column": 60
                                                                },
                                                                "end": {
                                                                  "line": 61,
                                                                  "column": 61
                                                                }
                                                              },
                                                              "extra": {
                                                                "rawValue": 0,
                                                                "raw": "0"
                                                              },
                                                              "value": 0
                                                            }
                                                          },
                                                          "consequent": {
                                                            "type": "Identifier",
                                                            "start": 1558,
                                                            "end": 1567,
                                                            "loc": {
                                                              "start": {
                                                                "line": 61,
                                                                "column": 64
                                                              },
                                                              "end": {
                                                                "line": 61,
                                                                "column": 73
                                                              },
                                                              "identifierName": "container"
                                                            },
                                                            "name": "container"
                                                          },
                                                          "alternate": {
                                                            "type": "NullLiteral",
                                                            "start": 1570,
                                                            "end": 1574,
                                                            "loc": {
                                                              "start": {
                                                                "line": 61,
                                                                "column": 76
                                                              },
                                                              "end": {
                                                                "line": 61,
                                                                "column": 80
                                                              }
                                                            }
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ],
                                                "directives": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "ReturnStatement",
                                  "start": 1604,
                                  "end": 1633,
                                  "loc": {
                                    "start": {
                                      "line": 65,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 65,
                                      "column": 35
                                    }
                                  },
                                  "argument": {
                                    "type": "CallExpression",
                                    "start": 1611,
                                    "end": 1632,
                                    "loc": {
                                      "start": {
                                        "line": 65,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 65,
                                        "column": 34
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 1611,
                                      "end": 1626,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1611,
                                        "end": 1618,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 20
                                          },
                                          "identifierName": "Promise"
                                        },
                                        "name": "Promise"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1619,
                                        "end": 1626,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 28
                                          },
                                          "identifierName": "resolve"
                                        },
                                        "name": "resolve"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "NullLiteral",
                                        "start": 1627,
                                        "end": 1631,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 33
                                          }
                                        }
                                      }
                                    ]
                                  }
                                }
                              ],
                              "directives": []
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @param {Emitter} emitter\n   * @returns {Promise}\n   ",
                    "start": 382,
                    "end": 445,
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 2
                      },
                      "end": {
                        "line": 27,
                        "column": 5
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Abstract dependency aware component\n ",
              "start": 104,
              "end": 150,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 0
                },
                "end": {
                  "line": 8,
                  "column": 3
                }
              }
            }
          ],
          "__PseudoExport__": false,
          "trailingComments": []
        },
        "leadingComments": null
      }
    ],
    "directives": [
      {
        "type": "Directive",
        "start": 0,
        "end": 13,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 13
          }
        },
        "value": {
          "type": "DirectiveLiteral",
          "start": 0,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "value": "use strict",
          "extra": {
            "raw": "'use strict'",
            "rawValue": "use strict"
          }
        }
      }
    ]
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Abstract dependency aware component\n ",
      "start": 104,
      "end": 150,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {*} args\n   ",
      "start": 215,
      "end": 245,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @returns {string[]}\n   ",
      "start": 300,
      "end": 334,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {Emitter} emitter\n   * @returns {Promise}\n   ",
      "start": 382,
      "end": 445,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    }
  ],
  "tokens": [
    {
      "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": 0,
      "end": 12,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12,
      "end": 13,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 15,
      "end": 21,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "chalk",
      "start": 22,
      "end": 27,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 28,
      "end": 32,
      "loc": {
        "start": {
          "line": 3,
          "column": 13
        },
        "end": {
          "line": 3,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "chalk",
      "start": 33,
      "end": 40,
      "loc": {
        "start": {
          "line": 3,
          "column": 18
        },
        "end": {
          "line": 3,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 40,
      "end": 41,
      "loc": {
        "start": {
          "line": 3,
          "column": 25
        },
        "end": {
          "line": 3,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 42,
      "end": 48,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ConfigBasedComponent",
      "start": 49,
      "end": 69,
      "loc": {
        "start": {
          "line": 4,
          "column": 7
        },
        "end": {
          "line": 4,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 70,
      "end": 74,
      "loc": {
        "start": {
          "line": 4,
          "column": 28
        },
        "end": {
          "line": 4,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./config-based-component",
      "start": 75,
      "end": 101,
      "loc": {
        "start": {
          "line": 4,
          "column": 33
        },
        "end": {
          "line": 4,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 101,
      "end": 102,
      "loc": {
        "start": {
          "line": 4,
          "column": 59
        },
        "end": {
          "line": 4,
          "column": 60
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Abstract dependency aware component\n ",
      "start": 104,
      "end": 150,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 3
        }
      }
    },
    {
      "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": 151,
      "end": 156,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DependencyBasedComponent",
      "start": 157,
      "end": 181,
      "loc": {
        "start": {
          "line": 9,
          "column": 6
        },
        "end": {
          "line": 9,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 182,
      "end": 189,
      "loc": {
        "start": {
          "line": 9,
          "column": 31
        },
        "end": {
          "line": 9,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ConfigBasedComponent",
      "start": 190,
      "end": 210,
      "loc": {
        "start": {
          "line": 9,
          "column": 39
        },
        "end": {
          "line": 9,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 211,
      "end": 212,
      "loc": {
        "start": {
          "line": 9,
          "column": 60
        },
        "end": {
          "line": 9,
          "column": 61
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {*} args\n   ",
      "start": 215,
      "end": 245,
      "loc": {
        "start": {
          "line": 10,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 248,
      "end": 259,
      "loc": {
        "start": {
          "line": 13,
          "column": 2
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 259,
      "end": 260,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 260,
      "end": 263,
      "loc": {
        "start": {
          "line": 13,
          "column": 14
        },
        "end": {
          "line": 13,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 263,
      "end": 267,
      "loc": {
        "start": {
          "line": 13,
          "column": 17
        },
        "end": {
          "line": 13,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 267,
      "end": 268,
      "loc": {
        "start": {
          "line": 13,
          "column": 21
        },
        "end": {
          "line": 13,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 269,
      "end": 270,
      "loc": {
        "start": {
          "line": 13,
          "column": 23
        },
        "end": {
          "line": 13,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 275,
      "end": 280,
      "loc": {
        "start": {
          "line": 14,
          "column": 4
        },
        "end": {
          "line": 14,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 280,
      "end": 281,
      "loc": {
        "start": {
          "line": 14,
          "column": 9
        },
        "end": {
          "line": 14,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 281,
      "end": 284,
      "loc": {
        "start": {
          "line": 14,
          "column": 10
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "args",
      "start": 284,
      "end": 288,
      "loc": {
        "start": {
          "line": 14,
          "column": 13
        },
        "end": {
          "line": 14,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 288,
      "end": 289,
      "loc": {
        "start": {
          "line": 14,
          "column": 17
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 289,
      "end": 290,
      "loc": {
        "start": {
          "line": 14,
          "column": 18
        },
        "end": {
          "line": 14,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 293,
      "end": 294,
      "loc": {
        "start": {
          "line": 15,
          "column": 2
        },
        "end": {
          "line": 15,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @returns {string[]}\n   ",
      "start": 300,
      "end": 334,
      "loc": {
        "start": {
          "line": 17,
          "column": 2
        },
        "end": {
          "line": 19,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 337,
      "end": 340,
      "loc": {
        "start": {
          "line": 20,
          "column": 2
        },
        "end": {
          "line": 20,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 341,
      "end": 353,
      "loc": {
        "start": {
          "line": 20,
          "column": 6
        },
        "end": {
          "line": 20,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 353,
      "end": 354,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 354,
      "end": 355,
      "loc": {
        "start": {
          "line": 20,
          "column": 19
        },
        "end": {
          "line": 20,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 356,
      "end": 357,
      "loc": {
        "start": {
          "line": 20,
          "column": 21
        },
        "end": {
          "line": 20,
          "column": 22
        }
      }
    },
    {
      "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": 362,
      "end": 368,
      "loc": {
        "start": {
          "line": 21,
          "column": 4
        },
        "end": {
          "line": 21,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 369,
      "end": 370,
      "loc": {
        "start": {
          "line": 21,
          "column": 11
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 370,
      "end": 371,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 371,
      "end": 372,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 375,
      "end": 376,
      "loc": {
        "start": {
          "line": 22,
          "column": 2
        },
        "end": {
          "line": 22,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @param {Emitter} emitter\n   * @returns {Promise}\n   ",
      "start": 382,
      "end": 445,
      "loc": {
        "start": {
          "line": 24,
          "column": 2
        },
        "end": {
          "line": 27,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "waitConfig",
      "start": 448,
      "end": 458,
      "loc": {
        "start": {
          "line": 28,
          "column": 2
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 458,
      "end": 459,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emitter",
      "start": 459,
      "end": 466,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 466,
      "end": 467,
      "loc": {
        "start": {
          "line": 28,
          "column": 20
        },
        "end": {
          "line": 28,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 468,
      "end": 469,
      "loc": {
        "start": {
          "line": 28,
          "column": 22
        },
        "end": {
          "line": 28,
          "column": 23
        }
      }
    },
    {
      "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": 474,
      "end": 480,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 481,
      "end": 486,
      "loc": {
        "start": {
          "line": 29,
          "column": 11
        },
        "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": 486,
      "end": 487,
      "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": "waitConfig",
      "start": 487,
      "end": 497,
      "loc": {
        "start": {
          "line": 29,
          "column": 17
        },
        "end": {
          "line": 29,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 497,
      "end": 498,
      "loc": {
        "start": {
          "line": 29,
          "column": 27
        },
        "end": {
          "line": 29,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emitter",
      "start": 498,
      "end": 505,
      "loc": {
        "start": {
          "line": 29,
          "column": 28
        },
        "end": {
          "line": 29,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 505,
      "end": 506,
      "loc": {
        "start": {
          "line": 29,
          "column": 35
        },
        "end": {
          "line": 29,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 506,
      "end": 507,
      "loc": {
        "start": {
          "line": 29,
          "column": 36
        },
        "end": {
          "line": 29,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 507,
      "end": 511,
      "loc": {
        "start": {
          "line": 29,
          "column": 37
        },
        "end": {
          "line": 29,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 511,
      "end": 512,
      "loc": {
        "start": {
          "line": 29,
          "column": 41
        },
        "end": {
          "line": 29,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "container",
      "start": 512,
      "end": 521,
      "loc": {
        "start": {
          "line": 29,
          "column": 42
        },
        "end": {
          "line": 29,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 522,
      "end": 524,
      "loc": {
        "start": {
          "line": 29,
          "column": 52
        },
        "end": {
          "line": 29,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 525,
      "end": 526,
      "loc": {
        "start": {
          "line": 29,
          "column": 55
        },
        "end": {
          "line": 29,
          "column": 56
        }
      }
    },
    {
      "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": 533,
      "end": 535,
      "loc": {
        "start": {
          "line": 30,
          "column": 6
        },
        "end": {
          "line": 30,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 536,
      "end": 537,
      "loc": {
        "start": {
          "line": 30,
          "column": 9
        },
        "end": {
          "line": 30,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "container",
      "start": 537,
      "end": 546,
      "loc": {
        "start": {
          "line": 30,
          "column": 10
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 546,
      "end": 547,
      "loc": {
        "start": {
          "line": 30,
          "column": 19
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 548,
      "end": 549,
      "loc": {
        "start": {
          "line": 30,
          "column": 21
        },
        "end": {
          "line": 30,
          "column": 22
        }
      }
    },
    {
      "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": 558,
      "end": 560,
      "loc": {
        "start": {
          "line": 31,
          "column": 8
        },
        "end": {
          "line": 31,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 561,
      "end": 562,
      "loc": {
        "start": {
          "line": 31,
          "column": 11
        },
        "end": {
          "line": 31,
          "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": 562,
      "end": 566,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 566,
      "end": 567,
      "loc": {
        "start": {
          "line": 31,
          "column": 16
        },
        "end": {
          "line": 31,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 567,
      "end": 579,
      "loc": {
        "start": {
          "line": 31,
          "column": 17
        },
        "end": {
          "line": 31,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 579,
      "end": 580,
      "loc": {
        "start": {
          "line": 31,
          "column": 29
        },
        "end": {
          "line": 31,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 580,
      "end": 586,
      "loc": {
        "start": {
          "line": 31,
          "column": 30
        },
        "end": {
          "line": 31,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 587,
      "end": 589,
      "loc": {
        "start": {
          "line": 31,
          "column": 37
        },
        "end": {
          "line": 31,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 590,
      "end": 591,
      "loc": {
        "start": {
          "line": 31,
          "column": 40
        },
        "end": {
          "line": 31,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 591,
      "end": 592,
      "loc": {
        "start": {
          "line": 31,
          "column": 41
        },
        "end": {
          "line": 31,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 593,
      "end": 594,
      "loc": {
        "start": {
          "line": 31,
          "column": 43
        },
        "end": {
          "line": 31,
          "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": 605,
      "end": 611,
      "loc": {
        "start": {
          "line": 32,
          "column": 10
        },
        "end": {
          "line": 32,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 612,
      "end": 619,
      "loc": {
        "start": {
          "line": 32,
          "column": 17
        },
        "end": {
          "line": 32,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 619,
      "end": 620,
      "loc": {
        "start": {
          "line": 32,
          "column": 24
        },
        "end": {
          "line": 32,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 620,
      "end": 627,
      "loc": {
        "start": {
          "line": 32,
          "column": 25
        },
        "end": {
          "line": 32,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 627,
      "end": 628,
      "loc": {
        "start": {
          "line": 32,
          "column": 32
        },
        "end": {
          "line": 32,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "container",
      "start": 628,
      "end": 637,
      "loc": {
        "start": {
          "line": 32,
          "column": 33
        },
        "end": {
          "line": 32,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 637,
      "end": 638,
      "loc": {
        "start": {
          "line": 32,
          "column": 42
        },
        "end": {
          "line": 32,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 638,
      "end": 639,
      "loc": {
        "start": {
          "line": 32,
          "column": 43
        },
        "end": {
          "line": 32,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 648,
      "end": 649,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 9
        }
      }
    },
    {
      "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": 659,
      "end": 664,
      "loc": {
        "start": {
          "line": 35,
          "column": 8
        },
        "end": {
          "line": 35,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "waitComponents",
      "start": 665,
      "end": 679,
      "loc": {
        "start": {
          "line": 35,
          "column": 14
        },
        "end": {
          "line": 35,
          "column": 28
        }
      }
    },
    {
      "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": 35,
          "column": 29
        },
        "end": {
          "line": 35,
          "column": 30
        }
      }
    },
    {
      "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": 682,
      "end": 686,
      "loc": {
        "start": {
          "line": 35,
          "column": 31
        },
        "end": {
          "line": 35,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 686,
      "end": 687,
      "loc": {
        "start": {
          "line": 35,
          "column": 35
        },
        "end": {
          "line": 35,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "dependencies",
      "start": 687,
      "end": 699,
      "loc": {
        "start": {
          "line": 35,
          "column": 36
        },
        "end": {
          "line": 35,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 699,
      "end": 700,
      "loc": {
        "start": {
          "line": 35,
          "column": 48
        },
        "end": {
          "line": 35,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 700,
      "end": 703,
      "loc": {
        "start": {
          "line": 35,
          "column": 49
        },
        "end": {
          "line": 35,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 703,
      "end": 704,
      "loc": {
        "start": {
          "line": 35,
          "column": 52
        },
        "end": {
          "line": 35,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 704,
      "end": 708,
      "loc": {
        "start": {
          "line": 35,
          "column": 53
        },
        "end": {
          "line": 35,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 709,
      "end": 711,
      "loc": {
        "start": {
          "line": 35,
          "column": 58
        },
        "end": {
          "line": 35,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 712,
      "end": 713,
      "loc": {
        "start": {
          "line": 35,
          "column": 61
        },
        "end": {
          "line": 35,
          "column": 62
        }
      }
    },
    {
      "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": 724,
      "end": 729,
      "loc": {
        "start": {
          "line": 36,
          "column": 10
        },
        "end": {
          "line": 36,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 730,
      "end": 739,
      "loc": {
        "start": {
          "line": 36,
          "column": 16
        },
        "end": {
          "line": 36,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 740,
      "end": 741,
      "loc": {
        "start": {
          "line": 36,
          "column": 26
        },
        "end": {
          "line": 36,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emitter",
      "start": 742,
      "end": 749,
      "loc": {
        "start": {
          "line": 36,
          "column": 28
        },
        "end": {
          "line": 36,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 749,
      "end": 750,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 750,
      "end": 759,
      "loc": {
        "start": {
          "line": 36,
          "column": 36
        },
        "end": {
          "line": 36,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 759,
      "end": 760,
      "loc": {
        "start": {
          "line": 36,
          "column": 45
        },
        "end": {
          "line": 36,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 760,
      "end": 764,
      "loc": {
        "start": {
          "line": 36,
          "column": 46
        },
        "end": {
          "line": 36,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 764,
      "end": 765,
      "loc": {
        "start": {
          "line": 36,
          "column": 50
        },
        "end": {
          "line": 36,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 36,
          "column": 51
        },
        "end": {
          "line": 36,
          "column": 52
        }
      }
    },
    {
      "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": 778,
      "end": 780,
      "loc": {
        "start": {
          "line": 38,
          "column": 10
        },
        "end": {
          "line": 38,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 781,
      "end": 782,
      "loc": {
        "start": {
          "line": 38,
          "column": 13
        },
        "end": {
          "line": 38,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 782,
      "end": 783,
      "loc": {
        "start": {
          "line": 38,
          "column": 14
        },
        "end": {
          "line": 38,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 783,
      "end": 792,
      "loc": {
        "start": {
          "line": 38,
          "column": 15
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 792,
      "end": 793,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 794,
      "end": 795,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "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": 808,
      "end": 814,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 815,
      "end": 822,
      "loc": {
        "start": {
          "line": 39,
          "column": 19
        },
        "end": {
          "line": 39,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 822,
      "end": 823,
      "loc": {
        "start": {
          "line": 39,
          "column": 26
        },
        "end": {
          "line": 39,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 823,
      "end": 830,
      "loc": {
        "start": {
          "line": 39,
          "column": 27
        },
        "end": {
          "line": 39,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 830,
      "end": 831,
      "loc": {
        "start": {
          "line": 39,
          "column": 34
        },
        "end": {
          "line": 39,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 831,
      "end": 832,
      "loc": {
        "start": {
          "line": 39,
          "column": 35
        },
        "end": {
          "line": 39,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 833,
      "end": 837,
      "loc": {
        "start": {
          "line": 39,
          "column": 37
        },
        "end": {
          "line": 39,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 837,
      "end": 838,
      "loc": {
        "start": {
          "line": 39,
          "column": 41
        },
        "end": {
          "line": 39,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isActive",
      "start": 839,
      "end": 847,
      "loc": {
        "start": {
          "line": 39,
          "column": 43
        },
        "end": {
          "line": 39,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 847,
      "end": 848,
      "loc": {
        "start": {
          "line": 39,
          "column": 51
        },
        "end": {
          "line": 39,
          "column": 52
        }
      }
    },
    {
      "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": 849,
      "end": 854,
      "loc": {
        "start": {
          "line": 39,
          "column": 53
        },
        "end": {
          "line": 39,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 855,
      "end": 856,
      "loc": {
        "start": {
          "line": 39,
          "column": 59
        },
        "end": {
          "line": 39,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 856,
      "end": 857,
      "loc": {
        "start": {
          "line": 39,
          "column": 60
        },
        "end": {
          "line": 39,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 857,
      "end": 858,
      "loc": {
        "start": {
          "line": 39,
          "column": 61
        },
        "end": {
          "line": 39,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 869,
      "end": 870,
      "loc": {
        "start": {
          "line": 40,
          "column": 10
        },
        "end": {
          "line": 40,
          "column": 11
        }
      }
    },
    {
      "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": 882,
      "end": 888,
      "loc": {
        "start": {
          "line": 42,
          "column": 10
        },
        "end": {
          "line": 42,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 889,
      "end": 898,
      "loc": {
        "start": {
          "line": 42,
          "column": 17
        },
        "end": {
          "line": 42,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 898,
      "end": 899,
      "loc": {
        "start": {
          "line": 42,
          "column": 26
        },
        "end": {
          "line": 42,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ready",
      "start": 899,
      "end": 904,
      "loc": {
        "start": {
          "line": 42,
          "column": 27
        },
        "end": {
          "line": 42,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 904,
      "end": 905,
      "loc": {
        "start": {
          "line": 42,
          "column": 32
        },
        "end": {
          "line": 42,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 905,
      "end": 906,
      "loc": {
        "start": {
          "line": 42,
          "column": 33
        },
        "end": {
          "line": 42,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 906,
      "end": 907,
      "loc": {
        "start": {
          "line": 42,
          "column": 34
        },
        "end": {
          "line": 42,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 907,
      "end": 911,
      "loc": {
        "start": {
          "line": 42,
          "column": 35
        },
        "end": {
          "line": 42,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 911,
      "end": 912,
      "loc": {
        "start": {
          "line": 42,
          "column": 39
        },
        "end": {
          "line": 42,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 912,
      "end": 913,
      "loc": {
        "start": {
          "line": 42,
          "column": 40
        },
        "end": {
          "line": 42,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 913,
      "end": 914,
      "loc": {
        "start": {
          "line": 42,
          "column": 41
        },
        "end": {
          "line": 42,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 915,
      "end": 917,
      "loc": {
        "start": {
          "line": 42,
          "column": 43
        },
        "end": {
          "line": 42,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 918,
      "end": 925,
      "loc": {
        "start": {
          "line": 42,
          "column": 46
        },
        "end": {
          "line": 42,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 925,
      "end": 926,
      "loc": {
        "start": {
          "line": 42,
          "column": 53
        },
        "end": {
          "line": 42,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 926,
      "end": 933,
      "loc": {
        "start": {
          "line": 42,
          "column": 54
        },
        "end": {
          "line": 42,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 933,
      "end": 934,
      "loc": {
        "start": {
          "line": 42,
          "column": 61
        },
        "end": {
          "line": 42,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 934,
      "end": 943,
      "loc": {
        "start": {
          "line": 42,
          "column": 62
        },
        "end": {
          "line": 42,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 943,
      "end": 944,
      "loc": {
        "start": {
          "line": 42,
          "column": 71
        },
        "end": {
          "line": 42,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 944,
      "end": 945,
      "loc": {
        "start": {
          "line": 42,
          "column": 72
        },
        "end": {
          "line": 42,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 945,
      "end": 946,
      "loc": {
        "start": {
          "line": 42,
          "column": 73
        },
        "end": {
          "line": 42,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 955,
      "end": 956,
      "loc": {
        "start": {
          "line": 43,
          "column": 8
        },
        "end": {
          "line": 43,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 956,
      "end": 957,
      "loc": {
        "start": {
          "line": 43,
          "column": 9
        },
        "end": {
          "line": 43,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 957,
      "end": 958,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 11
        }
      }
    },
    {
      "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": 968,
      "end": 974,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 975,
      "end": 982,
      "loc": {
        "start": {
          "line": 45,
          "column": 15
        },
        "end": {
          "line": 45,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 982,
      "end": 983,
      "loc": {
        "start": {
          "line": 45,
          "column": 22
        },
        "end": {
          "line": 45,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 983,
      "end": 986,
      "loc": {
        "start": {
          "line": 45,
          "column": 23
        },
        "end": {
          "line": 45,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 986,
      "end": 987,
      "loc": {
        "start": {
          "line": 45,
          "column": 26
        },
        "end": {
          "line": 45,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "waitComponents",
      "start": 987,
      "end": 1001,
      "loc": {
        "start": {
          "line": 45,
          "column": 27
        },
        "end": {
          "line": 45,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1001,
      "end": 1002,
      "loc": {
        "start": {
          "line": 45,
          "column": 41
        },
        "end": {
          "line": 45,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1002,
      "end": 1003,
      "loc": {
        "start": {
          "line": 45,
          "column": 42
        },
        "end": {
          "line": 45,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 1003,
      "end": 1007,
      "loc": {
        "start": {
          "line": 45,
          "column": 43
        },
        "end": {
          "line": 45,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1007,
      "end": 1008,
      "loc": {
        "start": {
          "line": 45,
          "column": 47
        },
        "end": {
          "line": 45,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 1008,
      "end": 1018,
      "loc": {
        "start": {
          "line": 45,
          "column": 48
        },
        "end": {
          "line": 45,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1019,
      "end": 1021,
      "loc": {
        "start": {
          "line": 45,
          "column": 59
        },
        "end": {
          "line": 45,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1022,
      "end": 1023,
      "loc": {
        "start": {
          "line": 45,
          "column": 62
        },
        "end": {
          "line": 45,
          "column": 63
        }
      }
    },
    {
      "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": 1034,
      "end": 1037,
      "loc": {
        "start": {
          "line": 46,
          "column": 10
        },
        "end": {
          "line": 46,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "failedComponents",
      "start": 1038,
      "end": 1054,
      "loc": {
        "start": {
          "line": 46,
          "column": 14
        },
        "end": {
          "line": 46,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1055,
      "end": 1056,
      "loc": {
        "start": {
          "line": 46,
          "column": 31
        },
        "end": {
          "line": 46,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1057,
      "end": 1058,
      "loc": {
        "start": {
          "line": 46,
          "column": 33
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1058,
      "end": 1059,
      "loc": {
        "start": {
          "line": 46,
          "column": 34
        },
        "end": {
          "line": 46,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1059,
      "end": 1060,
      "loc": {
        "start": {
          "line": 46,
          "column": 35
        },
        "end": {
          "line": 46,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "components",
      "start": 1072,
      "end": 1082,
      "loc": {
        "start": {
          "line": 48,
          "column": 10
        },
        "end": {
          "line": 48,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1082,
      "end": 1083,
      "loc": {
        "start": {
          "line": 48,
          "column": 20
        },
        "end": {
          "line": 48,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 1083,
      "end": 1086,
      "loc": {
        "start": {
          "line": 48,
          "column": 21
        },
        "end": {
          "line": 48,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1086,
      "end": 1087,
      "loc": {
        "start": {
          "line": 48,
          "column": 24
        },
        "end": {
          "line": 48,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 1087,
      "end": 1096,
      "loc": {
        "start": {
          "line": 48,
          "column": 25
        },
        "end": {
          "line": 48,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1097,
      "end": 1099,
      "loc": {
        "start": {
          "line": 48,
          "column": 35
        },
        "end": {
          "line": 48,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1100,
      "end": 1101,
      "loc": {
        "start": {
          "line": 48,
          "column": 38
        },
        "end": {
          "line": 48,
          "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": 1114,
      "end": 1116,
      "loc": {
        "start": {
          "line": 49,
          "column": 12
        },
        "end": {
          "line": 49,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1118,
      "end": 1119,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 1119,
      "end": 1128,
      "loc": {
        "start": {
          "line": 49,
          "column": 17
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1128,
      "end": 1129,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isActive",
      "start": 1129,
      "end": 1137,
      "loc": {
        "start": {
          "line": 49,
          "column": 27
        },
        "end": {
          "line": 49,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1137,
      "end": 1138,
      "loc": {
        "start": {
          "line": 49,
          "column": 35
        },
        "end": {
          "line": 49,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1139,
      "end": 1140,
      "loc": {
        "start": {
          "line": 49,
          "column": 37
        },
        "end": {
          "line": 49,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "failedComponents",
      "start": 1155,
      "end": 1171,
      "loc": {
        "start": {
          "line": 50,
          "column": 14
        },
        "end": {
          "line": 50,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1171,
      "end": 1172,
      "loc": {
        "start": {
          "line": 50,
          "column": 30
        },
        "end": {
          "line": 50,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 1172,
      "end": 1176,
      "loc": {
        "start": {
          "line": 50,
          "column": 31
        },
        "end": {
          "line": 50,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1176,
      "end": 1177,
      "loc": {
        "start": {
          "line": 50,
          "column": 35
        },
        "end": {
          "line": 50,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "component",
      "start": 1177,
      "end": 1186,
      "loc": {
        "start": {
          "line": 50,
          "column": 36
        },
        "end": {
          "line": 50,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1186,
      "end": 1187,
      "loc": {
        "start": {
          "line": 50,
          "column": 45
        },
        "end": {
          "line": 50,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1187,
      "end": 1191,
      "loc": {
        "start": {
          "line": 50,
          "column": 46
        },
        "end": {
          "line": 50,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1191,
      "end": 1192,
      "loc": {
        "start": {
          "line": 50,
          "column": 50
        },
        "end": {
          "line": 50,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1192,
      "end": 1193,
      "loc": {
        "start": {
          "line": 50,
          "column": 51
        },
        "end": {
          "line": 50,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 51,
          "column": 12
        },
        "end": {
          "line": 51,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1218,
      "end": 1219,
      "loc": {
        "start": {
          "line": 52,
          "column": 10
        },
        "end": {
          "line": 52,
          "column": 11
        }
      }
    },
    {
      "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": 52,
          "column": 11
        },
        "end": {
          "line": 52,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1220,
      "end": 1221,
      "loc": {
        "start": {
          "line": 52,
          "column": 12
        },
        "end": {
          "line": 52,
          "column": 13
        }
      }
    },
    {
      "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": 1233,
      "end": 1235,
      "loc": {
        "start": {
          "line": 54,
          "column": 10
        },
        "end": {
          "line": 54,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1236,
      "end": 1237,
      "loc": {
        "start": {
          "line": 54,
          "column": 13
        },
        "end": {
          "line": 54,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "failedComponents",
      "start": 1237,
      "end": 1253,
      "loc": {
        "start": {
          "line": 54,
          "column": 14
        },
        "end": {
          "line": 54,
          "column": 30
        }
      }
    },
    {
      "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": 54,
          "column": 30
        },
        "end": {
          "line": 54,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1254,
      "end": 1260,
      "loc": {
        "start": {
          "line": 54,
          "column": 31
        },
        "end": {
          "line": 54,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 1261,
      "end": 1262,
      "loc": {
        "start": {
          "line": 54,
          "column": 38
        },
        "end": {
          "line": 54,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 54,
          "column": 40
        },
        "end": {
          "line": 54,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1264,
      "end": 1265,
      "loc": {
        "start": {
          "line": 54,
          "column": 41
        },
        "end": {
          "line": 54,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1266,
      "end": 1267,
      "loc": {
        "start": {
          "line": 54,
          "column": 43
        },
        "end": {
          "line": 54,
          "column": 44
        }
      }
    },
    {
      "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": 1280,
      "end": 1285,
      "loc": {
        "start": {
          "line": 55,
          "column": 12
        },
        "end": {
          "line": 55,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "failedInfo",
      "start": 1286,
      "end": 1296,
      "loc": {
        "start": {
          "line": 55,
          "column": 18
        },
        "end": {
          "line": 55,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1297,
      "end": 1298,
      "loc": {
        "start": {
          "line": 55,
          "column": 29
        },
        "end": {
          "line": 55,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "failedComponents",
      "start": 1299,
      "end": 1315,
      "loc": {
        "start": {
          "line": 55,
          "column": 31
        },
        "end": {
          "line": 55,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1315,
      "end": 1316,
      "loc": {
        "start": {
          "line": 55,
          "column": 47
        },
        "end": {
          "line": 55,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 1316,
      "end": 1319,
      "loc": {
        "start": {
          "line": 55,
          "column": 48
        },
        "end": {
          "line": 55,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1319,
      "end": 1320,
      "loc": {
        "start": {
          "line": 55,
          "column": 51
        },
        "end": {
          "line": 55,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 1320,
      "end": 1321,
      "loc": {
        "start": {
          "line": 55,
          "column": 52
        },
        "end": {
          "line": 55,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1322,
      "end": 1324,
      "loc": {
        "start": {
          "line": 55,
          "column": 54
        },
        "end": {
          "line": 55,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "chalk",
      "start": 1325,
      "end": 1330,
      "loc": {
        "start": {
          "line": 55,
          "column": 57
        },
        "end": {
          "line": 55,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1330,
      "end": 1331,
      "loc": {
        "start": {
          "line": 55,
          "column": 62
        },
        "end": {
          "line": 55,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "red",
      "start": 1331,
      "end": 1334,
      "loc": {
        "start": {
          "line": 55,
          "column": 63
        },
        "end": {
          "line": 55,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1334,
      "end": 1335,
      "loc": {
        "start": {
          "line": 55,
          "column": 66
        },
        "end": {
          "line": 55,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 1335,
      "end": 1336,
      "loc": {
        "start": {
          "line": 55,
          "column": 67
        },
        "end": {
          "line": 55,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1336,
      "end": 1337,
      "loc": {
        "start": {
          "line": 55,
          "column": 68
        },
        "end": {
          "line": 55,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1337,
      "end": 1338,
      "loc": {
        "start": {
          "line": 55,
          "column": 69
        },
        "end": {
          "line": 55,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1338,
      "end": 1339,
      "loc": {
        "start": {
          "line": 55,
          "column": 70
        },
        "end": {
          "line": 55,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "join",
      "start": 1339,
      "end": 1343,
      "loc": {
        "start": {
          "line": 55,
          "column": 71
        },
        "end": {
          "line": 55,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1343,
      "end": 1344,
      "loc": {
        "start": {
          "line": 55,
          "column": 75
        },
        "end": {
          "line": 55,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ", ",
      "start": 1344,
      "end": 1348,
      "loc": {
        "start": {
          "line": 55,
          "column": 76
        },
        "end": {
          "line": 55,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1348,
      "end": 1349,
      "loc": {
        "start": {
          "line": 55,
          "column": 80
        },
        "end": {
          "line": 55,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1349,
      "end": 1350,
      "loc": {
        "start": {
          "line": 55,
          "column": 81
        },
        "end": {
          "line": 55,
          "column": 82
        }
      }
    },
    {
      "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": 1364,
      "end": 1368,
      "loc": {
        "start": {
          "line": 57,
          "column": 12
        },
        "end": {
          "line": 57,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1368,
      "end": 1369,
      "loc": {
        "start": {
          "line": 57,
          "column": 16
        },
        "end": {
          "line": 57,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setActive",
      "start": 1369,
      "end": 1378,
      "loc": {
        "start": {
          "line": 57,
          "column": 17
        },
        "end": {
          "line": 57,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1378,
      "end": 1379,
      "loc": {
        "start": {
          "line": 57,
          "column": 26
        },
        "end": {
          "line": 57,
          "column": 27
        }
      }
    },
    {
      "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": 1379,
      "end": 1384,
      "loc": {
        "start": {
          "line": 57,
          "column": 27
        },
        "end": {
          "line": 57,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1384,
      "end": 1385,
      "loc": {
        "start": {
          "line": 57,
          "column": 32
        },
        "end": {
          "line": 57,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1385,
      "end": 1386,
      "loc": {
        "start": {
          "line": 57,
          "column": 33
        },
        "end": {
          "line": 57,
          "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": 1399,
      "end": 1403,
      "loc": {
        "start": {
          "line": 58,
          "column": 12
        },
        "end": {
          "line": 58,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1403,
      "end": 1404,
      "loc": {
        "start": {
          "line": 58,
          "column": 16
        },
        "end": {
          "line": 58,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 1404,
      "end": 1410,
      "loc": {
        "start": {
          "line": 58,
          "column": 17
        },
        "end": {
          "line": 58,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1410,
      "end": 1411,
      "loc": {
        "start": {
          "line": 58,
          "column": 23
        },
        "end": {
          "line": 58,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "info",
      "start": 1411,
      "end": 1415,
      "loc": {
        "start": {
          "line": 58,
          "column": 24
        },
        "end": {
          "line": 58,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1415,
      "end": 1416,
      "loc": {
        "start": {
          "line": 58,
          "column": 28
        },
        "end": {
          "line": 58,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 58,
          "column": 29
        },
        "end": {
          "line": 58,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1417,
      "end": 1417,
      "loc": {
        "start": {
          "line": 58,
          "column": 30
        },
        "end": {
          "line": 58,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1417,
      "end": 1419,
      "loc": {
        "start": {
          "line": 58,
          "column": 30
        },
        "end": {
          "line": 58,
          "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": 1420,
      "end": 1424,
      "loc": {
        "start": {
          "line": 58,
          "column": 33
        },
        "end": {
          "line": 58,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1424,
      "end": 1425,
      "loc": {
        "start": {
          "line": 58,
          "column": 37
        },
        "end": {
          "line": 58,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "logger",
      "start": 1425,
      "end": 1431,
      "loc": {
        "start": {
          "line": 58,
          "column": 38
        },
        "end": {
          "line": 58,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1431,
      "end": 1432,
      "loc": {
        "start": {
          "line": 58,
          "column": 44
        },
        "end": {
          "line": 58,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "emoji",
      "start": 1432,
      "end": 1437,
      "loc": {
        "start": {
          "line": 58,
          "column": 45
        },
        "end": {
          "line": 58,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1437,
      "end": 1438,
      "loc": {
        "start": {
          "line": 58,
          "column": 50
        },
        "end": {
          "line": 58,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fire",
      "start": 1438,
      "end": 1442,
      "loc": {
        "start": {
          "line": 58,
          "column": 51
        },
        "end": {
          "line": 58,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1443,
      "end": 1444,
      "loc": {
        "start": {
          "line": 58,
          "column": 56
        },
        "end": {
          "line": 58,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ",
      "start": 1444,
      "end": 1445,
      "loc": {
        "start": {
          "line": 58,
          "column": 57
        },
        "end": {
          "line": 58,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1445,
      "end": 1447,
      "loc": {
        "start": {
          "line": 58,
          "column": 58
        },
        "end": {
          "line": 58,
          "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": 1448,
      "end": 1452,
      "loc": {
        "start": {
          "line": 58,
          "column": 61
        },
        "end": {
          "line": 58,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1452,
      "end": 1453,
      "loc": {
        "start": {
          "line": 58,
          "column": 65
        },
        "end": {
          "line": 58,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 1453,
      "end": 1457,
      "loc": {
        "start": {
          "line": 58,
          "column": 66
        },
        "end": {
          "line": 58,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1458,
      "end": 1459,
      "loc": {
        "start": {
          "line": 58,
          "column": 71
        },
        "end": {
          "line": 58,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": " ~ ",
      "start": 1459,
      "end": 1462,
      "loc": {
        "start": {
          "line": 58,
          "column": 72
        },
        "end": {
          "line": 58,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "${",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1462,
      "end": 1464,
      "loc": {
        "start": {
          "line": 58,
          "column": 75
        },
        "end": {
          "line": 58,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "failedInfo",
      "start": 1465,
      "end": 1475,
      "loc": {
        "start": {
          "line": 58,
          "column": 78
        },
        "end": {
          "line": 58,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1476,
      "end": 1477,
      "loc": {
        "start": {
          "line": 58,
          "column": 89
        },
        "end": {
          "line": 58,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "template",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "",
      "start": 1477,
      "end": 1477,
      "loc": {
        "start": {
          "line": 58,
          "column": 90
        },
        "end": {
          "line": 58,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "`",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1477,
      "end": 1478,
      "loc": {
        "start": {
          "line": 58,
          "column": 90
        },
        "end": {
          "line": 58,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1478,
      "end": 1479,
      "loc": {
        "start": {
          "line": 58,
          "column": 91
        },
        "end": {
          "line": 58,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1479,
      "end": 1480,
      "loc": {
        "start": {
          "line": 58,
          "column": 92
        },
        "end": {
          "line": 58,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1491,
      "end": 1492,
      "loc": {
        "start": {
          "line": 59,
          "column": 10
        },
        "end": {
          "line": 59,
          "column": 11
        }
      }
    },
    {
      "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": 1504,
      "end": 1510,
      "loc": {
        "start": {
          "line": 61,
          "column": 10
        },
        "end": {
          "line": 61,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1511,
      "end": 1518,
      "loc": {
        "start": {
          "line": 61,
          "column": 17
        },
        "end": {
          "line": 61,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1518,
      "end": 1519,
      "loc": {
        "start": {
          "line": 61,
          "column": 24
        },
        "end": {
          "line": 61,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1519,
      "end": 1526,
      "loc": {
        "start": {
          "line": 61,
          "column": 25
        },
        "end": {
          "line": 61,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1526,
      "end": 1527,
      "loc": {
        "start": {
          "line": 61,
          "column": 32
        },
        "end": {
          "line": 61,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "failedComponents",
      "start": 1527,
      "end": 1543,
      "loc": {
        "start": {
          "line": 61,
          "column": 33
        },
        "end": {
          "line": 61,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1543,
      "end": 1544,
      "loc": {
        "start": {
          "line": 61,
          "column": 49
        },
        "end": {
          "line": 61,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1544,
      "end": 1550,
      "loc": {
        "start": {
          "line": 61,
          "column": 50
        },
        "end": {
          "line": 61,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<=",
      "start": 1551,
      "end": 1553,
      "loc": {
        "start": {
          "line": 61,
          "column": 57
        },
        "end": {
          "line": 61,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1554,
      "end": 1555,
      "loc": {
        "start": {
          "line": 61,
          "column": 60
        },
        "end": {
          "line": 61,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1556,
      "end": 1557,
      "loc": {
        "start": {
          "line": 61,
          "column": 62
        },
        "end": {
          "line": 61,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "container",
      "start": 1558,
      "end": 1567,
      "loc": {
        "start": {
          "line": 61,
          "column": 64
        },
        "end": {
          "line": 61,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1568,
      "end": 1569,
      "loc": {
        "start": {
          "line": 61,
          "column": 74
        },
        "end": {
          "line": 61,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1570,
      "end": 1574,
      "loc": {
        "start": {
          "line": 61,
          "column": 76
        },
        "end": {
          "line": 61,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1574,
      "end": 1575,
      "loc": {
        "start": {
          "line": 61,
          "column": 80
        },
        "end": {
          "line": 61,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1575,
      "end": 1576,
      "loc": {
        "start": {
          "line": 61,
          "column": 81
        },
        "end": {
          "line": 61,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1585,
      "end": 1586,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1586,
      "end": 1587,
      "loc": {
        "start": {
          "line": 62,
          "column": 9
        },
        "end": {
          "line": 62,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1587,
      "end": 1588,
      "loc": {
        "start": {
          "line": 62,
          "column": 10
        },
        "end": {
          "line": 62,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1595,
      "end": 1596,
      "loc": {
        "start": {
          "line": 63,
          "column": 6
        },
        "end": {
          "line": 63,
          "column": 7
        }
      }
    },
    {
      "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": 1604,
      "end": 1610,
      "loc": {
        "start": {
          "line": 65,
          "column": 6
        },
        "end": {
          "line": 65,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Promise",
      "start": 1611,
      "end": 1618,
      "loc": {
        "start": {
          "line": 65,
          "column": 13
        },
        "end": {
          "line": 65,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1618,
      "end": 1619,
      "loc": {
        "start": {
          "line": 65,
          "column": 20
        },
        "end": {
          "line": 65,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "resolve",
      "start": 1619,
      "end": 1626,
      "loc": {
        "start": {
          "line": 65,
          "column": 21
        },
        "end": {
          "line": 65,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1626,
      "end": 1627,
      "loc": {
        "start": {
          "line": 65,
          "column": 28
        },
        "end": {
          "line": 65,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 1627,
      "end": 1631,
      "loc": {
        "start": {
          "line": 65,
          "column": 29
        },
        "end": {
          "line": 65,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1631,
      "end": 1632,
      "loc": {
        "start": {
          "line": 65,
          "column": 33
        },
        "end": {
          "line": 65,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1632,
      "end": 1633,
      "loc": {
        "start": {
          "line": 65,
          "column": 34
        },
        "end": {
          "line": 65,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1638,
      "end": 1639,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1639,
      "end": 1640,
      "loc": {
        "start": {
          "line": 66,
          "column": 5
        },
        "end": {
          "line": 66,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1640,
      "end": 1641,
      "loc": {
        "start": {
          "line": 66,
          "column": 6
        },
        "end": {
          "line": 66,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1644,
      "end": 1645,
      "loc": {
        "start": {
          "line": 67,
          "column": 2
        },
        "end": {
          "line": 67,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1646,
      "end": 1647,
      "loc": {
        "start": {
          "line": 68,
          "column": 0
        },
        "end": {
          "line": 68,
          "column": 1
        }
      }
    },
    {
      "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": 1649,
      "end": 1655,
      "loc": {
        "start": {
          "line": 70,
          "column": 0
        },
        "end": {
          "line": 70,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 1656,
      "end": 1663,
      "loc": {
        "start": {
          "line": 70,
          "column": 7
        },
        "end": {
          "line": 70,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DependencyBasedComponent",
      "start": 1664,
      "end": 1688,
      "loc": {
        "start": {
          "line": 70,
          "column": 15
        },
        "end": {
          "line": 70,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 70,
          "column": 39
        },
        "end": {
          "line": 70,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1690,
      "end": 1690,
      "loc": {
        "start": {
          "line": 71,
          "column": 0
        },
        "end": {
          "line": 71,
          "column": 0
        }
      }
    }
  ]
}