{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "chai_1",
            "range": [
              18,
              24
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 4
              },
              "end": {
                "line": 2,
                "column": 10
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                27,
                34
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13
                },
                "end": {
                  "line": 2,
                  "column": 20
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "chai",
                "raw": "'chai'",
                "range": [
                  35,
                  41
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 27
                  }
                }
              }
            ],
            "range": [
              27,
              42
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 13
              },
              "end": {
                "line": 2,
                "column": 28
              }
            }
          },
          "range": [
            18,
            42
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 4
            },
            "end": {
              "line": 2,
              "column": 28
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        14,
        43
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Rx",
            "range": [
              48,
              50
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 4
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                53,
                60
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 9
                },
                "end": {
                  "line": 3,
                  "column": 16
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/Rx",
                "raw": "'../../dist/cjs/Rx'",
                "range": [
                  61,
                  80
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 17
                  },
                  "end": {
                    "line": 3,
                    "column": 36
                  }
                }
              }
            ],
            "range": [
              53,
              81
            ],
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 37
              }
            }
          },
          "range": [
            48,
            81
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 4
            },
            "end": {
              "line": 3,
              "column": 37
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        44,
        82
      ],
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 38
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "subscribeToResult_1",
            "range": [
              87,
              106
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 23
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                109,
                116
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 26
                },
                "end": {
                  "line": 4,
                  "column": 33
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/util/subscribeToResult",
                "raw": "'../../dist/cjs/util/subscribeToResult'",
                "range": [
                  117,
                  156
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 34
                  },
                  "end": {
                    "line": 4,
                    "column": 73
                  }
                }
              }
            ],
            "range": [
              109,
              157
            ],
            "loc": {
              "start": {
                "line": 4,
                "column": 26
              },
              "end": {
                "line": 4,
                "column": 74
              }
            }
          },
          "range": [
            87,
            157
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 74
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        83,
        158
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 75
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "OuterSubscriber_1",
            "range": [
              163,
              180
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 4
              },
              "end": {
                "line": 5,
                "column": 21
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                183,
                190
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 24
                },
                "end": {
                  "line": 5,
                  "column": 31
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/OuterSubscriber",
                "raw": "'../../dist/cjs/OuterSubscriber'",
                "range": [
                  191,
                  223
                ],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 32
                  },
                  "end": {
                    "line": 5,
                    "column": 64
                  }
                }
              }
            ],
            "range": [
              183,
              224
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 24
              },
              "end": {
                "line": 5,
                "column": 65
              }
            }
          },
          "range": [
            163,
            224
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 4
            },
            "end": {
              "line": 5,
              "column": 65
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        159,
        225
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 66
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "iterator_1",
            "range": [
              230,
              240
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 4
              },
              "end": {
                "line": 6,
                "column": 14
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                243,
                250
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 17
                },
                "end": {
                  "line": 6,
                  "column": 24
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../dist/cjs/symbol/iterator",
                "raw": "'../../dist/cjs/symbol/iterator'",
                "range": [
                  251,
                  283
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 25
                  },
                  "end": {
                    "line": 6,
                    "column": 57
                  }
                }
              }
            ],
            "range": [
              243,
              284
            ],
            "loc": {
              "start": {
                "line": 6,
                "column": 17
              },
              "end": {
                "line": 6,
                "column": 58
              }
            }
          },
          "range": [
            230,
            284
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 4
            },
            "end": {
              "line": 6,
              "column": 58
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        226,
        285
      ],
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 59
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "symbol_observable_1",
            "range": [
              290,
              309
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 23
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                312,
                319
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 26
                },
                "end": {
                  "line": 7,
                  "column": 33
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "symbol-observable",
                "raw": "'symbol-observable'",
                "range": [
                  320,
                  339
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 34
                  },
                  "end": {
                    "line": 7,
                    "column": 53
                  }
                }
              }
            ],
            "range": [
              312,
              340
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 26
              },
              "end": {
                "line": 7,
                "column": 54
              }
            }
          },
          "range": [
            290,
            340
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 4
            },
            "end": {
              "line": 7,
              "column": 54
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        286,
        341
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 55
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            342,
            350
          ],
          "loc": {
            "start": {
              "line": 8,
              "column": 0
            },
            "end": {
              "line": 8,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "subscribeToResult",
            "raw": "'subscribeToResult'",
            "range": [
              351,
              370
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 9
              },
              "end": {
                "line": 8,
                "column": 28
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        390,
                        392
                      ],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 4
                        },
                        "end": {
                          "line": 9,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should synchronously complete when subscribe to scalarObservable",
                        "raw": "'should synchronously complete when subscribe to scalarObservable'",
                        "range": [
                          393,
                          459
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 7
                          },
                          "end": {
                            "line": 9,
                            "column": 73
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      487,
                                      493
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Rx",
                                          "range": [
                                            496,
                                            498
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "Observable",
                                          "range": [
                                            499,
                                            509
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 10,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 10,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          496,
                                          509
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "of",
                                        "range": [
                                          510,
                                          512
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        496,
                                        512
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 42,
                                        "raw": "42",
                                        "range": [
                                          513,
                                          515
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 10,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 10,
                                            "column": 40
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      496,
                                      516
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    487,
                                    516
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 41
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                483,
                                517
                              ],
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 8
                                },
                                "end": {
                                  "line": 10,
                                  "column": 42
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      530,
                                      538
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": null,
                                  "range": [
                                    530,
                                    538
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 20
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                526,
                                539
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 8
                                },
                                "end": {
                                  "line": 11,
                                  "column": 21
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      552,
                                      562
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          569,
                                          586
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          587,
                                          602
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        569,
                                        602
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              613,
                                              614
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "AssignmentExpression",
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "expected",
                                                  "range": [
                                                    625,
                                                    633
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 12,
                                                      "column": 85
                                                    },
                                                    "end": {
                                                      "line": 12,
                                                      "column": 93
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    636,
                                                    637
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 12,
                                                      "column": 96
                                                    },
                                                    "end": {
                                                      "line": 12,
                                                      "column": 97
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  625,
                                                  637
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 12,
                                                    "column": 85
                                                  },
                                                  "end": {
                                                    "line": 12,
                                                    "column": 97
                                                  }
                                                }
                                              },
                                              "range": [
                                                618,
                                                638
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 12,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 12,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            616,
                                            640
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 100
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          603,
                                          640
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 100
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      565,
                                      641
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 101
                                      }
                                    }
                                  },
                                  "range": [
                                    552,
                                    641
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 101
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                548,
                                642
                              ],
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 8
                                },
                                "end": {
                                  "line": 12,
                                  "column": 102
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscription",
                                    "range": [
                                      655,
                                      667
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "subscribeToResult_1",
                                        "range": [
                                          670,
                                          689
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "subscribeToResult",
                                        "range": [
                                          690,
                                          707
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 64
                                          }
                                        }
                                      },
                                      "range": [
                                        670,
                                        707
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 64
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "name": "subscriber",
                                        "range": [
                                          708,
                                          718
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 75
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "result",
                                        "range": [
                                          720,
                                          726
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 77
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 83
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      670,
                                      727
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 84
                                      }
                                    }
                                  },
                                  "range": [
                                    655,
                                    727
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 84
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                651,
                                728
                              ],
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 8
                                },
                                "end": {
                                  "line": 13,
                                  "column": 85
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              737,
                                              743
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              744,
                                              750
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            737,
                                            750
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "expected",
                                            "range": [
                                              751,
                                              759
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 30
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          737,
                                          760
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          761,
                                          763
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        737,
                                        763
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        764,
                                        766
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      737,
                                      766
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      767,
                                      772
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    737,
                                    772
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 14,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 14,
                                      "column": 43
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 42,
                                    "raw": "42",
                                    "range": [
                                      773,
                                      775
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 14,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 14,
                                        "column": 46
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  737,
                                  776
                                ],
                                "loc": {
                                  "start": {
                                    "line": 14,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 14,
                                    "column": 47
                                  }
                                }
                              },
                              "range": [
                                737,
                                777
                              ],
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 8
                                },
                                "end": {
                                  "line": 14,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "chai_1",
                                          "range": [
                                            786,
                                            792
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 14
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "expect",
                                          "range": [
                                            793,
                                            799
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 15
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "range": [
                                          786,
                                          799
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 21
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "subscription",
                                          "range": [
                                            800,
                                            812
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 34
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        786,
                                        813
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "to",
                                      "range": [
                                        814,
                                        816
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 38
                                        }
                                      }
                                    },
                                    "range": [
                                      786,
                                      816
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 38
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "be",
                                    "range": [
                                      817,
                                      819
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 41
                                      }
                                    }
                                  },
                                  "range": [
                                    786,
                                    819
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 41
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "null",
                                  "range": [
                                    820,
                                    824
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 46
                                    }
                                  }
                                },
                                "range": [
                                  786,
                                  824
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 46
                                  }
                                }
                              },
                              "range": [
                                786,
                                825
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 15,
                                  "column": 47
                                }
                              }
                            }
                          ],
                          "range": [
                            473,
                            831
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 87
                            },
                            "end": {
                              "line": 16,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          461,
                          831
                        ],
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 75
                          },
                          "end": {
                            "line": 16,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      390,
                      832
                    ],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 16,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2584,
                    "_esdocTestName": "it2584"
                  },
                  "range": [
                    390,
                    833
                  ],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4
                    },
                    "end": {
                      "line": 16,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        838,
                        840
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should subscribe to observables that are an instanceof Rx.Observable",
                        "raw": "'should subscribe to observables that are an instanceof Rx.Observable'",
                        "range": [
                          841,
                          911
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 7
                          },
                          "end": {
                            "line": 17,
                            "column": 77
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              923,
                              927
                            ],
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 89
                              },
                              "end": {
                                "line": 17,
                                "column": 93
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      943,
                                      951
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          955,
                                          956
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 25
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          958,
                                          959
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 28
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          961,
                                          962
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 31
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      954,
                                      963
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 32
                                      }
                                    }
                                  },
                                  "range": [
                                    943,
                                    963
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 18,
                                      "column": 32
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                939,
                                964
                              ],
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 8
                                },
                                "end": {
                                  "line": 18,
                                  "column": 33
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      977,
                                      983
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Rx",
                                          "range": [
                                            986,
                                            988
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "Observable",
                                          "range": [
                                            989,
                                            999
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          986,
                                          999
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "range",
                                        "range": [
                                          1000,
                                          1005
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        986,
                                        1005
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          1006,
                                          1007
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 42
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          1009,
                                          1010
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 45
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      986,
                                      1011
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 46
                                      }
                                    }
                                  },
                                  "range": [
                                    977,
                                    1011
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 46
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                973,
                                1012
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 19,
                                  "column": 47
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      1025,
                                      1035
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          1042,
                                          1059
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          1060,
                                          1075
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        1042,
                                        1075
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 20,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              1086,
                                              1087
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 20,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 20,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "chai_1",
                                                            "range": [
                                                              1103,
                                                              1109
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 21,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 21,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "expect",
                                                            "range": [
                                                              1110,
                                                              1116
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 21,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 21,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            1103,
                                                            1116
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 21,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 21,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "CallExpression",
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "computed": false,
                                                              "object": {
                                                                "type": "Identifier",
                                                                "name": "expected",
                                                                "range": [
                                                                  1117,
                                                                  1125
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 21,
                                                                    "column": 26
                                                                  },
                                                                  "end": {
                                                                    "line": 21,
                                                                    "column": 34
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "name": "shift",
                                                                "range": [
                                                                  1126,
                                                                  1131
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 21,
                                                                    "column": 35
                                                                  },
                                                                  "end": {
                                                                    "line": 21,
                                                                    "column": 40
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                1117,
                                                                1131
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 21,
                                                                  "column": 26
                                                                },
                                                                "end": {
                                                                  "line": 21,
                                                                  "column": 40
                                                                }
                                                              }
                                                            },
                                                            "arguments": [],
                                                            "range": [
                                                              1117,
                                                              1133
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 21,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 21,
                                                                "column": 42
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1103,
                                                          1134
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 21,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 21,
                                                            "column": 43
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "to",
                                                        "range": [
                                                          1135,
                                                          1137
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 21,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 21,
                                                            "column": 46
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1103,
                                                        1137
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 21,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 21,
                                                          "column": 46
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "be",
                                                      "range": [
                                                        1138,
                                                        1140
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 21,
                                                          "column": 47
                                                        },
                                                        "end": {
                                                          "line": 21,
                                                          "column": 49
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1103,
                                                      1140
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 21,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 21,
                                                        "column": 49
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      1141,
                                                      1146
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 21,
                                                        "column": 50
                                                      },
                                                      "end": {
                                                        "line": 21,
                                                        "column": 55
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1103,
                                                    1146
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 21,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 21,
                                                      "column": 55
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      1147,
                                                      1148
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 21,
                                                        "column": 56
                                                      },
                                                      "end": {
                                                        "line": 21,
                                                        "column": 57
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1103,
                                                  1149
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 21,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 21,
                                                    "column": 58
                                                  }
                                                }
                                              },
                                              "range": [
                                                1103,
                                                1150
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 21,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 21,
                                                  "column": 59
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1089,
                                            1160
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1076,
                                          1160
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 20,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    1188,
                                                    1192
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        1197,
                                                        1202
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 23,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 23,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          1203,
                                                          1225
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 23,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 23,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1193,
                                                      1226
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1188,
                                                  1227
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                1188,
                                                1228
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1174,
                                            1238
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1162,
                                          1238
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "CallExpression",
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "chai_1",
                                                          "range": [
                                                            1266,
                                                            1272
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 18
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "expect",
                                                          "range": [
                                                            1273,
                                                            1279
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 19
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1266,
                                                          1279
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 25
                                                          }
                                                        }
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "name": "expected",
                                                          "range": [
                                                            1280,
                                                            1288
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 34
                                                            }
                                                          }
                                                        }
                                                      ],
                                                      "range": [
                                                        1266,
                                                        1289
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 35
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "to",
                                                      "range": [
                                                        1290,
                                                        1292
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 36
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 38
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1266,
                                                      1292
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 25,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 25,
                                                        "column": 38
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "be",
                                                    "range": [
                                                      1293,
                                                      1295
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 25,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 25,
                                                        "column": 41
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1266,
                                                    1295
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "empty",
                                                  "range": [
                                                    1296,
                                                    1301
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1266,
                                                  1301
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                1266,
                                                1302
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 48
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    1315,
                                                    1319
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 26,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 26,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  1315,
                                                  1321
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "range": [
                                                1315,
                                                1322
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 19
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1252,
                                            1332
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1240,
                                          1332
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1038,
                                      1333
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    1025,
                                    1333
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1021,
                                1334
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 8
                                },
                                "end": {
                                  "line": 27,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      1343,
                                      1362
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      1363,
                                      1380
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    1343,
                                    1380
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      1381,
                                      1391
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1393,
                                      1399
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1343,
                                  1400
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 65
                                  }
                                }
                              },
                              "range": [
                                1343,
                                1401
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 28,
                                  "column": 66
                                }
                              }
                            }
                          ],
                          "range": [
                            929,
                            1407
                          ],
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 95
                            },
                            "end": {
                              "line": 29,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          913,
                          1407
                        ],
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 79
                          },
                          "end": {
                            "line": 29,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      838,
                      1408
                    ],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 29,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2585,
                    "_esdocTestName": "it2585"
                  },
                  "range": [
                    838,
                    1409
                  ],
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 4
                    },
                    "end": {
                      "line": 29,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1414,
                        1416
                      ],
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 4
                        },
                        "end": {
                          "line": 30,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should emit error when observable emits error",
                        "raw": "'should emit error when observable emits error'",
                        "range": [
                          1417,
                          1464
                        ],
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 7
                          },
                          "end": {
                            "line": 30,
                            "column": 54
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              1476,
                              1480
                            ],
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 66
                              },
                              "end": {
                                "line": 30,
                                "column": 70
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1496,
                                      1502
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "Rx",
                                          "range": [
                                            1505,
                                            1507
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "Observable",
                                          "range": [
                                            1508,
                                            1518
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          1505,
                                          1518
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "throw",
                                        "range": [
                                          1519,
                                          1524
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 40
                                          }
                                        }
                                      },
                                      "range": [
                                        1505,
                                        1524
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 31,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 31,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "NewExpression",
                                        "callee": {
                                          "type": "Identifier",
                                          "name": "Error",
                                          "range": [
                                            1529,
                                            1534
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 31,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 31,
                                              "column": 50
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "value": "error",
                                            "raw": "'error'",
                                            "range": [
                                              1535,
                                              1542
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 31,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 31,
                                                "column": 58
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1525,
                                          1543
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 31,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 31,
                                            "column": 59
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1505,
                                      1544
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 60
                                      }
                                    }
                                  },
                                  "range": [
                                    1496,
                                    1544
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 60
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1492,
                                1545
                              ],
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 8
                                },
                                "end": {
                                  "line": 31,
                                  "column": 61
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      1558,
                                      1568
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          1575,
                                          1592
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          1593,
                                          1608
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 32,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        1575,
                                        1608
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              1619,
                                              1620
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    1636,
                                                    1640
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        1645,
                                                        1650
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          1651,
                                                          1673
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 33,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 33,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1641,
                                                      1674
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1636,
                                                  1675
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                1636,
                                                1676
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1622,
                                            1686
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1609,
                                          1686
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 32,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "err",
                                            "range": [
                                              1698,
                                              1701
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 24
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "chai_1",
                                                            "range": [
                                                              1717,
                                                              1723
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 35,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 35,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "expect",
                                                            "range": [
                                                              1724,
                                                              1730
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 35,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 35,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            1717,
                                                            1730
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 35,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 35,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "err",
                                                            "range": [
                                                              1731,
                                                              1734
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 35,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 35,
                                                                "column": 29
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          1717,
                                                          1735
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 30
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "to",
                                                        "range": [
                                                          1736,
                                                          1738
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 35,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 35,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1717,
                                                        1738
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "be",
                                                      "range": [
                                                        1739,
                                                        1741
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 35,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 35,
                                                          "column": 36
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1717,
                                                      1741
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 36
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "an",
                                                    "range": [
                                                      1742,
                                                      1744
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1717,
                                                    1744
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "error",
                                                    "raw": "'error'",
                                                    "range": [
                                                      1745,
                                                      1752
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": "error",
                                                    "raw": "'error'",
                                                    "range": [
                                                      1754,
                                                      1761
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 56
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1717,
                                                  1762
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 57
                                                  }
                                                }
                                              },
                                              "range": [
                                                1717,
                                                1763
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    1776,
                                                    1780
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 36,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 36,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  1776,
                                                  1782
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "range": [
                                                1776,
                                                1783
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 19
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1703,
                                            1793
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1688,
                                          1793
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    1821,
                                                    1825
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 38,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        1830,
                                                        1835
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 38,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 38,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          1836,
                                                          1858
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 38,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 38,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      1826,
                                                      1859
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 38,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 38,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1821,
                                                  1860
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                1821,
                                                1861
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            1807,
                                            1871
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          1795,
                                          1871
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      1571,
                                      1872
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    1558,
                                    1872
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                1554,
                                1873
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      1882,
                                      1901
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      1902,
                                      1919
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    1882,
                                    1919
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      1920,
                                      1930
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      1932,
                                      1938
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 40,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 40,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1882,
                                  1939
                                ],
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 65
                                  }
                                }
                              },
                              "range": [
                                1882,
                                1940
                              ],
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 66
                                }
                              }
                            }
                          ],
                          "range": [
                            1482,
                            1946
                          ],
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 72
                            },
                            "end": {
                              "line": 41,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          1466,
                          1946
                        ],
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 56
                          },
                          "end": {
                            "line": 41,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1414,
                      1947
                    ],
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 4
                      },
                      "end": {
                        "line": 41,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2586,
                    "_esdocTestName": "it2586"
                  },
                  "range": [
                    1414,
                    1948
                  ],
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 4
                    },
                    "end": {
                      "line": 41,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        1953,
                        1955
                      ],
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should subscribe to an array and emit synchronously",
                        "raw": "'should subscribe to an array and emit synchronously'",
                        "range": [
                          1956,
                          2009
                        ],
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 7
                          },
                          "end": {
                            "line": 42,
                            "column": 60
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2037,
                                      2043
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          2047,
                                          2048
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 23
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2",
                                        "range": [
                                          2050,
                                          2051
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 26
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 3,
                                        "raw": "3",
                                        "range": [
                                          2053,
                                          2054
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 29
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2046,
                                      2055
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 30
                                      }
                                    }
                                  },
                                  "range": [
                                    2037,
                                    2055
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 30
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2033,
                                2056
                              ],
                              "loc": {
                                "start": {
                                  "line": 43,
                                  "column": 8
                                },
                                "end": {
                                  "line": 43,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      2069,
                                      2077
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [],
                                    "range": [
                                      2080,
                                      2082
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 44,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 44,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "range": [
                                    2069,
                                    2082
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 44,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 44,
                                      "column": 25
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2065,
                                2083
                              ],
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 26
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      2096,
                                      2106
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          2113,
                                          2130
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          2131,
                                          2146
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        2113,
                                        2146
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              2157,
                                              2158
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 45,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 45,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "expected",
                                                    "range": [
                                                      2169,
                                                      2177
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 85
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 93
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "push",
                                                    "range": [
                                                      2178,
                                                      2182
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 94
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 98
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2169,
                                                    2182
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 85
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 98
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "x",
                                                    "range": [
                                                      2183,
                                                      2184
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 99
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 100
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2169,
                                                  2185
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 45,
                                                    "column": 85
                                                  },
                                                  "end": {
                                                    "line": 45,
                                                    "column": 101
                                                  }
                                                }
                                              },
                                              "range": [
                                                2162,
                                                2186
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 45,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 45,
                                                  "column": 102
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2160,
                                            2188
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 45,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 45,
                                              "column": 104
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2147,
                                          2188
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 104
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2109,
                                      2189
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 45,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 105
                                      }
                                    }
                                  },
                                  "range": [
                                    2096,
                                    2189
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 45,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 105
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2092,
                                2190
                              ],
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 106
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      2199,
                                      2218
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      2219,
                                      2236
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    2199,
                                    2236
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 46,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 46,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      2237,
                                      2247
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2249,
                                      2255
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 46,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 46,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2199,
                                  2256
                                ],
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 65
                                  }
                                }
                              },
                              "range": [
                                2199,
                                2257
                              ],
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 66
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "chai_1",
                                              "range": [
                                                2266,
                                                2272
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 8
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 14
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "expect",
                                              "range": [
                                                2273,
                                                2279
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 21
                                                }
                                              }
                                            },
                                            "range": [
                                              2266,
                                              2279
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 47,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 47,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "expected",
                                              "range": [
                                                2280,
                                                2288
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 47,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 47,
                                                  "column": 30
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2266,
                                            2289
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "to",
                                          "range": [
                                            2290,
                                            2292
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 47,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 47,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          2266,
                                          2292
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "be",
                                        "range": [
                                          2293,
                                          2295
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 37
                                          }
                                        }
                                      },
                                      "range": [
                                        2266,
                                        2295
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "deep",
                                      "range": [
                                        2296,
                                        2300
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 42
                                        }
                                      }
                                    },
                                    "range": [
                                      2266,
                                      2300
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 42
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      2301,
                                      2306
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 48
                                      }
                                    }
                                  },
                                  "range": [
                                    2266,
                                    2306
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 47,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 48
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2307,
                                      2313
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 55
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2266,
                                  2314
                                ],
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 56
                                  }
                                }
                              },
                              "range": [
                                2266,
                                2315
                              ],
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "range": [
                            2023,
                            2321
                          ],
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 74
                            },
                            "end": {
                              "line": 48,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2011,
                          2321
                        ],
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 62
                          },
                          "end": {
                            "line": 48,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      1953,
                      2322
                    ],
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 4
                      },
                      "end": {
                        "line": 48,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2587,
                    "_esdocTestName": "it2587"
                  },
                  "range": [
                    1953,
                    2323
                  ],
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 4
                    },
                    "end": {
                      "line": 48,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2328,
                        2330
                      ],
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should subscribe to a promise",
                        "raw": "'should subscribe to a promise'",
                        "range": [
                          2331,
                          2362
                        ],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 7
                          },
                          "end": {
                            "line": 49,
                            "column": 38
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              2374,
                              2378
                            ],
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 50
                              },
                              "end": {
                                "line": 49,
                                "column": 54
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2394,
                                      2400
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Promise",
                                        "range": [
                                          2403,
                                          2410
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "resolve",
                                        "range": [
                                          2411,
                                          2418
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "range": [
                                        2403,
                                        2418
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 50,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 50,
                                          "column": 36
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 42,
                                        "raw": "42",
                                        "range": [
                                          2419,
                                          2421
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 50,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 50,
                                            "column": 39
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2403,
                                      2422
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "range": [
                                    2394,
                                    2422
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 50,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 50,
                                      "column": 40
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2390,
                                2423
                              ],
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 41
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      2436,
                                      2446
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          2453,
                                          2470
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          2471,
                                          2486
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        2453,
                                        2486
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              2497,
                                              2498
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 51,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "chai_1",
                                                            "range": [
                                                              2514,
                                                              2520
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 52,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 52,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "expect",
                                                            "range": [
                                                              2521,
                                                              2527
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 52,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 52,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            2514,
                                                            2527
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 52,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 52,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              2528,
                                                              2529
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 52,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 52,
                                                                "column": 27
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          2514,
                                                          2530
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "to",
                                                        "range": [
                                                          2531,
                                                          2533
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2514,
                                                        2533
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "be",
                                                      "range": [
                                                        2534,
                                                        2536
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      2514,
                                                      2536
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      2537,
                                                      2542
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2514,
                                                    2542
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 42,
                                                    "raw": "42",
                                                    "range": [
                                                      2543,
                                                      2545
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 43
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2514,
                                                  2546
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 52,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 52,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                2514,
                                                2547
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 52,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 52,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2500,
                                            2557
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 51,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2487,
                                          2557
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    2585,
                                                    2589
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        2594,
                                                        2599
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          2600,
                                                          2622
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2590,
                                                      2623
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2585,
                                                  2624
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 54,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                2585,
                                                2625
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 54,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2571,
                                            2635
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2559,
                                          2635
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "done",
                                        "range": [
                                          2637,
                                          2641
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 15
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2449,
                                      2642
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "range": [
                                    2436,
                                    2642
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 55,
                                      "column": 16
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2432,
                                2643
                              ],
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 55,
                                  "column": 17
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      2652,
                                      2671
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      2672,
                                      2689
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    2652,
                                    2689
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 56,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 56,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      2690,
                                      2700
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2702,
                                      2708
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 56,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 56,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2652,
                                  2709
                                ],
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 65
                                  }
                                }
                              },
                              "range": [
                                2652,
                                2710
                              ],
                              "loc": {
                                "start": {
                                  "line": 56,
                                  "column": 8
                                },
                                "end": {
                                  "line": 56,
                                  "column": 66
                                }
                              }
                            }
                          ],
                          "range": [
                            2380,
                            2716
                          ],
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 56
                            },
                            "end": {
                              "line": 57,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2364,
                          2716
                        ],
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 40
                          },
                          "end": {
                            "line": 57,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2328,
                      2717
                    ],
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 57,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2588,
                    "_esdocTestName": "it2588"
                  },
                  "range": [
                    2328,
                    2718
                  ],
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 4
                    },
                    "end": {
                      "line": 57,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        2723,
                        2725
                      ],
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 4
                        },
                        "end": {
                          "line": 58,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should emits error when the promise rejects",
                        "raw": "'should emits error when the promise rejects'",
                        "range": [
                          2726,
                          2771
                        ],
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 7
                          },
                          "end": {
                            "line": 58,
                            "column": 52
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              2783,
                              2787
                            ],
                            "loc": {
                              "start": {
                                "line": 58,
                                "column": 64
                              },
                              "end": {
                                "line": 58,
                                "column": 68
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      2803,
                                      2809
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "Promise",
                                        "range": [
                                          2812,
                                          2819
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 28
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "reject",
                                        "range": [
                                          2820,
                                          2826
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "range": [
                                        2812,
                                        2826
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": 42,
                                        "raw": "42",
                                        "range": [
                                          2827,
                                          2829
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 38
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2812,
                                      2830
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 59,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 59,
                                        "column": 39
                                      }
                                    }
                                  },
                                  "range": [
                                    2803,
                                    2830
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 59,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 59,
                                      "column": 39
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2799,
                                2831
                              ],
                              "loc": {
                                "start": {
                                  "line": 59,
                                  "column": 8
                                },
                                "end": {
                                  "line": 59,
                                  "column": 40
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      2844,
                                      2854
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 60,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          2861,
                                          2878
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          2879,
                                          2894
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        2861,
                                        2894
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              2905,
                                              2906
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    2922,
                                                    2926
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        2931,
                                                        2936
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 61,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 61,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          2937,
                                                          2959
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 61,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 61,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2927,
                                                      2960
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2922,
                                                  2961
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                2922,
                                                2962
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2908,
                                            2972
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2895,
                                          2972
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              2984,
                                              2985
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 22
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "chai_1",
                                                            "range": [
                                                              3001,
                                                              3007
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "expect",
                                                            "range": [
                                                              3008,
                                                              3014
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            3001,
                                                            3014
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 63,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 63,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              3015,
                                                              3016
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 27
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          3001,
                                                          3017
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "to",
                                                        "range": [
                                                          3018,
                                                          3020
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        3001,
                                                        3020
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "be",
                                                      "range": [
                                                        3021,
                                                        3023
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      3001,
                                                      3023
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      3024,
                                                      3029
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    3001,
                                                    3029
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 42,
                                                    "raw": "42",
                                                    "range": [
                                                      3030,
                                                      3032
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 43
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3001,
                                                  3033
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 63,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                3001,
                                                3034
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 63,
                                                  "column": 45
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    3047,
                                                    3051
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 64,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 64,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  3047,
                                                  3053
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 64,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 64,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "range": [
                                                3047,
                                                3054
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 19
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2987,
                                            3064
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2974,
                                          3064
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    3092,
                                                    3096
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        3101,
                                                        3106
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 66,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 66,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          3107,
                                                          3129
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 66,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 66,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      3097,
                                                      3130
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  3092,
                                                  3131
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                3092,
                                                3132
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3078,
                                            3142
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 67,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3066,
                                          3142
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 67,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2857,
                                      3143
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 60,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 67,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    2844,
                                    3143
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 60,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 67,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                2840,
                                3144
                              ],
                              "loc": {
                                "start": {
                                  "line": 60,
                                  "column": 8
                                },
                                "end": {
                                  "line": 67,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      3153,
                                      3172
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      3173,
                                      3190
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    3153,
                                    3190
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      3191,
                                      3201
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "result",
                                    "range": [
                                      3203,
                                      3209
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 68,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 68,
                                        "column": 64
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3153,
                                  3210
                                ],
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 65
                                  }
                                }
                              },
                              "range": [
                                3153,
                                3211
                              ],
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 8
                                },
                                "end": {
                                  "line": 68,
                                  "column": 66
                                }
                              }
                            }
                          ],
                          "range": [
                            2789,
                            3217
                          ],
                          "loc": {
                            "start": {
                              "line": 58,
                              "column": 70
                            },
                            "end": {
                              "line": 69,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          2773,
                          3217
                        ],
                        "loc": {
                          "start": {
                            "line": 58,
                            "column": 54
                          },
                          "end": {
                            "line": 69,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      2723,
                      3218
                    ],
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 4
                      },
                      "end": {
                        "line": 69,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2589,
                    "_esdocTestName": "it2589"
                  },
                  "range": [
                    2723,
                    3219
                  ],
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 4
                    },
                    "end": {
                      "line": 69,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        3224,
                        3226
                      ],
                      "loc": {
                        "start": {
                          "line": 70,
                          "column": 4
                        },
                        "end": {
                          "line": 70,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should subscribe an iterable and emit results synchronously",
                        "raw": "'should subscribe an iterable and emit results synchronously'",
                        "range": [
                          3227,
                          3288
                        ],
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 7
                          },
                          "end": {
                            "line": 70,
                            "column": 68
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "expected",
                                    "range": [
                                      3316,
                                      3324
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": null,
                                  "range": [
                                    3316,
                                    3324
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 20
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3312,
                                3325
                              ],
                              "loc": {
                                "start": {
                                  "line": 71,
                                  "column": 8
                                },
                                "end": {
                                  "line": 71,
                                  "column": 21
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "iteratorResults",
                                    "range": [
                                      3338,
                                      3353
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "ArrayExpression",
                                    "elements": [
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "value",
                                              "range": [
                                                3372,
                                                3377
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 19
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": 42,
                                              "raw": "42",
                                              "range": [
                                                3379,
                                                3381
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 23
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              3372,
                                              3381
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 23
                                              }
                                            }
                                          },
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                3383,
                                                3387
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 29
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": false,
                                              "raw": "false",
                                              "range": [
                                                3389,
                                                3394
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              3383,
                                              3394
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 36
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3370,
                                          3396
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 38
                                          }
                                        }
                                      },
                                      {
                                        "type": "ObjectExpression",
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "key": {
                                              "type": "Identifier",
                                              "name": "done",
                                              "range": [
                                                3412,
                                                3416
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 14
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 18
                                                }
                                              }
                                            },
                                            "value": {
                                              "type": "Literal",
                                              "value": true,
                                              "raw": "true",
                                              "range": [
                                                3418,
                                                3422
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "kind": "init",
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "range": [
                                              3412,
                                              3422
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 14
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 24
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3410,
                                          3424
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 26
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3356,
                                      3434
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 75,
                                        "column": 9
                                      }
                                    }
                                  },
                                  "range": [
                                    3338,
                                    3434
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3334,
                                3435
                              ],
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 8
                                },
                                "end": {
                                  "line": 75,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "iterable",
                                    "range": [
                                      3448,
                                      3456
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 76,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "SequenceExpression",
                                    "expressions": [
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "_a",
                                          "range": [
                                            3460,
                                            3462
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "ObjectExpression",
                                          "properties": [],
                                          "range": [
                                            3465,
                                            3467
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 76,
                                              "column": 31
                                            }
                                          }
                                        },
                                        "range": [
                                          3460,
                                          3467
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 76,
                                            "column": 31
                                          }
                                        }
                                      },
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": true,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_a",
                                            "range": [
                                              3481,
                                              3483
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "iterator_1",
                                              "range": [
                                                3484,
                                                3494
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "$$iterator",
                                              "range": [
                                                3495,
                                                3505
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 77,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 77,
                                                  "column": 36
                                                }
                                              }
                                            },
                                            "range": [
                                              3484,
                                              3505
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 77,
                                                "column": 36
                                              }
                                            }
                                          },
                                          "range": [
                                            3481,
                                            3506
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 77,
                                              "column": 37
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "FunctionExpression",
                                          "id": null,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ReturnStatement",
                                                "argument": {
                                                  "type": "ObjectExpression",
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "key": {
                                                        "type": "Identifier",
                                                        "name": "next",
                                                        "range": [
                                                          3568,
                                                          3572
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 79,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 79,
                                                            "column": 24
                                                          }
                                                        }
                                                      },
                                                      "value": {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ReturnStatement",
                                                              "argument": {
                                                                "type": "CallExpression",
                                                                "callee": {
                                                                  "type": "MemberExpression",
                                                                  "computed": false,
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "name": "iteratorResults",
                                                                    "range": [
                                                                      3619,
                                                                      3634
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 80,
                                                                        "column": 31
                                                                      },
                                                                      "end": {
                                                                        "line": 80,
                                                                        "column": 46
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "name": "shift",
                                                                    "range": [
                                                                      3635,
                                                                      3640
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 80,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 80,
                                                                        "column": 52
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    3619,
                                                                    3640
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 52
                                                                    }
                                                                  }
                                                                },
                                                                "arguments": [],
                                                                "range": [
                                                                  3619,
                                                                  3642
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 31
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 54
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                3612,
                                                                3643
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 80,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 80,
                                                                  "column": 55
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            3586,
                                                            3665
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 79,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 81,
                                                              "column": 21
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          3574,
                                                          3665
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 79,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 81,
                                                            "column": 21
                                                          }
                                                        }
                                                      },
                                                      "kind": "init",
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "range": [
                                                        3568,
                                                        3665
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 21
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    3546,
                                                    3683
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 78,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 82,
                                                      "column": 17
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3539,
                                                  3684
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 78,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 18
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              3521,
                                              3698
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 77,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 13
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            3509,
                                            3698
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 77,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 13
                                            }
                                          }
                                        },
                                        "range": [
                                          3481,
                                          3698
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 77,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 13
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          3712,
                                          3714
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 84,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 14
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3460,
                                      3714
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 76,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "range": [
                                    3448,
                                    3724
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 76,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 9
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3444,
                                3725
                              ],
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 8
                                },
                                "end": {
                                  "line": 85,
                                  "column": 10
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      3738,
                                      3748
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          3755,
                                          3772
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          3773,
                                          3788
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        3755,
                                        3788
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              3799,
                                              3800
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 86,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 86,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ReturnStatement",
                                              "argument": {
                                                "type": "AssignmentExpression",
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "name": "expected",
                                                  "range": [
                                                    3811,
                                                    3819
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 85
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 93
                                                    }
                                                  }
                                                },
                                                "right": {
                                                  "type": "Identifier",
                                                  "name": "x",
                                                  "range": [
                                                    3822,
                                                    3823
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 86,
                                                      "column": 96
                                                    },
                                                    "end": {
                                                      "line": 86,
                                                      "column": 97
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  3811,
                                                  3823
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 86,
                                                    "column": 85
                                                  },
                                                  "end": {
                                                    "line": 86,
                                                    "column": 97
                                                  }
                                                }
                                              },
                                              "range": [
                                                3804,
                                                3824
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 86,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 86,
                                                  "column": 98
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            3802,
                                            3826
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 100
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          3789,
                                          3826
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 100
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      3751,
                                      3827
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 101
                                      }
                                    }
                                  },
                                  "range": [
                                    3738,
                                    3827
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 101
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3734,
                                3828
                              ],
                              "loc": {
                                "start": {
                                  "line": 86,
                                  "column": 8
                                },
                                "end": {
                                  "line": 86,
                                  "column": 102
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      3837,
                                      3856
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      3857,
                                      3874
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    3837,
                                    3874
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      3875,
                                      3885
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "iterable",
                                    "range": [
                                      3887,
                                      3895
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 66
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3837,
                                  3896
                                ],
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 67
                                  }
                                }
                              },
                              "range": [
                                3837,
                                3897
                              ],
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 8
                                },
                                "end": {
                                  "line": 87,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "chai_1",
                                            "range": [
                                              3906,
                                              3912
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "expect",
                                            "range": [
                                              3913,
                                              3919
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            3906,
                                            3919
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 88,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 88,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "expected",
                                            "range": [
                                              3920,
                                              3928
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 30
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          3906,
                                          3929
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 31
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "to",
                                        "range": [
                                          3930,
                                          3932
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 88,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 88,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "range": [
                                        3906,
                                        3932
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "be",
                                      "range": [
                                        3933,
                                        3935
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 88,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      3906,
                                      3935
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "equal",
                                    "range": [
                                      3936,
                                      3941
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 43
                                      }
                                    }
                                  },
                                  "range": [
                                    3906,
                                    3941
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 88,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 43
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": 42,
                                    "raw": "42",
                                    "range": [
                                      3942,
                                      3944
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 88,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 46
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  3906,
                                  3945
                                ],
                                "loc": {
                                  "start": {
                                    "line": 88,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 88,
                                    "column": 47
                                  }
                                }
                              },
                              "range": [
                                3906,
                                3946
                              ],
                              "loc": {
                                "start": {
                                  "line": 88,
                                  "column": 8
                                },
                                "end": {
                                  "line": 88,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "_a",
                                    "range": [
                                      3959,
                                      3961
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": null,
                                  "range": [
                                    3959,
                                    3961
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 14
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                3955,
                                3962
                              ],
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 8
                                },
                                "end": {
                                  "line": 89,
                                  "column": 15
                                }
                              }
                            }
                          ],
                          "range": [
                            3302,
                            3968
                          ],
                          "loc": {
                            "start": {
                              "line": 70,
                              "column": 82
                            },
                            "end": {
                              "line": 90,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          3290,
                          3968
                        ],
                        "loc": {
                          "start": {
                            "line": 70,
                            "column": 70
                          },
                          "end": {
                            "line": 90,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      3224,
                      3969
                    ],
                    "loc": {
                      "start": {
                        "line": 70,
                        "column": 4
                      },
                      "end": {
                        "line": 90,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2590,
                    "_esdocTestName": "it2590"
                  },
                  "range": [
                    3224,
                    3970
                  ],
                  "loc": {
                    "start": {
                      "line": 70,
                      "column": 4
                    },
                    "end": {
                      "line": 90,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        3975,
                        3977
                      ],
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 4
                        },
                        "end": {
                          "line": 91,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should subscribe to to an object that implements Symbol.observable",
                        "raw": "'should subscribe to to an object that implements Symbol.observable'",
                        "range": [
                          3978,
                          4046
                        ],
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 7
                          },
                          "end": {
                            "line": 91,
                            "column": 75
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              4058,
                              4062
                            ],
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 87
                              },
                              "end": {
                                "line": 91,
                                "column": 91
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "observableSymbolObject",
                                    "range": [
                                      4078,
                                      4100
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "SequenceExpression",
                                    "expressions": [
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "_a",
                                          "range": [
                                            4104,
                                            4106
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "ObjectExpression",
                                          "properties": [],
                                          "range": [
                                            4109,
                                            4111
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "range": [
                                          4104,
                                          4111
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": true,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_a",
                                            "range": [
                                              4113,
                                              4115
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "symbol_observable_1",
                                              "range": [
                                                4116,
                                                4135
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 69
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "default",
                                              "range": [
                                                4136,
                                                4143
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 92,
                                                  "column": 77
                                                }
                                              }
                                            },
                                            "range": [
                                              4116,
                                              4143
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 77
                                              }
                                            }
                                          },
                                          "range": [
                                            4113,
                                            4144
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 78
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "FunctionExpression",
                                          "id": null,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ReturnStatement",
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "Identifier",
                                                        "name": "Rx",
                                                        "range": [
                                                          4168,
                                                          4170
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 102
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 104
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "Observable",
                                                        "range": [
                                                          4171,
                                                          4181
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 92,
                                                            "column": 105
                                                          },
                                                          "end": {
                                                            "line": 92,
                                                            "column": 115
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4168,
                                                        4181
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 102
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 115
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "of",
                                                      "range": [
                                                        4182,
                                                        4184
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 116
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 118
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4168,
                                                      4184
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 92,
                                                        "column": 102
                                                      },
                                                      "end": {
                                                        "line": 92,
                                                        "column": 118
                                                      }
                                                    }
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Literal",
                                                      "value": 42,
                                                      "raw": "42",
                                                      "range": [
                                                        4185,
                                                        4187
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 92,
                                                          "column": 119
                                                        },
                                                        "end": {
                                                          "line": 92,
                                                          "column": 121
                                                        }
                                                      }
                                                    }
                                                  ],
                                                  "range": [
                                                    4168,
                                                    4188
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 92,
                                                      "column": 102
                                                    },
                                                    "end": {
                                                      "line": 92,
                                                      "column": 122
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4161,
                                                  4189
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 92,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 92,
                                                    "column": 123
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4159,
                                              4191
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 93
                                              },
                                              "end": {
                                                "line": 92,
                                                "column": 125
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            4147,
                                            4191
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 81
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 125
                                            }
                                          }
                                        },
                                        "range": [
                                          4113,
                                          4191
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 125
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          4193,
                                          4195
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 127
                                          },
                                          "end": {
                                            "line": 92,
                                            "column": 129
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4104,
                                      4195
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 92,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 129
                                      }
                                    }
                                  },
                                  "range": [
                                    4078,
                                    4196
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 92,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 130
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4074,
                                4197
                              ],
                              "loc": {
                                "start": {
                                  "line": 92,
                                  "column": 8
                                },
                                "end": {
                                  "line": 92,
                                  "column": 131
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      4210,
                                      4220
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          4227,
                                          4244
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          4245,
                                          4260
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 93,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        4227,
                                        4260
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 93,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 93,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              4271,
                                              4272
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 93,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "chai_1",
                                                            "range": [
                                                              4288,
                                                              4294
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "expect",
                                                            "range": [
                                                              4295,
                                                              4301
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4288,
                                                            4301
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              4302,
                                                              4303
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 27
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4288,
                                                          4304
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "to",
                                                        "range": [
                                                          4305,
                                                          4307
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4288,
                                                        4307
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 94,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 94,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "be",
                                                      "range": [
                                                        4308,
                                                        4310
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 94,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 94,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4288,
                                                      4310
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "equal",
                                                    "range": [
                                                      4311,
                                                      4316
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 40
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4288,
                                                    4316
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 94,
                                                      "column": 40
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 42,
                                                    "raw": "42",
                                                    "range": [
                                                      4317,
                                                      4319
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 43
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4288,
                                                  4320
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 94,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 94,
                                                    "column": 44
                                                  }
                                                }
                                              },
                                              "range": [
                                                4288,
                                                4321
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 94,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 94,
                                                  "column": 45
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            4274,
                                            4331
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 93,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          4261,
                                          4331
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 93,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 95,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    4359,
                                                    4363
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 96,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 96,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        4368,
                                                        4373
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 96,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 96,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          4374,
                                                          4396
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 96,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 96,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4364,
                                                      4397
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 96,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 96,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4359,
                                                  4398
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 96,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 96,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                4359,
                                                4399
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 96,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            4345,
                                            4409
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          4333,
                                          4409
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "done",
                                        "range": [
                                          4411,
                                          4415
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 15
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4223,
                                      4416
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 97,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "range": [
                                    4210,
                                    4416
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 16
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4206,
                                4417
                              ],
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 8
                                },
                                "end": {
                                  "line": 97,
                                  "column": 17
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      4426,
                                      4445
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      4446,
                                      4463
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    4426,
                                    4463
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      4464,
                                      4474
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "observableSymbolObject",
                                    "range": [
                                      4476,
                                      4498
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 80
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  4426,
                                  4499
                                ],
                                "loc": {
                                  "start": {
                                    "line": 98,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 98,
                                    "column": 81
                                  }
                                }
                              },
                              "range": [
                                4426,
                                4500
                              ],
                              "loc": {
                                "start": {
                                  "line": 98,
                                  "column": 8
                                },
                                "end": {
                                  "line": 98,
                                  "column": 82
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "_a",
                                    "range": [
                                      4513,
                                      4515
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 99,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 99,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": null,
                                  "range": [
                                    4513,
                                    4515
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 14
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4509,
                                4516
                              ],
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 8
                                },
                                "end": {
                                  "line": 99,
                                  "column": 15
                                }
                              }
                            }
                          ],
                          "range": [
                            4064,
                            4522
                          ],
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 93
                            },
                            "end": {
                              "line": 100,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          4048,
                          4522
                        ],
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 77
                          },
                          "end": {
                            "line": 100,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      3975,
                      4523
                    ],
                    "loc": {
                      "start": {
                        "line": 91,
                        "column": 4
                      },
                      "end": {
                        "line": 100,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2591,
                    "_esdocTestName": "it2591"
                  },
                  "range": [
                    3975,
                    4524
                  ],
                  "loc": {
                    "start": {
                      "line": 91,
                      "column": 4
                    },
                    "end": {
                      "line": 100,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        4529,
                        4531
                      ],
                      "loc": {
                        "start": {
                          "line": 101,
                          "column": 4
                        },
                        "end": {
                          "line": 101,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should emit an error if value returned by Symbol.observable call is not a valid observable",
                        "raw": "'should emit an error if value returned by Symbol.observable call is not a valid observable'",
                        "range": [
                          4532,
                          4624
                        ],
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 7
                          },
                          "end": {
                            "line": 101,
                            "column": 99
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              4636,
                              4640
                            ],
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 111
                              },
                              "end": {
                                "line": 101,
                                "column": 115
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "observableSymbolObject",
                                    "range": [
                                      4656,
                                      4678
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 34
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "SequenceExpression",
                                    "expressions": [
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "name": "_a",
                                          "range": [
                                            4682,
                                            4684
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 40
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "ObjectExpression",
                                          "properties": [],
                                          "range": [
                                            4687,
                                            4689
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 45
                                            }
                                          }
                                        },
                                        "range": [
                                          4682,
                                          4689
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 45
                                          }
                                        }
                                      },
                                      {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": true,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "_a",
                                            "range": [
                                              4691,
                                              4693
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 49
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "Identifier",
                                              "name": "symbol_observable_1",
                                              "range": [
                                                4694,
                                                4713
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 50
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 69
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "default",
                                              "range": [
                                                4714,
                                                4721
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 77
                                                }
                                              }
                                            },
                                            "range": [
                                              4694,
                                              4721
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 77
                                              }
                                            }
                                          },
                                          "range": [
                                            4691,
                                            4722
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 78
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "FunctionExpression",
                                          "id": null,
                                          "params": [],
                                          "body": {
                                            "type": "BlockStatement",
                                            "body": [
                                              {
                                                "type": "ReturnStatement",
                                                "argument": {
                                                  "type": "ObjectExpression",
                                                  "properties": [],
                                                  "range": [
                                                    4747,
                                                    4749
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 103
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 105
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  4739,
                                                  4751
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 107
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              4737,
                                              4753
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 93
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 109
                                              }
                                            }
                                          },
                                          "generator": false,
                                          "expression": false,
                                          "range": [
                                            4725,
                                            4753
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 81
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 109
                                            }
                                          }
                                        },
                                        "range": [
                                          4691,
                                          4753
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 109
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "_a",
                                        "range": [
                                          4755,
                                          4757
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 111
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 113
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4682,
                                      4757
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 113
                                      }
                                    }
                                  },
                                  "range": [
                                    4656,
                                    4758
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 114
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4652,
                                4759
                              ],
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 8
                                },
                                "end": {
                                  "line": 102,
                                  "column": 115
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      4772,
                                      4782
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          4789,
                                          4806
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          4807,
                                          4822
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        4789,
                                        4822
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              4833,
                                              4834
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    4850,
                                                    4854
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        4859,
                                                        4864
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          4865,
                                                          4887
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 104,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 104,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      4855,
                                                      4888
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4850,
                                                  4889
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                4850,
                                                4890
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            4836,
                                            4900
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          4823,
                                          4900
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              4912,
                                              4913
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 22
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "chai_1",
                                                            "range": [
                                                              4929,
                                                              4935
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 106,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 106,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "expect",
                                                            "range": [
                                                              4936,
                                                              4942
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 106,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 106,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            4929,
                                                            4942
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 106,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 106,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              4943,
                                                              4944
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 106,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 106,
                                                                "column": 27
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          4929,
                                                          4945
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "to",
                                                        "range": [
                                                          4946,
                                                          4948
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 106,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 106,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        4929,
                                                        4948
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "be",
                                                      "range": [
                                                        4949,
                                                        4951
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 106,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 106,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      4929,
                                                      4951
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "an",
                                                    "range": [
                                                      4952,
                                                      4954
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    4929,
                                                    4954
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "error",
                                                    "raw": "'error'",
                                                    "range": [
                                                      4955,
                                                      4962
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 45
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": "invalid observable",
                                                    "raw": "'invalid observable'",
                                                    "range": [
                                                      4964,
                                                      4984
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 106,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 106,
                                                        "column": 67
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  4929,
                                                  4985
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 68
                                                  }
                                                }
                                              },
                                              "range": [
                                                4929,
                                                4986
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 69
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    4999,
                                                    5003
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 107,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 107,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  4999,
                                                  5005
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "range": [
                                                4999,
                                                5006
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 19
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            4915,
                                            5016
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          4902,
                                          5016
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    5044,
                                                    5048
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        5053,
                                                        5058
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          5059,
                                                          5081
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 109,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 109,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5049,
                                                      5082
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5044,
                                                  5083
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                5044,
                                                5084
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5030,
                                            5094
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5018,
                                          5094
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      4785,
                                      5095
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    4772,
                                    5095
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                4768,
                                5096
                              ],
                              "loc": {
                                "start": {
                                  "line": 103,
                                  "column": 8
                                },
                                "end": {
                                  "line": 110,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      5105,
                                      5124
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      5125,
                                      5142
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    5105,
                                    5142
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 111,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      5143,
                                      5153
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "Identifier",
                                    "name": "observableSymbolObject",
                                    "range": [
                                      5155,
                                      5177
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 111,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 80
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5105,
                                  5178
                                ],
                                "loc": {
                                  "start": {
                                    "line": 111,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 111,
                                    "column": 81
                                  }
                                }
                              },
                              "range": [
                                5105,
                                5179
                              ],
                              "loc": {
                                "start": {
                                  "line": 111,
                                  "column": 8
                                },
                                "end": {
                                  "line": 111,
                                  "column": 82
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "_a",
                                    "range": [
                                      5192,
                                      5194
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 14
                                      }
                                    }
                                  },
                                  "init": null,
                                  "range": [
                                    5192,
                                    5194
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 14
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5188,
                                5195
                              ],
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 8
                                },
                                "end": {
                                  "line": 112,
                                  "column": 15
                                }
                              }
                            }
                          ],
                          "range": [
                            4642,
                            5201
                          ],
                          "loc": {
                            "start": {
                              "line": 101,
                              "column": 117
                            },
                            "end": {
                              "line": 113,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          4626,
                          5201
                        ],
                        "loc": {
                          "start": {
                            "line": 101,
                            "column": 101
                          },
                          "end": {
                            "line": 113,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      4529,
                      5202
                    ],
                    "loc": {
                      "start": {
                        "line": 101,
                        "column": 4
                      },
                      "end": {
                        "line": 113,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2592,
                    "_esdocTestName": "it2592"
                  },
                  "range": [
                    4529,
                    5203
                  ],
                  "loc": {
                    "start": {
                      "line": 101,
                      "column": 4
                    },
                    "end": {
                      "line": 113,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "it",
                      "range": [
                        5208,
                        5210
                      ],
                      "loc": {
                        "start": {
                          "line": 114,
                          "column": 4
                        },
                        "end": {
                          "line": 114,
                          "column": 6
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "should emit an error when trying to subscribe to an unknown type of object",
                        "raw": "'should emit an error when trying to subscribe to an unknown type of object'",
                        "range": [
                          5211,
                          5287
                        ],
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 7
                          },
                          "end": {
                            "line": 114,
                            "column": 83
                          }
                        }
                      },
                      {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [
                          {
                            "type": "Identifier",
                            "name": "done",
                            "range": [
                              5299,
                              5303
                            ],
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 95
                              },
                              "end": {
                                "line": 114,
                                "column": 99
                              }
                            }
                          }
                        ],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      5319,
                                      5329
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber_1",
                                        "range": [
                                          5336,
                                          5353
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "OuterSubscriber",
                                        "range": [
                                          5354,
                                          5369
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 62
                                          }
                                        }
                                      },
                                      "range": [
                                        5336,
                                        5369
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 62
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              5380,
                                              5381
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 74
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    5397,
                                                    5401
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 116,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 116,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        5406,
                                                        5411
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          5412,
                                                          5434
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5402,
                                                      5435
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 116,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 116,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5397,
                                                  5436
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                5397,
                                                5437
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5383,
                                            5447
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 76
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5370,
                                          5447
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "name": "x",
                                            "range": [
                                              5459,
                                              5460
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 22
                                              }
                                            }
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "CallExpression",
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "Identifier",
                                                            "name": "chai_1",
                                                            "range": [
                                                              5476,
                                                              5482
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 118,
                                                                "column": 12
                                                              },
                                                              "end": {
                                                                "line": 118,
                                                                "column": 18
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "expect",
                                                            "range": [
                                                              5483,
                                                              5489
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 118,
                                                                "column": 19
                                                              },
                                                              "end": {
                                                                "line": 118,
                                                                "column": 25
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            5476,
                                                            5489
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 118,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 118,
                                                              "column": 25
                                                            }
                                                          }
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "x",
                                                            "range": [
                                                              5490,
                                                              5491
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 118,
                                                                "column": 26
                                                              },
                                                              "end": {
                                                                "line": 118,
                                                                "column": 27
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "range": [
                                                          5476,
                                                          5492
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 118,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 118,
                                                            "column": 28
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "to",
                                                        "range": [
                                                          5493,
                                                          5495
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 118,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 118,
                                                            "column": 31
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        5476,
                                                        5495
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 31
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "be",
                                                      "range": [
                                                        5496,
                                                        5498
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 34
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      5476,
                                                      5498
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 34
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "an",
                                                    "range": [
                                                      5499,
                                                      5501
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 37
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    5476,
                                                    5501
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 37
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": "error",
                                                    "raw": "'error'",
                                                    "range": [
                                                      5502,
                                                      5509
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 38
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 45
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": "unknown type returned",
                                                    "raw": "'unknown type returned'",
                                                    "range": [
                                                      5511,
                                                      5534
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 70
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5476,
                                                  5535
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 71
                                                  }
                                                }
                                              },
                                              "range": [
                                                5476,
                                                5536
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 72
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    5549,
                                                    5553
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [],
                                                "range": [
                                                  5549,
                                                  5555
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 18
                                                  }
                                                }
                                              },
                                              "range": [
                                                5549,
                                                5556
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 19
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5462,
                                            5566
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5449,
                                          5566
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 9
                                          }
                                        }
                                      },
                                      {
                                        "type": "FunctionExpression",
                                        "id": null,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "CallExpression",
                                                "callee": {
                                                  "type": "Identifier",
                                                  "name": "done",
                                                  "range": [
                                                    5594,
                                                    5598
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 16
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "NewExpression",
                                                    "callee": {
                                                      "type": "Identifier",
                                                      "name": "Error",
                                                      "range": [
                                                        5603,
                                                        5608
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 21
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 26
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "value": "should not be called",
                                                        "raw": "'should not be called'",
                                                        "range": [
                                                          5609,
                                                          5631
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 121,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 121,
                                                            "column": 49
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      5599,
                                                      5632
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 17
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 50
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  5594,
                                                  5633
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 51
                                                  }
                                                }
                                              },
                                              "range": [
                                                5594,
                                                5634
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 52
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            5580,
                                            5644
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 9
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          5568,
                                          5644
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 9
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      5332,
                                      5645
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 10
                                      }
                                    }
                                  },
                                  "range": [
                                    5319,
                                    5645
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 10
                                    }
                                  }
                                }
                              ],
                              "kind": "var",
                              "range": [
                                5315,
                                5646
                              ],
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 8
                                },
                                "end": {
                                  "line": 122,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult_1",
                                    "range": [
                                      5655,
                                      5674
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "subscribeToResult",
                                    "range": [
                                      5675,
                                      5692
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 45
                                      }
                                    }
                                  },
                                  "range": [
                                    5655,
                                    5692
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 45
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "name": "subscriber",
                                    "range": [
                                      5693,
                                      5703
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 56
                                      }
                                    }
                                  },
                                  {
                                    "type": "ObjectExpression",
                                    "properties": [],
                                    "range": [
                                      5705,
                                      5707
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 58
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 60
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  5655,
                                  5708
                                ],
                                "loc": {
                                  "start": {
                                    "line": 123,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 123,
                                    "column": 61
                                  }
                                }
                              },
                              "range": [
                                5655,
                                5709
                              ],
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 8
                                },
                                "end": {
                                  "line": 123,
                                  "column": 62
                                }
                              }
                            }
                          ],
                          "range": [
                            5305,
                            5715
                          ],
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 101
                            },
                            "end": {
                              "line": 124,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          5289,
                          5715
                        ],
                        "loc": {
                          "start": {
                            "line": 114,
                            "column": 85
                          },
                          "end": {
                            "line": 124,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      5208,
                      5716
                    ],
                    "loc": {
                      "start": {
                        "line": 114,
                        "column": 4
                      },
                      "end": {
                        "line": 124,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 2593,
                    "_esdocTestName": "it2593"
                  },
                  "range": [
                    5208,
                    5717
                  ],
                  "loc": {
                    "start": {
                      "line": 114,
                      "column": 4
                    },
                    "end": {
                      "line": 124,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                384,
                5719
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 42
                },
                "end": {
                  "line": 125,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              372,
              5719
            ],
            "loc": {
              "start": {
                "line": 8,
                "column": 30
              },
              "end": {
                "line": 125,
                "column": 1
              }
            }
          }
        ],
        "range": [
          342,
          5720
        ],
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 125,
            "column": 2
          }
        },
        "_esdocTestId": 2583,
        "_esdocTestName": "describe2583"
      },
      "range": [
        342,
        5721
      ],
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 125,
          "column": 3
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=subscribeToResult-spec.js.map",
          "range": [
            5722,
            5772
          ],
          "loc": {
            "start": {
              "line": 126,
              "column": 0
            },
            "end": {
              "line": 126,
              "column": 50
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    5721
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 125,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "# sourceMappingURL=subscribeToResult-spec.js.map",
      "range": [
        5722,
        5772
      ],
      "loc": {
        "start": {
          "line": 126,
          "column": 0
        },
        "end": {
          "line": 126,
          "column": 50
        }
      }
    }
  ]
}